Code

Added module docstrings to all modules.
[roundup.git] / roundup / mailgw.py
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