[ZPT] MailClient "Outlook MailBody" Problems

Dieter Maurer dieter@handshake.de
Wed, 5 Mar 2003 20:53:30 +0100


centershock@t-online.de wrote at 2003-3-4 18:28 +0100:
 > I develeoped an IMAP_Mail_Client including Page Templates and have some
 > strange probs receiving Mails sent by MSOutlook... Zope put out the
 > following ErrorMessage:
 > 
 > Error Type: TypeError
 > Error Value: cannot add type "list" to string

The traceback will tell you precisely where someone tried to
add a string to a list.

Look there, check what the string and what the list is.
This will give you a glue to the error cause.


Dieter