MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 624 forks source link

Does MailCore 2 support parsing the encoded mime parameter with RFC 2231 #270

Closed pitiphong-p closed 9 years ago

pitiphong-p commented 11 years ago

I have trouble with the RFC 2231 mime parameter like in this link in MailCore 1. I don't know if the MailCore 2 is already fixed this issue?

dinhvh commented 11 years ago

It doesn't.

pitiphong-p commented 11 years ago

Any plan on this bug. Or suggestion if I want to implement the patch?

dinhvh commented 11 years ago

Most of it should be implemented on libetpan side. Did you encounter a real-world case with RFC 2231 encoding?

pitiphong-p commented 11 years ago

Yes I have some mail that use RFC 2231. I'm looking for the way to implement the patch in the libetpan.

pitiphong-p commented 11 years ago

Mail that is attached attachment inlined and composed with OS X's Mail.app uses RFC 2231 standard for filename/name of the attachments.

Tensho commented 10 years ago

Looks like I have the same problem. If I have inline attachment with non-ascii name, then I can't see it through macExample.

dinhvh commented 9 years ago

Duplicate of #822.