Code

Fix mailer (sf bug #817470) and add docstrings to prevent this from happening again.
[roundup.git] / roundup / mailgw.py
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.
2002-07-10 richard . made mailgw handle set and modify operations on...
2002-07-09 richardAdded ability for unit tests to turn off exception...
2002-05-29 richardSorry about this huge checkin! It's fixing a lot of...
2002-05-22 richard . applied patch #558876 ] cgi client customization
2002-05-22 richardAdded note to MIGRATION about new config vars. Also...
2002-05-08 richardgrr
2002-05-06 richardhrm
2002-05-06 richardTweaking the signature deletion from mail messages.
2002-05-02 richard. added option to automatically add the authors and...
2002-04-23 rochecompaan . stripping of the email message body can now be contr...
2002-03-14 richard . #517734 ] web header customisation is obscure
2002-02-15 richard . #503204 ] mailgw needs a default class
2002-02-14 richard. #516883 ] mail interface + ANONYMOUS_REGISTER
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-02-01 grubert . mailgw checks encoding on first part too.
2002-01-23 richardtabnuke
2002-01-23 richard . mailgw failures (unexpected ones) are forwarded...
2002-01-22 richard . handle stripping of "AW:" from subject line
2002-01-22 rochecompaanFixed status change in mail gateway.
2002-01-21 rochecompaanFeature:
2002-01-16 grubert . if the attachment has no name, name it unnamed,...
2002-01-16 richardsimple help command for mailgw
2002-01-15 richard#503340 ] creating issue with [asignedto=p.ohly]
2002-01-14 richard . changed all config accesses so they access either...
2002-01-11 richard . #502342 ] pipe interface
2002-01-10 richardfollowup lines directly after a quoted section were...
2002-01-08 richardChanged message-id format to "<%s.%s.%s%s@%s>" so it...
2002-01-02 richardANONYMOUS_ACCESS -> ANONYMOUS_REGISTER
2002-01-02 richardSorry for the huge checkin message - I was only intendi...
2001-12-20 rochecompaanFeatures added:
2001-12-18 rochecompaanFixed bugs:
2001-12-15 rochecompaanOops.
2001-12-15 rochecompaan . Modified cgi interface to change properties only...
2001-12-10 richardFrom CHANGES:
2001-12-05 rochecompaanRemoved generation of change note from "sendmessage...
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-12-01 richard. We now have basic transaction support! Information...
2001-11-28 richard . login_action and newuser_action return values were...
2001-11-26 richardFeature:
2001-11-22 jhermannAdded module docstrings to all modules.
2001-11-15 richardhandle the case where there is no file attached
next