Code

. Clean up mail handling, multipart handling.
[roundup.git] / roundup / mailgw.py
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
2001-11-13 richard . re-open the database as the author in mail handling
2001-11-12 richardoops, left debug in there
2001-11-12 richardFixed issues with nosy reaction and author copies.
2001-11-09 richardMore error handling fixes.
2001-11-07 richardModified roundup-mailgw so it can read e-mails from...
2001-11-01 richardStarted work on supporting a pop3-fetching server
2001-10-30 richardCase-insensitive match for ISSUE_TRACKER_EMAIL in addre...
2001-10-30 richardFeatures:
2001-10-28 richardfixed bug #474749 ] Indentations lost
2001-10-23 richardFix unread->chatting auto transition, thanks Roch'e
2001-10-21 richardMailGW now moves 'unread' to 'chatting' on receiving...
2001-10-21 richardbug #473125: Paragraph in e-mails
2001-10-21 richardbug #473130: Nosy list not set correctly
2001-10-17 richardDid a fair bit of work on the admin tool. Now has an...
2001-10-11 richardImplemented the comma-separated printing option in...
2001-10-11 richardInitial cut at trying to handle people responding to...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-10-05 richard . roundup-admin create now prompts for property info...
2001-08-30 richardFixed missing import in mailgw :(
2001-08-13 richardMake the mail parser a little more robust.
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-08 richardAdded better error handling to mailgw.
2001-08-08 richardoops ;)
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-05 richardremoved some print statements
2001-08-03 richardImplemented correct mail splitting (was taking a shortc...
2001-08-01 richardmailgw was assuming certain properties existed on the...
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-28 richardMultipart message class has the getPart method now...
2001-07-28 richardFixed some non-string node ids.
2001-07-22 richardFinal commit of Grande Splite
2001-07-22 richardMore Grande Splite