Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / roundup / mailgw.py
2011-10-17 schlatterbeck- fix mailgw list of methods -- use getattr so that...
2011-10-07 schlatterbeckPGP support is again working (pyme API has changed...
2011-10-06 schlatterbeckFix PGP implementation -- the pyme API has changed...
2011-10-06 schlatterbeck- put all methods for parsing a message into a list...
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-15 schlatterbeckAdd new config-option 'password_pbkdf2_default_rounds...
2011-04-14 richardFixed bug in mailgw refactoring, patch issue2550697...
2011-01-10 schlatterbeckAdd the parsedMessage class as class variable to MailGW...
2010-12-23 schlatterbeck- Factor MailGW message parsing into a separate class...
2010-10-06 schlatterbeck- some formatting
2010-10-05 schlatterbeck- new mailgw config item unpack_rfc822 that unpacks...
2010-09-16 schlatterbeck- more logger fixes -- use correct hierarchical logger...
2010-08-04 schlatterbecknew mailgw config option subject_updates_title, see...
2010-04-19 richardDefault to "text/plain" if no Content-Type header is...
2010-04-16 richardAccept single-character subject lines
2010-02-02 richardsupport CRAM-MD5 for IMAPS
2009-12-15 schlatterbeckClean up all the places where role processing occurs...
2009-12-07 richardFix some security assertions in mailgw to only assert...
2009-12-07 richard- Add documentation for migrating to the Register permi...
2009-08-10 richardremove unused import
2009-07-14 schlatterbeckThe mail-gateway used to process messages fetched,...
2009-03-13 richardremove debugging raise, thanks alex
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-13 richard*** empty log message ***
2004-04-13 richardadded IMAP support to mail gateway (sf rfe 934000)
2004-03-26 richardadd and use Reject exception (sf bug 700265)
2004-03-25 richardhave bounce_message do the error_messages_to heavy...
2004-03-25 eparkerAdded the ability to toggle where error messages go.
2004-02-11 richarddocumentation cleanup
2004-01-20 richardfix minor bug in mailgw POP handler
2004-01-17 jlgijsbers*** empty log message ***
2003-12-19 richardfixed mailgw handling of subject-line errors
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 jlgijsbersDon't rely on being about an issue when submitting...
2003-10-25 jlgijsbersDon't be strict about the space following the two hyphe...
2003-10-24 jlgijsbersMake signature matching more precise: only match '...
2003-10-04 jlgijsbersFix mailer (sf bug #817470) and add docstrings to preve...
2003-09-08 jlgijsbersOops.
2003-09-08 jlgijsbersSend a message confirming the confirmation.
2003-09-08 jlgijsbersExtracted duplicated mail-sending code from mailgw...
2003-09-06 jlgijsbersOops, forgot to run all tests. Fixed.
2003-09-06 jlgijsbersmailgw now accepts registration confirmation mail that...
2003-09-05 jlgijsbersNormalize multiline strings for emacs.
2003-06-25 neajThe .replace in getheader would fail for absent headers...
2003-06-24 neajdoc/customizing.txt, doc/design.txt
2003-06-23 neajMade subject_re an attribute of MailGW, so that it...
2003-06-18 richardhandle missing Subject: line (sf bug 755331)
2003-06-18 richard- handle deprecation of FCNTL in python2.2+
2003-04-27 richardset title on issues even when the email body is empty...
2003-04-24 keddersyntax error
2003-04-24 richardget yer defaults right, mate
2003-04-24 richardSMTP login and TLS support added (sf bug 710853 with...
2003-04-23 richardemail file attachments added to issue files list (sf...
2003-04-17 richardfixes to unit tests for recent changes
2003-04-17 richardmoving templates around
2003-04-10 richardset new email rego user password to random string
2003-03-24 richard*** empty log message ***
2003-03-24 richardroundup mailgw now handles apop
2003-02-27 richardAdded password reset facility for forgotten passwords...
2003-02-22 richardfix for sf bug 691046
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-27 kedderAdded users' timezone support
2003-01-15 kedderapplied unicode patch
2003-01-12 richardmissed this part of the patch, added doc
2003-01-11 richardsupport setting of properties on message and file throu...
2003-01-06 richardbetter match for mailgw help "command" text
2002-12-27 richard- applied patches for handling Outlook quirks (thanks...
2002-12-11 richardadded date header to emails (sf bug 651358)
2002-12-10 richard- detect and break email loops (sf bug 640854)
2002-12-10 richardLots of little fixes in this update:
2002-11-05 richard- updated email package address formatting (deprecation)
2002-10-21 richard- force non-word boundary to match re: in subject ...
2002-10-15 richardbugfixes to pipe bugfix
2002-10-15 richardstore PIPE messages so we can re-send them on errors
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-10-03 richardmerge from maintenance branch
2002-09-26 richardfixed the mailgw so that anonymous users may still...
2002-09-26 richardbugfix to this morning's mailgw subject RE change
2002-09-26 richardhandle stupid mailers quoting subject lines
2002-09-25 richard#614188 ] Exception in mailgw.py
2002-09-25 richard- replaced the content() callback ickiness with Page...
2002-09-20 richardmissing import ... how odd
2002-09-11 richardreorganised mailgw code
2002-09-10 richardhandled some XXXs
2002-09-10 richardMore cleaning up of configuration, and the "instance...
2002-09-10 richardunit tests pass again
2002-09-10 richardremoved Log
2002-09-09 richardinstance_config -> config, and other related cleanups
2002-08-19 richardgrant email access to admin too ;)
2002-08-01 richardAdded the web access and email access permissions,...
2002-07-26 richardVery close now. The cgi and mailgw now use the new...
2002-07-25 richardBugger it. Here's the current shape of the new security...
2002-07-18 gmcmAdd Number and Boolean types to hyperdb.
next