Mercurial > p > roundup > code
diff CHANGES.txt @ 391:399340646765
handle the case where there is no file attached
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 15 Nov 2001 10:24:27 +0000 |
| parents | a74ea8489896 |
| children | a9edec536e0a |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 14 21:35:22 2001 +0000 +++ b/CHANGES.txt Thu Nov 15 10:24:27 2001 +0000 @@ -34,11 +34,17 @@ . bug #479511 ] mailgw to pop . bug #479508 ] roundup-admin crash on wrong class . bad error report in hyperdb + . roundup.mailgw now handles errors on the set() and create() at the end + of processing + . roundup.mailgw also handles messages that are passed to it that don't + contain a From: line - apparently some POP servers can do this. It punts + an error message to the roundup admin. . fixed nosy reaction and author copy handling . errors in nosy reaction will be propogated now (were effectively being squashed) . re-open the database as the author in mail handling + 2001-10-23 - 0.3.0 pre 3 Feature: . MailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue.
