Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2006/12/19 15:04:05 93 93 dpavlin 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/19 10:32:18 92 92 dpavlin begin migration from Class::DBI to Jifty::DBI Copied from /jifty-dbi/Nos.pm:91
2006/12/18 19:38:50 91 91 dpavlin make experimental branch for Jifty::DBI test Copied from /trunk:90
2006/12/18 19:35:04 90 90 dpavlin 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 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/12/18 16:25:28 88 88 dpavlin require current Email::Send, fixed test (not complete yet)
2006/09/21 10:49:00 87 87 dpavlin missing Subject: doesn't prevent adding message to queue
2005/09/06 11:14:49 86 86 dpavlin 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 force return type of MessagesReceived to be array ref
2005/08/29 15:43:23 84 84 dpavlin fix ext_id offset in positional parametars
2005/08/29 14:53:53 83 83 dpavlin fixed small (grave) bug in named parametars
2005/08/26 11:48:09 82 82 dpavlin 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 fix ordering by date, fix tests and notice about dates beeing inclusive
2005/08/26 05:38:00 80 80 dpavlin implemented date rangers and whole message content for received_messages,
need to fix tests
2005/08/25 11:58:15 79 79 dpavlin fixed MessagesReceived (request email *OR* list argument)
2005/08/25 00:56:06 78 78 dpavlin added SOAP method MessagesReceived, documentation improvements
2005/08/25 00:37:48 77 77 dpavlin implemented arguments email and list to received_messages using
SQL::Abstract, small improvements of tests
2005/08/24 22:11:00 76 76 dpavlin 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 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 mostly documentation improvements, document comming SOAP functions