1
0
Fork 0
Commit graph

317 commits

Author SHA1 Message Date
Adam Coddington
9eeb1159a3 Added tag 1.10 for changeset 4f9499c051da 2013-06-06 01:11:49 -07:00
Adam Coddington
6c1e769103 Bumping version number. 2013-06-06 01:11:28 -07:00
Adam Coddington
cd77dd1c93 Merging in upstream changes. 2013-06-06 01:11:04 -07:00
Adam Coddington
46960440d5 Typo. 2013-06-06 01:10:12 -07:00
Adam Coddington
af2f37a247 Remove M2M relationship between MessageAttachment and Message. 2013-06-06 01:03:16 -07:00
Adam Coddington
910827cd92 Bumping version number. 2013-06-05 12:45:38 -07:00
Adam Coddington
8a34ac211c Properly handle RFC2822 line continuations; resolves #4. 2013-06-05 12:43:28 -07:00
ashvetsov
60718f5ea8 Fixed issue that made it possible for signal receiver to break getmail.
--HG--
branch : ashvetsov/fixes-to-push
extra : source : a76f8a4e1cf9c469710eb30d093be749965ee213
2013-04-11 15:56:22 +04:00
ashvetsov
8ab0f708c5 Fixed issue with exception when IMAP transport returned no messages.
--HG--
branch : ashvetsov/fixes-to-push
extra : source : b9b283ff46d734933c4a715630e114d5e250a34b
2013-04-11 15:48:49 +04:00
Adam Coddington
e6f9e6b94b Updating documentation version. 2013-03-11 21:42:41 -07:00
Adam Coddington
687d703552 Adding .git to hgignore. 2013-03-11 21:09:09 -07:00
Adam Coddington
def4a25468 Removing accidentally added egg. 2013-03-11 21:07:31 -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
Patrick Craston
8fac7c9711 Only store text/plain and text/html in body field
When parsing multipart message it was storing the whole message as
string in database which could lead to database errors. Only want to
store the actual message text
2013-03-01 16:35:26 +00:00
Adam Coddington
09fbf4ea56 Added tag 1.8.3 for changeset 4145d46d42d0 2013-02-03 14:57:41 -08: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
83584af2e0 Added tag 1.8.2 for changeset 280c6730be9b 2013-01-27 04:58:17 -08:00
Adam Coddington
11eb186978 Adding 'resend message received' admin action. 2013-01-27 04:58:09 -08:00
Adam Coddington
a44d6d87d9 Moving piped documentation into same section as polling. 2013-01-22 20:44:46 -08:00
Adam Coddington
334a90a0f6 Move all mailbox types into a single document. 2013-01-22 20:42:18 -08:00
Adam Coddington
3bada8f1a8 Moving documentation to RTD. 2013-01-22 20:37:11 -08:00
Adam Coddington
74aaf467ee Added tag 1.8.1 for changeset b00379652dba 2013-01-20 16:58:59 -08:00
Adam Coddington
5bd99b8b91 Be very careful about filename length. 2013-01-20 16:58:56 -08:00
Adam Coddington
f19471cd1a Added tag 1.8 for changeset 0badd2757c52 2013-01-20 16:51:14 -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
0a283e9ade Added tag 1.6.2 for changeset 423eea136eeb 2013-01-20 13:44:52 -08:00
Adam Coddington
25f1a71725 Allow message to be saved without attachments. 2013-01-20 13:44:49 -08:00
Adam Coddington
a730abbb14 Updating readme to show travis-ci build status. 2013-01-20 12:32:15 -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
19f64256b6 Added tag 1.5 for changeset b67d1dc5ad88 2013-01-14 03:32:49 -08:00
Adam Coddington
07196c1b09 Bumping version number. 2013-01-14 03:32:46 -08:00
Adam Coddington
4546741c20 Merging in upstream changes from github. 2013-01-14 03:28:59 -08:00
Adam Coddington
a01340a60c Merge pull request #1 from pcraston/master
Support for email message attachments
2013-01-16 07:13:01 -08:00
Patrick Craston
ad4a1c00f4 Ignore p7s smime attachments 2013-01-15 15:48:15 +00:00
Patrick Craston
2fd9664295 Add south migration for message attachment model 2013-01-15 12:28:32 +00:00
Patrick Craston
2e484aaed8 Add admin support for attachments --display correctly 2013-01-15 12:27:32 +00:00
Patrick Craston
3c3e0f3d9b Add admin support for attachments --fix typo 2013-01-15 12:23:16 +00:00
Patrick Craston
00c14e9818 Add admin support for attachments 2013-01-15 12:21:49 +00:00
Patrick Craston
645a723d09 Move Attachment model up 2013-01-15 12:11:08 +00:00
Patrick Craston
e3cd913fe7 Add attachment handling 2013-01-15 12:05:04 +00:00
Adam Coddington
4a785a18ce Show 'read' date in admin for messages. 2012-12-07 11:08:17 -08:00
Adam Coddington
fc53a8203b Added tag 1.4 for changeset 979b52598c48 2012-11-27 19:01:54 -08:00
Adam Coddington
af58c324f5 Adding unread/read flagging for individual messages. 2012-11-27 19:01:49 -08:00
Adam Coddington
5c285017ca Grammar, formatting in documentation. 2012-10-28 13:12:32 -07:00
Adam Coddington
20b780a2d7 Updating documentation and manifest. 2012-10-28 13:11:02 -07:00
Adam Coddington
14ada969ab Added tag 1.3 for changeset cfe7ff4ee3cd 2012-10-28 13:03:38 -07:00