Hi,

I'm trying to send an html email first by SMTP and then save it into a 
'sent folder' on an IMAP server. The message sent by SMTP is fine. With 
IMAP the copy can be seen in the sent folder but the html appears as an 
attachment to a blank email (using outlook 2003 and scalix server). I'm 
using something like this:

if SendToRaw(fromAddr, toAddr, EmailServerAddress, mm.Lines,
        EmailUsername, EmailPassword) then
     IMAP.AppendMess('Sent Items', mm.Lines);

Guessing there are some missing headers for the imap to work but 
searching around it seems very few headers are required.

Can anyone help?

Thanks,
Esmond

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to