Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / test / test_mailgw.py
2011-10-19 schlatterbeckAdd config-option "nosy" to messages_to_author setting... master
2011-10-07 schlatterbeckSending of PGP-Encrypted mail to all users or selected...
2011-10-07 schlatterbeckPGP support is again working (pyme API has changed...
2011-10-06 schlatterbeckFix PGP implementation -- the pyme API has changed...
2011-08-24 schlatterbeckFix matching of incoming email addresses to the alterna...
2011-06-06 schlatterbeckYet another fix to the mail gateway, messages got ...
2011-06-01 schlatterbeckYet another fix to the mail gateway, messages got ...
2011-05-29 schlatterbeckFix file-unlink bug in mailgw (Ralfs oversight when...
2011-04-14 schlatterbeck- fix new mailgw test (-c option :-)
2011-04-14 schlatterbeck- Add regression test for -c option to mailgw -- bug...
2010-12-23 schlatterbeck- Factor MailGW message parsing into a separate class...
2010-10-05 schlatterbeck- new mailgw config item unpack_rfc822 that unpacks...
2010-10-04 schlatterbeckFix charset of first text-part of outgoing multipart...
2010-08-09 richardforce tests checking text output to work in the "C...
2010-08-04 schlatterbecknew mailgw config option subject_updates_title, see...
2010-04-16 richardAccept single-character subject lines
2010-02-23 richardThe email for the first message on an issue was sometim...
2010-02-08 richarddon't have mailgw tests close the db - they're not...
2010-02-02 richardfix test
2010-02-02 richardadd in-memory hyperdb implementation to speed up testing
2010-02-01 richardhandle quoting/escaping specials after encoding; fix...
2009-12-27 schlatterbeckFix handling of non-ascii in realname in the nosy maile...
2009-12-07 richardFix some security assertions in mailgw to only assert...
2009-11-30 schlatterbeckFix security-problem: If user hasn't permission on...
2009-07-15 schlatterbeckfix problem with bounce-message if incoming mail has...
2009-07-14 schlatterbeckThe mail-gateway used to process messages fetched,...
2009-03-12 richardAdd some new encoding tests to mailgw:
2009-03-12 richardmigrate from MimeWriter to email
2009-02-06 stefansvn repository setup
2004-04-09 richardfix mailgw test harness
2004-03-22 richardImplemented proper datatypes in mysql and postgresql...
2004-03-19 richardA few big changes in this commit:
2004-01-20 richard*** empty log message ***
2003-12-04 richardignore incoming email with "Precedence: bulk" (sf patch...
2003-11-13 richardResent-From: header
2003-11-11 richardCentralised conversion of user-input data to hyperdb...
2003-11-03 jlgijsbersDo a semantic comparison of messages when the test...
2003-11-03 jlgijsbersExtract _send_mail method, it was duplicated all around...
2003-11-03 jlgijsbersDon't rely on being about an issue when submitting...
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-10-25 jlgijsbersMove tests to test_mailsplit, which I hadn't seen befor...
2003-10-24 jlgijsbersAddition to last log message: added tests. (Also, fix...
2003-10-24 jlgijsbersMake signature matching more precise: only match '...
2003-09-15 jlgijsbersRemove line testing for just one testcase.
2003-09-15 jlgijsbersAdd a test for looking up alternate adresses and case...
2003-09-07 jlgijsbersOptimize mailgw and cgi tests by creating an empty...
2003-09-07 jlgijsbersSimplify Message comparison.
2003-09-07 jlgijsbersMessage comparison is no longer a straight text compari...
2003-09-06 jlgijsbersOops, forgot to run all tests. Fixed.
2003-09-06 jlgijsbersmailgw now accepts registration confirmation mail that...
2003-05-06 keddermore pedantic rfc2822 header qp encoding
2003-04-27 richardset title on issues even when the email body is empty...
2003-04-17 richardfixes to unit tests for recent changes
2003-04-10 richardfixes for new signature url quoting
2003-03-24 richardfixed rdbms email address lookup (case insensitivity)
2003-03-13 kedderrole names made case insensitive
2003-02-28 richardfixes to unit tests
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-15 kedderapplied unicode patch
2002-12-18 richardfix for config example change
2002-12-11 richardfixes to mailgw tests
2002-12-10 richard- finished of handling of retired flag in filter()...
2002-12-10 richardLots of little fixes in this update:
2002-11-05 richard- updated email package address formatting (deprecation)
2002-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-20 richardOn second thought, that last checkin was dumb.
2002-09-12 richardclose the databases before test cleanup
2002-09-10 richardunit tests pass again
2002-09-10 richardfixes to tests and Interval unmarshalling
2002-09-10 richardremoved Log
2002-09-09 richardinstance_config -> config, and other related cleanups
2002-07-29 richardRemoved the unnecessary volatiledb and the related...
2002-07-26 richardVery close now. The cgi and mailgw now use the new...
2002-07-14 richardFixed the unit tests for the new multilist controls...
2002-07-09 richardAdded ability for unit tests to turn off exception...
2002-06-18 dman13Updated message strings to match the RFC822 address...
2002-05-29 richardSorry about this huge checkin! It's fixing a lot of...
2002-05-23 richard'I must run unit tests before committing\n' * 100
2002-05-15 richard . fixed SCRIPT_NAME in ZRoundup for instances not...
2002-05-02 richard. added option to automatically add the authors and...
2002-03-19 grubert . for python2.1 test_mailgw compareString allows an...
2002-03-19 richardMade the email checking spit out a diff - much easier...
2002-03-18 rochecompaanAll messages sent to the nosy list are now encoded...
2002-02-15 richard . Alternate email addresses are now available for...
2002-02-15 richard . #503204 ] mailgw needs a default class
2002-02-14 richardFixed the unit tests for the mailgw re: the x-roundup...
2002-02-12 grubert . Clean up mail handling, multipart handling.
2002-02-05 grubert . respect encodings in non multipart messages.
2002-02-04 grubert . add test for multipart messages with first part...
2002-01-22 rochecompaanFixed status change in mail gateway.
2002-01-21 rochecompaanFeature:
2002-01-15 richard#503340 ] creating issue with [asignedto=p.ohly]
2002-01-14 richardremoved file writing from tests...
2002-01-14 richard . changed all config accesses so they access either...
2002-01-11 richard . #502437 ] rogue reactor and unittest
2002-01-02 richardSorry for the huge checkin message - I was only intendi...