| 2006/12/19 15:04:05 |
93 |
93 |
dpavlin | HTML | TEXT | added verbose to send_queued_messages so that SOAP call (SendTest, used for tests) doesn't
produce any output (and thus confuse SOAP CGI server) |
| 2006/12/18 19:35:04 |
90 |
90 |
dpavlin | HTML | TEXT | final touches on code, template for send test which sadly
doesn't work with Class::DBI |
| 2006/12/18 18:55:43 |
89 |
89 |
dpavlin | HTML | TEXT | added backward-compatibility option full_hostname_in_aliases which
is depriciated now because postalias isn't happy about it, but
tests require it, require explicit version of some modules |
| 2006/09/21 10:49:00 |
87 |
87 |
dpavlin | HTML | TEXT | missing Subject: doesn't prevent adding message to queue
|
| 2005/09/06 11:14:49 |
86 |
86 |
dpavlin | HTML | TEXT | removed Sender: header so that stupid Outlook won't display list e-mail
address but instead use full list name in From: header
|
| 2005/08/31 16:53:21 |
85 |
85 |
dpavlin | HTML | TEXT | force return type of MessagesReceived to be array ref
|
| 2005/08/29 15:43:23 |
84 |
84 |
dpavlin | HTML | TEXT | fix ext_id offset in positional parametars
|
| 2005/08/29 14:53:53 |
83 |
83 |
dpavlin | HTML | TEXT | fixed small (grave) bug in named parametars
|
| 2005/08/26 11:48:09 |
82 |
82 |
dpavlin | HTML | TEXT | better quoting in aliases file, remove hostname from left side of alias
(to make postfix postalias happy -- which is requirement if you want to use
separate aliases file for Nos using alias_maps direcive in /etc/postfix/main.cf)
|
| 2005/08/26 06:13:44 |
81 |
81 |
dpavlin | HTML | TEXT | fix ordering by date, fix tests and notice about dates beeing inclusive
|
| 2005/08/26 05:38:00 |
80 |
80 |
dpavlin | HTML | TEXT | implemented date rangers and whole message content for received_messages,
need to fix tests
|
| 2005/08/25 11:58:15 |
79 |
79 |
dpavlin | HTML | TEXT | fixed MessagesReceived (request email *OR* list argument)
|
| 2005/08/25 00:56:06 |
78 |
78 |
dpavlin | HTML | TEXT | added SOAP method MessagesReceived, documentation improvements
|
| 2005/08/25 00:37:48 |
77 |
77 |
dpavlin | HTML | TEXT | implemented arguments email and list to received_messages using
SQL::Abstract, small improvements of tests
|
| 2005/08/24 22:11:00 |
76 |
76 |
dpavlin | HTML | TEXT | 100 tests and counting :-) Added test for each sent message and generating
replies and partly tested that
|
| 2005/08/24 21:27:40 |
75 |
75 |
dpavlin | HTML | TEXT | beginning of received_messages, send_queued_messages now returns number of
messages succesfully sent, driver can now be any Email::Send driver (including
Email::Send::Test used for tests), documentation improvements
|
| 2005/08/24 17:19:16 |
74 |
74 |
dpavlin | HTML | TEXT | mostly documentation improvements, document comming SOAP functions
|
| 2005/08/22 20:24:04 |
72 |
72 |
dpavlin | HTML | TEXT | great API change: list options are now create_list and drop_list
|
| 2005/08/22 19:25:24 |
71 |
71 |
dpavlin | HTML | TEXT | check if aliases file is writable
|
| 2005/08/02 19:41:28 |
70 |
70 |
dpavlin | | added _remove_alias and use it when deleting list
|