hi there

MimeMess.pas unit:
function TMessHeader.DecodeHeader(value: string): boolean;
code: if Pos('CONTENT-TYPE:', s) = 1 then
           Exit;
the above result is that content-type is not placed inside the message.header 
and is also not added into customheaders so i
cant later .FindHeader for it.
for now i commented it out so it is placed in cutsomheaders but is there a 
reason the above code was placed there?

thanks

-- 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to