1
0
Fork 0

Commit graph

  • 6eff0eb203 Bumping version number. Adam Coddington 2013-01-20 12:30:16 -08:00
  • 0eb63b44cf Adding tests. Adam Coddington 2013-01-19 00:26:58 -08:00
  • 19f64256b6 Added tag 1.5 for changeset b67d1dc5ad88 Adam Coddington 2013-01-14 03:32:49 -08:00
  • 07196c1b09 Bumping version number. 1.5 Adam Coddington 2013-01-14 03:32:46 -08:00
  • 4546741c20 Merging in upstream changes from github. Adam Coddington 2013-01-14 03:28:59 -08:00
  • a01340a60c Merge pull request #1 from pcraston/master Adam Coddington 2013-01-16 07:13:01 -08:00
  • ad4a1c00f4 Ignore p7s smime attachments Patrick Craston 2013-01-15 15:48:15 +00:00
  • 2fd9664295 Add south migration for message attachment model Patrick Craston 2013-01-15 12:28:32 +00:00
  • 2e484aaed8 Add admin support for attachments --display correctly Patrick Craston 2013-01-15 12:27:32 +00:00
  • 3c3e0f3d9b Add admin support for attachments --fix typo Patrick Craston 2013-01-15 12:23:16 +00:00
  • 00c14e9818 Add admin support for attachments Patrick Craston 2013-01-15 12:21:49 +00:00
  • 645a723d09 Move Attachment model up Patrick Craston 2013-01-15 12:11:08 +00:00
  • e3cd913fe7 Add attachment handling Patrick Craston 2013-01-15 12:05:04 +00:00
  • 4a785a18ce Show 'read' date in admin for messages. Adam Coddington 2012-12-07 11:08:17 -08:00
  • fc53a8203b Added tag 1.4 for changeset 979b52598c48 Adam Coddington 2012-11-27 19:01:54 -08:00
  • af58c324f5 Adding unread/read flagging for individual messages. 1.4 Adam Coddington 2012-11-27 19:01:49 -08:00
  • 5c285017ca Grammar, formatting in documentation. Adam Coddington 2012-10-28 13:12:32 -07:00
  • 20b780a2d7 Updating documentation and manifest. Adam Coddington 2012-10-28 13:11:02 -07:00
  • 14ada969ab Added tag 1.3 for changeset cfe7ff4ee3cd Adam Coddington 2012-10-28 13:03:38 -07:00
  • 6633882e18 Bumping version number. 1.3 Adam Coddington 2012-10-28 13:03:36 -07:00
  • d43dc46a33 Removing 'references' entry. Adam Coddington 2012-10-28 12:57:49 -07:00
  • 9615568108 Modifying admin display; adding help text. Adam Coddington 2012-10-28 12:41:36 -07:00
  • 0cdf0e4126 Escape HTML in help text. Adam Coddington 2012-10-28 12:27:20 -07:00
  • 6a1394eded Fixing syntax bug. Adam Coddington 2012-10-28 12:26:17 -07:00
  • 77acc09e2f Allow specification of from e-mail on mailbox model. Adam Coddington 2012-10-28 12:25:37 -07:00
  • 188ac8093b Removing 'References' table; default django mail sending methods do not allow multi-line headers (which are required for setting references). Adam Coddington 2012-10-28 12:03:31 -07:00
  • 608ab9f6c4 Do not set message to returned value from sending. Adam Coddington 2012-10-28 11:34:04 -07:00
  • ba71477f21 Misspelled import. Adam Coddington 2012-10-28 11:33:06 -07:00
  • 62231e5a08 Misspelled import. Adam Coddington 2012-10-28 11:31:31 -07:00
  • dcb26e97b5 Set message-Id during reply process; build message references properly. Adam Coddington 2012-10-28 11:29:56 -07:00
  • bbbb774102 Convert message to string, then consume message into Email object. Adam Coddington 2012-10-28 10:54:24 -07:00
  • 01ce366d86 Properly return message object. Adam Coddington 2012-10-27 19:10:18 -07:00
  • 8a1ada2283 Removing accidental reference to self. Adam Coddington 2012-10-27 19:03:15 -07:00
  • e4cb4d198a Removing missing .all for iterating over related objects. Adam Coddington 2012-10-27 19:01:09 -07:00
  • 55fb2f607e Removing 'address' field from admin changelist. Adam Coddington 2012-10-27 18:53:59 -07:00
  • 1be4539246 Adding functionality allowing one to easily send replies to existing messages. Adam Coddington 2012-10-27 18:51:41 -07:00
  • 5c619d98b8 Adding migrations supporting new model design. Adam Coddington 2012-10-27 18:09:23 -07:00
  • 5f39ac7fc9 Separate address field into two distinct fields storing TO and FROM headers. Adam Coddington 2012-10-27 17:46:48 -07:00
  • 9a72ecbd3a Documentation reformatting. Adam Coddington 2012-10-27 14:53:54 -07:00
  • 4ceeb4dae7 Adding optional argument to processincomingmessages management command for allowing one to specify a mailbox name. Adam Coddington 2012-10-27 14:54:54 -07:00
  • 22b31a5c2f Added tag 1.2.1 for changeset dabd6e3318bd Adam Coddington 2012-10-09 07:33:01 -07:00
  • 69f444993e Bumping version number so I might update the pip description. 1.2.1 Adam Coddington 2012-10-09 07:32:58 -07:00
  • 4a245c6eef Updating setuptools description. Adam Coddington 2012-10-09 07:31:31 -07:00
  • 71b7629e92 Documentation clarity updates. Adam Coddington 2012-10-09 07:27:41 -07:00
  • 36c5fb2842 Added tag 1.2 for changeset a8dafad2b7ba me@adamcoddington.net 2012-10-09 05:52:14 +00:00
  • ff39cff80d Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 1.2 me@adamcoddington.net 2012-10-09 05:52:04 +00:00
  • e27acaf0ec Merging in pipe-based mail consumer. Adam Coddington 2012-10-08 21:24:36 -07:00
  • 1758edd606 Closing exim4 branch. Adam Coddington 2012-10-08 21:23:05 -07:00
  • dd1393a653 Fixing documentation headlining. me@adamcoddington.net 2012-10-08 20:06:40 +00:00
  • 677290c390 Adding more-thorough explanations of pipe-based mailboxes. me@adamcoddington.net 2012-10-08 20:04:33 +00:00
  • 0162d23556 Adding instructions for pipe-based delivery. me@adamcoddington.net 2012-10-08 19:59:11 +00:00
  • 00a4bde767 Use TO header for creating mailbox name. me@adamcoddington.net 2012-10-08 15:33:07 +00:00
  • ffbf4ace6b Return None for connection if no URI is specified in mailbox settings. me@adamcoddington.net 2012-10-08 15:30:32 +00:00
  • 0515cf7f74 Do not attempt to fetch mail for mailbox not having a URI. me@adamcoddington.net 2012-10-08 15:28:37 +00:00
  • e165d16660 Fixing a typo that handles generating new mailbox names. me@adamcoddington.net 2012-10-08 15:27:46 +00:00
  • 24c2a98d81 Adding migration for handling incoming messages; adding exim4 scripts for routing messages to django_messages. me@adamcoddington.net 2012-10-08 15:24:42 +00:00
  • 5cf07a1c7b Modifying management command to accept incoming mail from STDIN. me@adamcoddington.net 2012-10-08 03:07:30 +00:00
  • b7192e9149 Model modifications for allowing empty source inputs; adding processincomingmessage management command. Adam Coddington 2012-10-07 19:43:38 -07:00
  • f933fd666b Updating trove classifiers. Adam Coddington 2012-07-23 09:21:55 -07:00
  • bd241d62b5 Converting to RST-style links, too. Adam Coddington 2012-07-22 16:02:33 -07:00
  • 2c9f6a02c4 Converting to RST-style links, too. Adam Coddington 2012-07-22 16:02:00 -07:00
  • 8eaf397755 Fixing documentation; it looks like I accidentally used Markdown rather than RST. Adam Coddington 2012-07-22 15:59:58 -07:00
  • c3f63a0d60 Added tag 1.1.1 for changeset 009e00fe7e6b Adam Coddington 2012-07-21 17:27:05 -07:00
  • 4713c41730 Bumping version number. 1.1.1 Adam Coddington 2012-07-21 17:27:00 -07:00
  • 2a58f370b2 Added tag 1.0.4 for changeset f1535e7905ff Adam Coddington 2012-07-21 15:40:52 -07:00
  • bfa4c58013 Bumping version number. 1.0.4 Adam Coddington 2012-07-21 15:40:46 -07:00
  • 5e52a233e6 Updating documentation, updating app name for pypi. Adam Coddington 2012-07-21 15:39:35 -07:00
  • 474ccb6efe Added tag 1.0.3 for changeset 59f324257bc5 Adam Coddington 2012-07-18 21:45:01 -07:00
  • 3d061d9357 Bumping version number. 1.0.3 Adam Coddington 2012-07-18 21:44:58 -07:00
  • 96455e272b Removing pring message relic. Adam Coddington 2012-07-18 21:42:04 -07:00
  • a51a33e049 Added tag 1.0.2 for changeset 16d62ea16431 Adam Coddington 2012-07-18 21:38:39 -07:00
  • 6ec371f9e3 Bumping version number; removing extra transports.py file. 1.0.2 Adam Coddington 2012-07-18 21:38:31 -07:00
  • 47d66df310 Documentation changes (for clarity). Adam Coddington 2012-07-18 21:34:44 -07:00
  • eb39ca4c84 Although I love randomly-selected names, passwords, etc, as it turns out, this is a real e-mail address, and I feel like I should pick something less likely to cause somebody to receive spam. Adam Coddington 2012-07-18 21:25:26 -07:00
  • 6609cf19a5 Added tag 1.0.1 for changeset 9041cea29068 Adam Coddington 2012-06-30 22:39:07 -07:00
  • f4baef7f0a Updating documentation, bumping version number. 1.0.1 Adam Coddington 2012-06-30 22:38:58 -07:00
  • de66d86459 Added tag 1.0 for changeset c89f77b8f603 Adam Coddington 2012-06-30 22:30:16 -07:00
  • aa0b79b36f Adding file-based transports including Maildir, Mbox, Babyl, MH, and MMDF. 1.0 Adam Coddington 2012-06-30 22:30:13 -07:00
  • 6a0305f944 Updating pop server address in documentation for consistency. Adam Coddington 2012-06-30 12:19:55 -07:00
  • c89488cb03 Added tag 0.2 for changeset c4a9d1fff0bb Adam Coddington 2012-06-30 12:18:45 -07:00
  • e23d051314 Updating documentation for clarity; bumping version number. 0.2 Adam Coddington 2012-06-30 12:18:42 -07:00
  • a35c4660af Adding SSL and url-encoding of email address and password to the documentation. Adam Coddington 2012-06-30 12:13:39 -07:00
  • 636b144e85 Added support for SSL mailboxes. me@adamcoddington.net 2012-06-30 19:08:18 +00:00
  • 050b972c68 Adding a missing newline. Adam Coddington 2012-06-28 09:45:37 -07:00
  • e8550b3797 Removing receiver for incoming 'message received' signal in management command; enumerate through incoming messages instead. Adam Coddington 2012-06-28 09:41:31 -07:00
  • 413b60e35f Initial commit. Adam Coddington 2012-06-27 20:45:01 -07:00