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

66 commits

Author SHA1 Message Date
Adam Coddington
7e424d4531 Release 4.0.1. 2014-09-07 12:21:48 -07:00
Adam Coddington
13eeb74234 Releasing version 4.0. 2014-09-01 13:35:37 -07: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
992375fc6b Version 3.4.2a1 2014-08-22 19:55:18 -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
83a6249c85 s/latestrevision/coddingtonbear/g 2014-07-31 20:30:42 -07:00
Adam Coddington
652ae282ba Bumping version number to 3.4. 2014-06-01 14:27:03 -07: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
bf2f0c89d4 Bumping version number to 3.3. 2014-05-25 12:37:46 -07:00
Adam Coddington
872f4786c7 Actually fixing Python 3 support; thanks for pointing out that it was broken, @greendee! 2014-04-25 16:50:44 -07:00
Adam Coddington
3b2d60a903 Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time). 2014-04-25 16:45:35 -07:00
Adam Coddington
4002d5c222 Bumping version number. 2014-04-24 15:49:49 -07:00
Adam Coddington
2b90f08250 Merge branch 'master' of github.com:coddingtonbear/django-mailbox 2014-04-24 15:49:18 -07:00
Adam Coddington
002e33bd95 Refactoring imports for Python3 support. Fixes #13.
* Refactoring unicode payload handling of mis-encoded payloads.
* Uses six.moves.urllib to find proper urllib versions.
2014-04-24 15:44:45 -07:00
Adam Coddington
a2cf80ef99 Fixing header decoding such that it works properly under both Python 3.x and 2.x. 2014-04-22 17:06:17 -07:00
Adam Coddington
79493cb1bc Bumping version number to 3.1. 2014-04-22 15:50:46 -07:00
Adam Coddington
8d7e24af3a Moving active development from bitbucket to github. 2013-12-15 21:47:34 -08:00
Adam Coddington
d2c58bcf60 Bumping patch number to 3.0.3. 2013-11-26 21:29:39 -08:00
Adam Coddington
81615a27e0 Bumping version number. 2013-09-07 13:07:09 -07:00
Adam Coddington
a6b4d3729a Removing 'body' from admin message display. 2013-08-04 19:57:28 -07:00
Adam Coddington
e858703642 Bumping major revision number given new migration and changes to DB storage of message body. 2013-07-26 22:19:45 -07:00
Adam Coddington
35ea317204 Bumping version number. 2013-07-26 20:24:29 -07:00
Adam Coddington
198b994be8 Removing print statement. 2013-06-23 20:52:50 -07:00
Adam Coddington
5f289289ce Major refactor of message attachment handling; no longer stores verbatim
message copy in database.

Bumping version number to 2.1

* Walks through incoming message, write attachments to disk as they are found,
  and alters message body removing actual attachment body, and adding
  header 'X-Django-Mailbox-Interpolate-Attachment' referencing the ID of the
  stored attachment.
* When calling ``get_email_object``, will walk through stored message, and
  're-hydrate' the message by finding said headers, searching for the
  appropriate record in the MessageAttachments table, and rebuild the message
  object as closely as possible.

Minor fixes:

* Properly collect text/plain content from any part of the message; previously
  would only check the message's first level of payloads, now walks through
  all payloads, building a string of all text/plain content.
* Remove use of deprecated `assertEquals` message.
2013-06-23 20:27:50 -07:00
Adam Coddington
1d14b39889 Updating trove classifiers. 2013-06-22 15:59:46 -07:00
Adam Coddington
38b2a077ec Adding misplaced comma. 2013-06-22 15:46:10 -07:00
Adam Coddington
871d2983b8 Bumping version; adding python 3 support. 2013-06-22 15:43:32 -07:00
Adam Coddington
364a3061c2 Adding Python3 support. 2013-06-22 15:42:50 -07:00
Adam Coddington
cb1e3cb90c Bumping version number. 2013-06-22 15:08:16 -07:00
Adam Coddington
156b6fb418 Hide original body from email message display in admin; bumping version number. 2013-06-11 22:32:13 -07:00
Adam Coddington
4b70cf6f21 Fixing bad migration; keeping migration for rebuilding associations as a management command. 2013-06-11 22:23:27 -07:00
Adam Coddington
f6e1336eb8 Bumping version number. 2013-06-11 22:04:19 -07:00
Adam Coddington
8c9e6b76cb Bumping version number. 2013-06-11 22:01:06 -07:00
Adam Coddington
fc897d9b0b Bumping version number. 2013-06-06 01:21:23 -07:00
Adam Coddington
6c1e769103 Bumping version number. 2013-06-06 01:11:28 -07:00
Adam Coddington
910827cd92 Bumping version number. 2013-06-05 12:45:38 -07:00
Adam Coddington
3ac689d432 Bumping version number. 2013-03-11 21:01:58 -07:00
Adam Coddington
2a90953283 Adding new settings allowing one to specify a list of mimetypes that are permitted to be stored in the message body of the e-mail message model. 2013-03-11 21:00:53 -07:00
Adam Coddington
ee6b4b3e1d Delete attachments after they are no longer referenced by an e-mail message. Fixes #1. Bumping version number to 1.8.3 2013-02-03 14:52:42 -08:00
Adam Coddington
11eb186978 Adding 'resend message received' admin action. 2013-01-27 04:58:09 -08:00
Adam Coddington
5bd99b8b91 Be very careful about filename length. 2013-01-20 16:58:56 -08:00
Adam Coddington
895fcff4b7 Code cleanup; ensure no tb in the event of a very-long filename. 2013-01-20 16:51:10 -08:00
Adam Coddington
999dfb0ac3 Adding django_mailbox.tests to package module list. 2013-01-20 14:28:11 -08:00
Adam Coddington
afa82b861c Adding get_text_body convenience method. 2013-01-20 14:27:15 -08:00
Adam Coddington
25f1a71725 Allow message to be saved without attachments. 2013-01-20 13:44:49 -08:00
Adam Coddington
6eff0eb203 Bumping version number. 2013-01-20 12:30:16 -08:00
Adam Coddington
0eb63b44cf Adding tests. 2013-01-19 00:26:58 -08:00
Adam Coddington
07196c1b09 Bumping version number. 2013-01-14 03:32:46 -08:00
Adam Coddington
4a785a18ce Show 'read' date in admin for messages. 2012-12-07 11:08:17 -08:00