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

69 commits

Author SHA1 Message Date
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
Adam Coddington
6633882e18 Bumping version number. 2012-10-28 13:03:36 -07:00
Adam Coddington
d43dc46a33 Removing 'references' entry. 2012-10-28 12:57:49 -07:00
Adam Coddington
9615568108 Modifying admin display; adding help text. 2012-10-28 12:41:36 -07:00
Adam Coddington
0cdf0e4126 Escape HTML in help text. 2012-10-28 12:27:20 -07:00
Adam Coddington
6a1394eded Fixing syntax bug. 2012-10-28 12:26:17 -07:00
Adam Coddington
77acc09e2f Allow specification of from e-mail on mailbox model. 2012-10-28 12:25:37 -07:00
Adam Coddington
188ac8093b Removing 'References' table; default django mail sending methods do not allow multi-line headers (which are required for setting references). 2012-10-28 12:03:31 -07:00
Adam Coddington
608ab9f6c4 Do not set message to returned value from sending. 2012-10-28 11:34:04 -07:00
Adam Coddington
ba71477f21 Misspelled import. 2012-10-28 11:33:06 -07:00
Adam Coddington
62231e5a08 Misspelled import. 2012-10-28 11:31:31 -07:00
Adam Coddington
dcb26e97b5 Set message-Id during reply process; build message references properly. 2012-10-28 11:29:56 -07:00
Adam Coddington
bbbb774102 Convert message to string, then consume message into Email object. 2012-10-28 10:54:24 -07:00
Adam Coddington
01ce366d86 Properly return message object. 2012-10-27 19:10:18 -07:00
Adam Coddington
8a1ada2283 Removing accidental reference to self. 2012-10-27 19:03:15 -07:00
Adam Coddington
e4cb4d198a Removing missing .all for iterating over related objects. 2012-10-27 19:01:09 -07:00
Adam Coddington
55fb2f607e Removing 'address' field from admin changelist. 2012-10-27 18:53:59 -07:00
Adam Coddington
1be4539246 Adding functionality allowing one to easily send replies to existing messages. 2012-10-27 18:51:41 -07:00
Adam Coddington
5c619d98b8 Adding migrations supporting new model design. 2012-10-27 18:09:23 -07:00
Adam Coddington
5f39ac7fc9 Separate address field into two distinct fields storing TO and FROM headers. 2012-10-27 17:46:48 -07:00
Adam Coddington
9a72ecbd3a Documentation reformatting. 2012-10-27 14:53:54 -07:00
Adam Coddington
4ceeb4dae7 Adding optional argument to processincomingmessages management command for allowing one to specify a mailbox name. 2012-10-27 14:54:54 -07:00
Adam Coddington
22b31a5c2f Added tag 1.2.1 for changeset dabd6e3318bd 2012-10-09 07:33:01 -07:00
Adam Coddington
69f444993e Bumping version number so I might update the pip description. 2012-10-09 07:32:58 -07:00
Adam Coddington
4a245c6eef Updating setuptools description. 2012-10-09 07:31:31 -07:00
Adam Coddington
71b7629e92 Documentation clarity updates. 2012-10-09 07:27:41 -07:00
me@adamcoddington.net
36c5fb2842 Added tag 1.2 for changeset a8dafad2b7ba 2012-10-09 05:52:14 +00:00
me@adamcoddington.net
ff39cff80d Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
Adam Coddington
e27acaf0ec Merging in pipe-based mail consumer. 2012-10-08 21:24:36 -07:00
Adam Coddington
1758edd606 Closing exim4 branch.
--HG--
branch : exim4_pipe
extra : close : 1
2012-10-08 21:23:05 -07:00
me@adamcoddington.net
dd1393a653 Fixing documentation headlining.
--HG--
branch : exim4_pipe
2012-10-08 20:06:40 +00:00
me@adamcoddington.net
677290c390 Adding more-thorough explanations of pipe-based mailboxes.
--HG--
branch : exim4_pipe
2012-10-08 20:04:33 +00:00
me@adamcoddington.net
0162d23556 Adding instructions for pipe-based delivery.
--HG--
branch : exim4_pipe
2012-10-08 19:59:11 +00:00
me@adamcoddington.net
00a4bde767 Use TO header for creating mailbox name.
--HG--
branch : exim4_pipe
2012-10-08 15:33:07 +00:00
me@adamcoddington.net
ffbf4ace6b Return None for connection if no URI is specified in mailbox settings.
--HG--
branch : exim4_pipe
2012-10-08 15:30:32 +00:00
me@adamcoddington.net
0515cf7f74 Do not attempt to fetch mail for mailbox not having a URI.
--HG--
branch : exim4_pipe
2012-10-08 15:28:37 +00:00
me@adamcoddington.net
e165d16660 Fixing a typo that handles generating new mailbox names.
--HG--
branch : exim4_pipe
2012-10-08 15:27:46 +00:00
me@adamcoddington.net
24c2a98d81 Adding migration for handling incoming messages; adding exim4 scripts for routing messages to django_messages.
--HG--
branch : exim4_pipe
2012-10-08 15:24:42 +00:00
me@adamcoddington.net
5cf07a1c7b Modifying management command to accept incoming mail from STDIN.
--HG--
branch : exim4_pipe
2012-10-08 03:07:30 +00:00
Adam Coddington
b7192e9149 Model modifications for allowing empty source inputs; adding processincomingmessage management command.
--HG--
branch : exim4_pipe
2012-10-07 19:43:38 -07:00
Adam Coddington
f933fd666b Updating trove classifiers. 2012-07-23 09:21:55 -07:00
Adam Coddington
bd241d62b5 Converting to RST-style links, too. 2012-07-22 16:02:33 -07:00
Adam Coddington
2c9f6a02c4 Converting to RST-style links, too. 2012-07-22 16:02:00 -07:00
Adam Coddington
8eaf397755 Fixing documentation; it looks like I accidentally used Markdown rather than RST. 2012-07-22 15:59:58 -07:00
Adam Coddington
c3f63a0d60 Added tag 1.1.1 for changeset 009e00fe7e6b 2012-07-21 17:27:05 -07:00
Adam Coddington
4713c41730 Bumping version number. 2012-07-21 17:27:00 -07:00
Adam Coddington
2a58f370b2 Added tag 1.0.4 for changeset f1535e7905ff 2012-07-21 15:40:52 -07:00
Adam Coddington
bfa4c58013 Bumping version number. 2012-07-21 15:40:46 -07:00
Adam Coddington
5e52a233e6 Updating documentation, updating app name for pypi. 2012-07-21 15:39:35 -07:00