1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
Commit graph

365 commits

Author SHA1 Message Date
Adam Coddington
f44b4bbc46 Adding a couple new badges. 2014-09-01 13:38:02 -07:00
Adam Coddington
13eeb74234 Releasing version 4.0. 2014-09-01 13:35:37 -07:00
Adam Coddington
ee91ad7d28 Exclude Django 1.4.14 with Python 3k. 2014-09-01 13:07:39 -07:00
Adam Coddington
906011416d Updating supported django versions. 2014-09-01 13:02:11 -07:00
Adam Coddington
5c8385de21 Dropping support for Python 3.2; the whole unicode literal thing has been a little troublesome over the years. 2014-09-01 12:57:00 -07:00
Ariel Gerardo Ríos
826d0b1d88 Fix test methods for new accessors. 2014-09-01 15:31:29 -03:00
Ariel Gerardo Ríos
c1bfc9b3a8 Extracts inner method to process multiple content types. 2014-09-01 15:31:13 -03:00
Ariel Gerardo Ríos
6d73301f0d Add property to fetch HTML body message. 2014-09-01 15:30:30 -03:00
Ariel Gerardo Ríos
ce7e17b50c Add file header and dummy HTML method. 2014-08-29 17:24:49 -03:00
Ariel Gerardo Ríos
305d1c5c38 Add translation support to field names and help texts. 2014-08-29 16:08:01 -03:00
Ariel Gerardo Ríos
4f400fab48 Add some spaces between constants and imports. 2014-08-29 15:39:49 -03:00
Adam Coddington
342c6af252 Version 3.4.2. 2014-08-22 20:08:33 -07:00
Adam Coddington
4c9402edd0 Version 3.4.2a2. 2014-08-22 20:04:53 -07:00
Adam Coddington
db6190a295 Cleaning up management commands for PEP-8 and consistency. 2014-08-22 20:02:58 -07:00
Adam Coddington
992375fc6b Version 3.4.2a1 2014-08-22 19:55:18 -07:00
Adam Coddington
591f1545c8 Decode from ASCII with replacement if errors are encountered while gathering text. Fixes #20. 2014-08-22 19:46:39 -07:00
Adam Coddington
dad65d802c Wrap added \Deleted flag in parentheses. Fixes #23.
Apparently the IMAP specification expects that the +FLAGS argument be
surrounded by parentheses; although some e-mail backends (like Gmail)
will accept the +FLAGS argument without surrounding the \Deleted flag
in parentheses, many (reasonably) follow the specification much more
closely.  This problem was first noted in report #23.

Searching for other examples of mail deletion, I've found several
Stack Overflow articles in which people are attempting the same task,
and each either uses `imap.store` without surrounding '\Deleted' in
parentheses, or uses `imap.uid` *while* surrounding '\Deleted' in
parentheses:

* http://stackoverflow.com/questions/1777264/using-python-imaplib-to-delete-an-email-from-gmail
* http://stackoverflow.com/questions/3180891/imap-deleting-messages
2014-08-22 19:27:36 -07:00
Adam Coddington
b4c20bdf2e Reordering imports to match style guide. 2014-08-22 19:25:14 -07:00
Adam Coddington
1503bcaeee Moving settings into appendix, too. 2014-08-17 18:32:25 -07:00
Adam Coddington
6b29b1bc86 Moving 'message storage details' page into appendix 2014-08-15 21:02:53 -07:00
Adam Coddington
09718a1901 Adding share/ to gitignore. 2014-08-15 21:00:12 -07:00
Adam Coddington
7474cf0118 Prevent ImapTransport from raising exception when no messages are available. Fixes #24. Release 3.4.1. 2014-08-14 21:41:08 -07:00
Adam Coddington
3ffbcea3bf This probably should have been using explicit references anyway. 2014-08-13 17:40:26 -07:00
Adam Coddington
24dd3be36a Minor alterations and clarifications to @fsboehme's fantastic addition. 2014-08-13 17:40:03 -07:00
fsboehme
9706fda4e3 Update installation.rst
added db migration step and mailbox setup to installation notes
2014-08-13 16:45:41 -07:00
Adam Coddington
83a6249c85 s/latestrevision/coddingtonbear/g 2014-07-31 20:30:42 -07:00
Adam Coddington
3a2e05b01f Updating documentation to explain exim4 configurations in greater detail. 2014-06-03 19:51:34 -07:00
Adam Coddington
8741648666 Minor readme rewording. 2014-06-03 15:09:44 -07:00
Adam Coddington
17b7478ebc Merge branch 'master' of github.com:coddingtonbear/django-mailbox 2014-06-02 16:13:58 -07:00
Adam Coddington
db2193d2be Updating readme. 2014-06-02 16:13:49 -07:00
Adam Coddington
652ae282ba Bumping version number to 3.4. 2014-06-01 14:27:03 -07:00
Adam Coddington
8af7c676fb Remoing unaccessed 'fetch_contacts' function. 2014-06-01 14:26:30 -07:00
Adam Coddington
d1485d9cd5 Replacing print statements with logger.info 2014-06-01 14:24:34 -07:00
Adam Coddington
7a19c5db25 Minor documentation tweaks. 2014-05-31 19:04:24 -07:00
Adam Coddington
61b1e55c50 Minor stylistic changes. 2014-05-30 16:32:57 -07:00
Adam Coddington
91da5d3203 Merge remote-tracking branch 'alexlovelltroy/size_limiting' into issue_19 2014-05-30 16:31:13 -07:00
Alex Lovell-Troy
1efa1140a6 I'll get the 2to3 changes right someday 2014-05-29 23:47:48 -06:00
Alex Lovell-Troy
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

I fixed the tests and the code
2014-05-29 23:41:11 -06:00
Adam Coddington
05c8d3ece8 Minor cleanup & a Python 3k fix. 2014-05-29 16:52:08 -07:00
Adam Coddington
e50408e365 Merge pull request #18 from alexlovelltroy/add_gmail_auth
Adding gmail oauth2 authentication.  Thanks @alexlovelltroy!
2014-05-29 16:48:06 -07:00
Alex Lovell-Troy
ea793545d9 Update gmail.py 2014-05-29 07:31:14 -06:00
Alex Lovell-Troy
857643e978 Update mailbox_types.rst 2014-05-28 21:33:38 -06:00
Alex Lovell-Troy
7e4f8cd6cd reformatting 2014-05-28 21:32:25 -06:00
Alex Lovell-Troy
d6f3ff2c5c Adding a missed edit 2014-05-28 21:30:04 -06:00
Alex Lovell-Troy
677e420dec Adding gmail to the mailbox types
and adding the type to models.py
2014-05-28 21:24:46 -06:00
Alex Lovell-Troy
b2abec1d40 fixing typo in the docs 2014-05-28 20:53:44 -06:00
Alex Lovell-Troy
58550c76c9 Teaching people how to use the settings 2014-05-28 20:50:48 -06:00
Alex Lovell-Troy
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
2014-05-28 20:39:13 -06:00
Alex Lovell-Troy
cc4e72305d Adding gmail oauth2 authentication
python-social-auth is an optional dependency
2014-05-28 20:10:45 -06:00
Adam Coddington
6336e910bd Fixing a documentation glitch; thanks for catching this, @yellowcap. 2014-05-26 10:25:55 -07:00