1
0
Fork 0

Commit graph

  • 20d5c3956e Release 4.1.2; Added handling for processing unknown encodings. 4.1.2 Adam Coddington 2014-11-15 22:19:32 -08:00
  • f16d4f6d9c Minor tweaks to logging. issue_34 Adam Coddington 2014-11-15 22:18:19 -08:00
  • aa59199c9b Interpret unknown encodings as ASCII. Fixes #34. Adam Coddington 2014-11-15 22:15:25 -08:00
  • e1b0763a46 Store 'Delivered-To' as 'to_header' when 'to' is unspecified. Adam Coddington 2014-11-10 19:20:17 -08:00
  • df4c7196db Fix bug preventing south 1.0 from properly finding legacy migrations. Release 4.1.1 4.1.1 Adam Coddington 2014-11-09 21:55:21 -08:00
  • 2e23521220 Release 4.1; adding Django 1.7 migrations support. 4.1 Adam Coddington 2014-11-08 14:23:07 -08:00
  • b34ef48bb9 Merge branch 'issue_31'. Resolves #31. Adam Coddington 2014-11-07 19:17:24 -08:00
  • e4fb22a7f1 Let's still fail a build if we break things for Django 1.4 and 1.5; lots of people are trapped on old versions. Adam Coddington 2014-11-07 19:17:06 -08:00
  • 4eae6faf03 Given that 'classic' versions of django do not have a setup function: allow that to fail. issue_31 Adam Coddington 2014-11-07 19:12:30 -08:00
  • 2d82c00c5b convert migrations to work with Django 1.7, add Django 1.7.1 to travis test matrix Patrick Craston 2014-11-07 16:56:24 +00:00
  • ecc8ac8bcc Release 4.0.2. 4.0.2 Adam Coddington 2014-10-14 19:33:08 -07:00
  • f8e70aa5d1 Attempting to narrow down the issue @rulzart is encountering. issue_10_redux Adam Coddington 2014-01-14 22:20:12 -08:00
  • 9730c34c7f This is a better preposition. Adam Coddington 2014-09-10 14:38:12 -07:00
  • 9cd9945637 Removing bit.ly icon. Adam Coddington 2014-09-09 15:01:22 -07:00
  • 079a8e52e1 Minor wording and formatting changes. Adam Coddington 2014-09-08 19:47:28 -07:00
  • 684f124c45 Rewriting readme. Adam Coddington 2014-09-08 19:45:32 -07:00
  • 7e424d4531 Release 4.0.1. 4.0.1 Adam Coddington 2014-09-07 12:21:48 -07:00
  • f90ea1c56f Merge pull request #29 from tcosprojects/master Adam Coddington 2014-09-06 19:33:08 -07:00
  • 1406d465d6 Adjust usages of get_query_set to get_queryset Will 2014-09-06 19:18:47 -07:00
  • bd56716e74 Fix deprecation warnings after Django 1.7 upgrade Will 2014-09-06 16:31:12 -07:00
  • f44b4bbc46 Adding a couple new badges. Adam Coddington 2014-09-01 13:38:02 -07:00
  • 13eeb74234 Releasing version 4.0. 4.0 Adam Coddington 2014-09-01 13:35:37 -07:00
  • ee91ad7d28 Exclude Django 1.4.14 with Python 3k. issue_28 Adam Coddington 2014-09-01 13:07:39 -07:00
  • 906011416d Updating supported django versions. Adam Coddington 2014-09-01 13:02:11 -07:00
  • 5c8385de21 Dropping support for Python 3.2; the whole unicode literal thing has been a little troublesome over the years. Adam Coddington 2014-09-01 12:57:00 -07:00
  • 826d0b1d88 Fix test methods for new accessors. Ariel Gerardo Ríos 2014-09-01 15:31:29 -03:00
  • c1bfc9b3a8 Extracts inner method to process multiple content types. Ariel Gerardo Ríos 2014-09-01 15:31:13 -03:00
  • 6d73301f0d Add property to fetch HTML body message. Ariel Gerardo Ríos 2014-09-01 15:30:30 -03:00
  • ce7e17b50c Add file header and dummy HTML method. Ariel Gerardo Ríos 2014-08-29 17:24:38 -03:00
  • 305d1c5c38 Add translation support to field names and help texts. Ariel Gerardo Ríos 2014-08-29 15:40:22 -03:00
  • 4f400fab48 Add some spaces between constants and imports. Ariel Gerardo Ríos 2014-08-29 15:39:49 -03:00
  • 342c6af252 Version 3.4.2. 3.4.2 Adam Coddington 2014-08-22 20:08:33 -07:00
  • 4c9402edd0 Version 3.4.2a2. Adam Coddington 2014-08-22 20:04:53 -07:00
  • db6190a295 Cleaning up management commands for PEP-8 and consistency. Adam Coddington 2014-08-22 20:02:58 -07:00
  • 992375fc6b Version 3.4.2a1 Adam Coddington 2014-08-22 19:55:18 -07:00
  • 591f1545c8 Decode from ASCII with replacement if errors are encountered while gathering text. Fixes #20. Adam Coddington 2014-08-22 19:46:39 -07:00
  • dad65d802c Wrap added \Deleted flag in parentheses. Fixes #23. Adam Coddington 2014-08-22 19:27:36 -07:00
  • b4c20bdf2e Reordering imports to match style guide. Adam Coddington 2014-08-22 19:25:14 -07:00
  • 1503bcaeee Moving settings into appendix, too. Adam Coddington 2014-08-17 18:32:25 -07:00
  • 6b29b1bc86 Moving 'message storage details' page into appendix Adam Coddington 2014-08-15 21:02:53 -07:00
  • 09718a1901 Adding share/ to gitignore. Adam Coddington 2014-08-15 21:00:12 -07:00
  • 7474cf0118 Prevent ImapTransport from raising exception when no messages are available. Fixes #24. Release 3.4.1. 3.4.1 Adam Coddington 2014-08-14 21:38:52 -07:00
  • 3ffbcea3bf This probably should have been using explicit references anyway. Adam Coddington 2014-08-13 17:40:26 -07:00
  • 24dd3be36a Minor alterations and clarifications to @fsboehme's fantastic addition. Adam Coddington 2014-08-13 17:40:03 -07:00
  • 9706fda4e3 Update installation.rst fsboehme 2014-08-13 16:45:41 -07:00
  • 83a6249c85 s/latestrevision/coddingtonbear/g Adam Coddington 2014-07-31 20:30:42 -07:00
  • 3a2e05b01f Updating documentation to explain exim4 configurations in greater detail. Adam Coddington 2014-06-03 19:51:34 -07:00
  • 8741648666 Minor readme rewording. Adam Coddington 2014-06-03 15:09:44 -07:00
  • 17b7478ebc Merge branch 'master' of github.com:coddingtonbear/django-mailbox Adam Coddington 2014-06-02 16:13:58 -07:00
  • db2193d2be Updating readme. Adam Coddington 2014-06-02 16:13:49 -07:00
  • 652ae282ba Bumping version number to 3.4. 3.4 Adam Coddington 2014-06-01 14:27:03 -07:00
  • 8af7c676fb Remoing unaccessed 'fetch_contacts' function. Adam Coddington 2014-06-01 14:26:19 -07:00
  • d1485d9cd5 Replacing print statements with logger.info Adam Coddington 2014-06-01 14:24:34 -07:00
  • 7a19c5db25 Minor documentation tweaks. Adam Coddington 2014-05-31 19:04:24 -07:00
  • 61b1e55c50 Minor stylistic changes. issue_19 Adam Coddington 2014-05-30 16:32:57 -07:00
  • 91da5d3203 Merge remote-tracking branch 'alexlovelltroy/size_limiting' into issue_19 Adam Coddington 2014-05-30 16:31:13 -07:00
  • 1efa1140a6 I'll get the 2to3 changes right someday Alex Lovell-Troy 2014-05-29 23:47:48 -06:00
  • ec18a01880 Refactored the imap transport based on the tests Testing the switch to uid-based IMAP calls required better testing The better testing revealed some code that wasn't so pretty Alex Lovell-Troy 2014-05-29 23:41:11 -06:00
  • 05c8d3ece8 Minor cleanup & a Python 3k fix. Adam Coddington 2014-05-29 16:52:08 -07:00
  • e50408e365 Merge pull request #18 from alexlovelltroy/add_gmail_auth Adam Coddington 2014-05-29 16:48:06 -07:00
  • ea793545d9 Update gmail.py Alex Lovell-Troy 2014-05-29 07:31:14 -06:00
  • 857643e978 Update mailbox_types.rst Alex Lovell-Troy 2014-05-28 21:33:38 -06:00
  • 7e4f8cd6cd reformatting Alex Lovell-Troy 2014-05-28 21:32:25 -06:00
  • d6f3ff2c5c Adding a missed edit Alex Lovell-Troy 2014-05-28 21:30:04 -06:00
  • 677e420dec Adding gmail to the mailbox types and adding the type to models.py Alex Lovell-Troy 2014-05-28 21:24:46 -06:00
  • b2abec1d40 fixing typo in the docs Alex Lovell-Troy 2014-05-28 20:53:44 -06:00
  • 58550c76c9 Teaching people how to use the settings Alex Lovell-Troy 2014-05-28 20:50:48 -06:00
  • 29d36a493a Adding ability to limit messages by max size Adding a new setting for maximum message size Adding method to limit a set of message uids by size Switching to IMAP uids so that we can trust that subsequent commands will use the same ids Alex Lovell-Troy 2014-05-28 20:39:13 -06:00
  • cc4e72305d Adding gmail oauth2 authentication python-social-auth is an optional dependency Alex Lovell-Troy 2014-05-28 20:10:45 -06:00
  • 6336e910bd Fixing a documentation glitch; thanks for catching this, @yellowcap. Adam Coddington 2014-05-26 10:25:55 -07:00
  • 0aa757955d Create archive folder if it does not exist. 3.3 issue_16 Adam Coddington 2014-05-25 12:57:38 -07:00
  • bf2f0c89d4 Bumping version number to 3.3. Adam Coddington 2014-05-25 12:37:46 -07:00
  • 02567acdc2 Minor alterations to @yellowcap's pull request submission: Adam Coddington 2014-05-25 12:35:20 -07:00
  • 0e0c6cf170 Added email archiving option to IMAP transport Daniel 2014-05-23 09:17:14 +01:00
  • 872f4786c7 Actually fixing Python 3 support; thanks for pointing out that it was broken, @greendee! 3.2 Adam Coddington 2014-04-25 16:50:44 -07:00
  • 3b2d60a903 Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time). issue_13_b Adam Coddington 2014-04-25 16:37:51 -07:00
  • 4002d5c222 Bumping version number. Adam Coddington 2014-04-24 15:49:49 -07:00
  • 2b90f08250 Merge branch 'master' of github.com:coddingtonbear/django-mailbox Adam Coddington 2014-04-24 15:49:18 -07:00
  • 002e33bd95 Refactoring imports for Python3 support. Fixes #13. issue_13 Adam Coddington 2014-04-24 15:28:54 -07:00
  • ff68e564d5 Ignore virtualenv. Adam Coddington 2014-04-24 06:32:55 -07:00
  • 0f0628a742 Only expect additional space in Python 3.3+. Adam Coddington 2014-04-22 17:13:41 -07:00
  • a2cf80ef99 Fixing header decoding such that it works properly under both Python 3.x and 2.x. Adam Coddington 2014-04-22 17:06:17 -07:00
  • ef42c319e9 Updating yet another string for python3. Adam Coddington 2014-04-22 16:24:16 -07:00
  • d871d41448 Fix test for Py3 support. Adam Coddington 2014-04-22 16:06:29 -07:00
  • 79493cb1bc Bumping version number to 3.1. 3.1 Adam Coddington 2014-04-22 15:50:46 -07:00
  • 79e189fb22 Always decode headers into unicode objects before assigning to model; fixes #12. Adam Coddington 2014-04-22 15:49:49 -07:00
  • d3a766ffd6 Create test_UnicodeDecodeError.eml dmippoltiov 2014-04-21 17:40:40 +04:00
  • 9c792717db Updating readme. Adam Coddington 2014-02-24 19:47:12 -08:00
  • fba355b2ec Adding license. Adam Coddington 2014-02-22 20:01:30 -08:00
  • 69d340c77a Attempting to narrow down the issue @rulzart is encountering. issue10 Adam Coddington 2014-01-14 22:20:12 -08:00
  • ce74ff1f83 Removing 1.4.10 from tested versions. Adam Coddington 2013-12-24 02:18:12 -08:00
  • 24adc86410 Adding a greater variety of Django versions. Adam Coddington 2013-12-24 02:10:54 -08:00
  • 8d7e24af3a Moving active development from bitbucket to github. Adam Coddington 2013-12-15 21:47:34 -08:00
  • 38566ba603 Merge pull request #8 from bitdeli-chef/master Adam Coddington 2013-12-02 17:47:42 -08:00
  • b758c73b01 Add a Bitdeli badge to README Bitdeli Chef 2013-12-03 01:49:54 +00:00
  • 66dcab8cae Added tag 3.0.3 for changeset 42d182e2744c master@github github/master Adam Coddington 2013-11-26 21:29:49 -08:00
  • d2c58bcf60 Bumping patch number to 3.0.3. 3.0.3 Adam Coddington 2013-11-26 21:29:39 -08:00
  • 61e618953f Merging in upstream changes. Adam Coddington 2013-11-26 21:26:44 -08:00
  • 8aef745832 fix migration 0014, set no_dry_run=True Michal Adamczyk 2013-11-25 21:13:32 +01:00
  • 8c4d60cb9b Merge pull request #7 from wckd/bump_django Adam Coddington 2013-09-28 13:23:40 -07:00