Luís Filipe de Medeiros Rodrigues

Results 34 comments of Luís Filipe de Medeiros Rodrigues

@andyedinborough - mail sent @piher - thanks - will look into that too

Just found another FROM null, this time it does have a display name though headers['From'].rawvalue contains ``` \"PT, IBM-AP\" ``` Something to do with the \" encapsulating the name maybe?...

804a9f6 fixes the character set in address issue

Check Content-Description and Content-ID (message.Attachments.Headers["Content-Description"] and message.Attachments.Headers["Content-ID"]) Either one of those usually gets me the filename You will have to parse them looking for something like name="filename.ext" Can you work...

each attachment has a Headers (Or used to anyway - am not using the latest version yet) don't have my code at hand just now but use something like: ```...

have you tried the latest version? 1.7.6 last i saw? try headers["WhatEverproperty"].rawvalue works (mostly) for me as long as WhatEverProperty exists in headers

will send you an example in the morning - and yes there are newlines AND tabs there as per my final equality shows - Also the filenames are encoded -...

Mail exemple sent - let me know if you need something

Just noticed that some mail cliente apps (tested with Windows Live Mail) will not retrieve the filenames properly and just replace that with one in the form ATTxxxxx.ext with xxxxx...

Also running into this - gmail only - other mail servers don't throw this Couldn't figure out what causes this but other mail libraries seem to be getting this aswell...