Mercurial > p > roundup > code
diff roundup/mailgw.py @ 661:cdcee6721841
. [SF#517734] web header customisation is obscure
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 14 Mar 2002 23:59:24 +0000 |
| parents | 08abec25b2c6 |
| children | 34dbcdfb2fe1 54333751e98d |
line wrap: on
line diff
--- a/roundup/mailgw.py Thu Mar 14 07:16:31 2002 +0000 +++ b/roundup/mailgw.py Thu Mar 14 23:59:24 2002 +0000 @@ -73,7 +73,7 @@ an exception, the original message is bounced back to the sender with the explanatory message given in the exception. -$Id: mailgw.py,v 1.65 2002-02-15 00:13:38 richard Exp $ +$Id: mailgw.py,v 1.66 2002-03-14 23:59:24 richard Exp $ ''' @@ -523,8 +523,8 @@ # required body parts. # ACTION: Not handleable as the content is encrypted. # multipart/related (rfc 1872, 2112, 2387): - # The Multipart/Related content-type addresses the MIME representation - # of compound objects. + # The Multipart/Related content-type addresses the MIME + # representation of compound objects. # ACTION: Default. If we are lucky there is a text/plain. # TODO: One should use the start part and look for an Alternative # that is text/plain. @@ -803,6 +803,11 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.65 2002/02/15 00:13:38 richard +# . #503204 ] mailgw needs a default class +# - partially done - the setting of additional properties can wait for a +# better configuration system. +# # Revision 1.64 2002/02/14 23:46:02 richard # . #516883 ] mail interface + ANONYMOUS_REGISTER #
