From: mojmir s. <moj...@2k...> - 2009-06-10 09:03:38
|
good morning, i'd like to supply more details for my previous mail: 3. missing mapi_session* argument affected functions are mapi_init, smtp_address (calls OpenMsgStore, GetGALTable) i had to introduce static global variable for that. 4. buffer overflows affected functions get_base64_attachment, octool_get_stream perhaps all these memcpys should be reviewed 6. \r characters and = spread all around in mail body caused by quoted_printable_encode, some weird stuff there. i fixed it to suite my needs, proper solution needed. best regards, mojmir |