1
0
Fork 0

Commit graph

  • 3b5e8afc08 Bumped django to 1.5.4 Alexander Hansen 2013-09-28 11:52:06 +00:00
  • 81615a27e0 Bumping version number. Adam Coddington 2013-09-07 13:07:09 -07:00
  • f4f70d1e8e Added tag 3.0.2 for changeset 60b47cbeda21 Adam Coddington 2013-09-07 13:06:49 -07:00
  • 02b63b4001 Merged in medsafe/django-mailbox/ashvetsov/fixes-to-push (pull request #1) 3.0.2 Adam Coddington 2013-09-07 13:05:25 -07:00
  • fe78fb0dcd Added tag 3.0.1 for changeset ecc773b0f8f0 Adam Coddington 2013-08-04 19:57:32 -07:00
  • a6b4d3729a Removing 'body' from admin message display. 3.0.1 Adam Coddington 2013-08-04 19:57:28 -07:00
  • 58ca8beeef Updating documentation. Adam Coddington 2013-08-04 17:15:11 -07:00
  • 6cf74eb706 Added tag 3.0 for changeset ca5dcd16990a Adam Coddington 2013-07-26 22:20:39 -07:00
  • e858703642 Bumping major revision number given new migration and changes to DB storage of message body. 3.0 Adam Coddington 2013-07-26 22:19:45 -07:00
  • 1bd781832a Removing leftover logger. Adam Coddington 2013-07-26 22:16:44 -07:00
  • 88d122c421 Base64-encode message body when storing in DB. Adam Coddington 2013-07-26 22:13:29 -07:00
  • 4c3af900c6 Remove unicode literals from tests for Python3. Adam Coddington 2013-07-26 19:18:57 -07:00
  • adb17e7d67 Adding tests and minor code changes to ensure that we properly handle the distinction between bytes and text when dehydrating/rehydrating messages. Adam Coddington 2013-07-26 19:13:35 -07:00
  • 3ee4b43936 Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. Adam Coddington 2013-07-26 18:07:31 -07:00
  • 98745bcd70 Set email payload's charset after all other headers. Adam Coddington 2013-07-26 17:40:44 -07:00
  • 2e6c23a6f0 Revamping encoding handling to normalize encodings to UTF-8 for storage; back into original encoding during rehydration. Adam Coddington 2013-07-26 01:01:07 -07:00
  • f92e2a8448 Reorganizing tests. Adam Coddington 2013-07-25 23:45:39 -07:00
  • b54855c3a2 Moving e-mail examples alongside other e-mail messages. Adam Coddington 2013-08-03 18:00:53 -07:00
  • 1fa21c87dc Added testcases for bugfixes Travis 2013-08-03 17:00:32 -05:00
  • d294b26729 Bugfixes: Attachment extension; UTF16 characters in body Oliver 2013-08-03 10:53:38 -05:00
  • 7d6f0a7b36 Added tag 2.2 for changeset 6ad729a34dde Adam Coddington 2013-07-26 20:24:32 -07:00
  • 35ea317204 Bumping version number. 2.2 Adam Coddington 2013-07-26 20:24:29 -07:00
  • f48abb0d14 Adding missing import. Adam Coddington 2013-07-26 20:18:49 -07:00
  • 0f3cb09f94 Minor PR cleanup and reorganization. Adam Coddington 2013-07-26 20:15:39 -07:00
  • 9954b74eae Merging in changes from buriy:master (pr #5) Adam Coddington 2013-07-25 18:45:22 -07:00
  • d06c64a487 Added subject decode Yuri Baburov 2013-07-25 17:49:27 +00:00
  • ac0f2153c0 Applied cleaned up fixes from Anders.Du (duyu) Yuri Baburov 2013-07-25 18:47:49 +01:00
  • 6697e848c8 Support for Django 1.4 with python 2.5, copied from https://github.com/jhmaddox/django-precompressed/issues/1 ("AttributeError: StringIO instance has no attribute 'name'") Yuri Baburov 2013-07-22 18:16:28 +01:00
  • a7dcb05b37 Adding target to travis.ci link. Adam Coddington 2013-07-25 00:24:39 -07:00
  • 384de32d85 Encode email message body into UTF-8 always when on Python 2; although I originally thought that this was a Python 2.6 thing, it looks like it might be some combination of platform/version, but bytes should always be fine. Adam Coddington 2013-07-25 00:14:24 -07:00
  • 32968aa678 Support for Django 1.4 with python 2.5, copied from https://github.com/jhmaddox/django-precompressed/issues/1 ("AttributeError: StringIO instance has no attribute 'name'") Yuri Baburov 2013-07-22 18:16:28 +01:00
  • 491b489867 Fix the IndentationError in last commit. Anders.Du 2013-07-21 17:31:44 +08:00
  • eca0b2caa4 * Add decoding for some encoded messages parts, i.e. attachments' name, message header, etc. * Remove overriding for MessageAttachment's __getitem__ method, so we can call the members directly in django templates. Anders.Du 2013-07-19 23:39:41 +08:00
  • 4e83ae8eb3 Updating documentation. Adam Coddington 2013-06-24 00:20:08 -07:00
  • a3b1e12b25 Added tag 2.1.1 for changeset b5e4c7cfe0eb Adam Coddington 2013-06-23 20:52:55 -07:00
  • 198b994be8 Removing print statement. 2.1.1 Adam Coddington 2013-06-23 20:52:50 -07:00
  • 78c9fc1987 Fixing header comparison. Adam Coddington 2013-06-23 20:36:05 -07:00
  • d986008b4f Added tag 2.1 for changeset 4d72a7d6bb96 Adam Coddington 2013-06-23 20:27:52 -07:00
  • 5f289289ce Major refactor of message attachment handling; no longer stores verbatim message copy in database. 2.1 Adam Coddington 2013-06-23 20:27:50 -07:00
  • 548cc66c52 Incorporating changes from @mancio's fork. Adam Coddington 2013-06-22 17:44:55 -07:00
  • 1d14b39889 Updating trove classifiers. Adam Coddington 2013-06-22 15:59:46 -07:00
  • 1b1af80177 Added tag 2.0 for changeset b28ec733884f Adam Coddington 2013-06-22 15:56:12 -07:00
  • 38b2a077ec Adding misplaced comma. 2.0 Adam Coddington 2013-06-22 15:46:10 -07:00
  • 871d2983b8 Bumping version; adding python 3 support. Adam Coddington 2013-06-22 15:43:32 -07:00
  • 364a3061c2 Adding Python3 support. Adam Coddington 2013-06-22 15:42:50 -07:00
  • 4567312402 Adding Django 1.5, Removing Django 1.3 to versions tested on Travis.CI. Adam Coddington 2013-06-22 15:09:29 -07:00
  • c58f6cdef7 Added tag 1.11 for changeset 225482213fb9 Adam Coddington 2013-06-22 15:08:17 -07:00
  • cb1e3cb90c Bumping version number. 1.11 Adam Coddington 2013-06-22 15:08:16 -07:00
  • 3ea8689ec0 Encode message body to bytes prior to reconstituting e-mail message object. Added additional test to ensure that messages can make it the full cycle. Adam Coddington 2013-06-22 15:06:53 -07:00
  • 9cdb2d9d1b PEP-8 Cleanup. Adam Coddington 2013-06-22 14:35:47 -07:00
  • 9f77c9221a Removing unintended print message :-o Adam Coddington 2013-06-22 14:28:00 -07:00
  • 406989fc9e Merging in upstream changes. Adam Coddington 2013-06-13 10:27:16 -07:00
  • cf543a0712 Merge pull request #3 from redtoad/master Adam Coddington 2013-06-16 00:55:42 -07:00
  • 6da17053d4 Fix section reference in docs. Sebastian Rahlf 2013-06-12 08:50:25 +02:00
  • 0213ad6548 Added tag 1.10.5 for changeset 44de11b0bce6 prod Adam Coddington 2013-06-11 22:32:17 -07:00
  • 156b6fb418 Hide original body from email message display in admin; bumping version number. 1.10.5 Adam Coddington 2013-06-11 22:32:13 -07:00
  • c94e2c62a3 Added tag 1.10.4 for changeset 90842d55930e Adam Coddington 2013-06-11 22:23:38 -07:00
  • 4b70cf6f21 Fixing bad migration; keeping migration for rebuilding associations as a management command. 1.10.4 Adam Coddington 2013-06-11 22:23:27 -07:00
  • 7e957a7bcf Added tag 1.10.3 for changeset ebc459f02505 Adam Coddington 2013-06-11 22:04:24 -07:00
  • f6e1336eb8 Bumping version number. 1.10.3 Adam Coddington 2013-06-11 22:04:19 -07:00
  • 98bec1f682 Do not remove M2M tables. Adam Coddington 2013-06-11 22:04:05 -07:00
  • b50b204f9f Added tag 1.10.2 for changeset e3079f2062f5 Adam Coddington 2013-06-11 22:01:09 -07:00
  • 8c9e6b76cb Bumping version number. 1.10.2 Adam Coddington 2013-06-11 22:01:06 -07:00
  • 7d1153a8eb Use a predictable ordering. Adam Coddington 2013-06-11 22:00:39 -07:00
  • 32e4eb10fb Adding migration to clean up any potentially misplaced attachments. Adam Coddington 2013-06-11 21:59:54 -07:00
  • 38c39ff5b5 Adding tag for 1.10.1 Adam Coddington 2013-06-06 01:21:58 -07:00
  • fc897d9b0b Bumping version number. Adam Coddington 2013-06-06 01:21:23 -07:00
  • 080b43ee14 Added tag 1.10.1 for changeset 70a8d9ea9802 Adam Coddington 2013-06-06 01:21:13 -07:00
  • 79a1799da3 Updating admin to include new inlines for messages. Adam Coddington 2013-06-06 01:21:04 -07:00
  • 9eeb1159a3 Added tag 1.10 for changeset 4f9499c051da Adam Coddington 2013-06-06 01:11:49 -07:00
  • 6c1e769103 Bumping version number. 1.10 Adam Coddington 2013-06-06 01:11:28 -07:00
  • cd77dd1c93 Merging in upstream changes. Adam Coddington 2013-06-06 01:11:04 -07:00
  • 46960440d5 Typo. Adam Coddington 2013-06-06 01:10:12 -07:00
  • af2f37a247 Remove M2M relationship between MessageAttachment and Message. Adam Coddington 2013-06-06 01:03:16 -07:00
  • 910827cd92 Bumping version number. Adam Coddington 2013-06-05 12:45:38 -07:00
  • 8a34ac211c Properly handle RFC2822 line continuations; resolves #4. Adam Coddington 2013-06-05 12:43:28 -07:00
  • 60718f5ea8 Fixed issue that made it possible for signal receiver to break getmail. ashvetsov 2013-04-11 15:56:22 +04:00
  • 8ab0f708c5 Fixed issue with exception when IMAP transport returned no messages. ashvetsov 2013-04-11 15:48:49 +04:00
  • e6f9e6b94b Updating documentation version. Adam Coddington 2013-03-11 21:42:41 -07:00
  • 687d703552 Adding .git to hgignore. Adam Coddington 2013-03-11 21:09:09 -07:00
  • def4a25468 Removing accidentally added egg. Adam Coddington 2013-03-11 21:07:31 -07:00
  • 3ac689d432 Bumping version number. Adam Coddington 2013-03-11 21:01:58 -07:00
  • 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. Adam Coddington 2013-03-11 21:00:53 -07:00
  • 8fac7c9711 Only store text/plain and text/html in body field Patrick Craston 2013-03-01 16:35:26 +00:00
  • 09fbf4ea56 Added tag 1.8.3 for changeset 4145d46d42d0 Adam Coddington 2013-02-03 14:57:41 -08:00
  • ee6b4b3e1d Delete attachments after they are no longer referenced by an e-mail message. Fixes #1. Bumping version number to 1.8.3 1.8.3 Adam Coddington 2013-02-03 14:52:42 -08:00
  • 83584af2e0 Added tag 1.8.2 for changeset 280c6730be9b Adam Coddington 2013-01-27 04:58:17 -08:00
  • 11eb186978 Adding 'resend message received' admin action. 1.8.2 Adam Coddington 2013-01-27 04:58:09 -08:00
  • a44d6d87d9 Moving piped documentation into same section as polling. Adam Coddington 2013-01-22 20:44:46 -08:00
  • 334a90a0f6 Move all mailbox types into a single document. Adam Coddington 2013-01-22 20:42:18 -08:00
  • 3bada8f1a8 Moving documentation to RTD. Adam Coddington 2013-01-22 20:37:11 -08:00
  • 74aaf467ee Added tag 1.8.1 for changeset b00379652dba Adam Coddington 2013-01-20 16:58:59 -08:00
  • 5bd99b8b91 Be very careful about filename length. 1.8.1 Adam Coddington 2013-01-20 16:58:56 -08:00
  • f19471cd1a Added tag 1.8 for changeset 0badd2757c52 Adam Coddington 2013-01-20 16:51:14 -08:00
  • 895fcff4b7 Code cleanup; ensure no tb in the event of a very-long filename. 1.8 Adam Coddington 2013-01-20 16:51:10 -08:00
  • 999dfb0ac3 Adding django_mailbox.tests to package module list. Adam Coddington 2013-01-20 14:28:11 -08:00
  • afa82b861c Adding get_text_body convenience method. Adam Coddington 2013-01-20 14:27:15 -08:00
  • 0a283e9ade Added tag 1.6.2 for changeset 423eea136eeb Adam Coddington 2013-01-20 13:44:52 -08:00
  • 25f1a71725 Allow message to be saved without attachments. 1.6.2 Adam Coddington 2013-01-20 13:44:49 -08:00
  • a730abbb14 Updating readme to show travis-ci build status. Adam Coddington 2013-01-20 12:32:15 -08:00