-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for embedded message #106
Conversation
…rom pedrosoares/imap
…e content of this message is content of attachment
Hi, was this branch ever perused, one of my clients is interested in having embedded attachment support. |
hi, we use this fork in our project, which is used by 3 our clients so we process about 3000 mails/month and it just works without any problem. But I remember that there was some issues like bad encoding or some bugs related to unexpected structure of mail. I'll be happy if you will try this and I'll glad to help you if you will encounter any issues to improve this feature |
Great thank you. I will have a go and let you know if I have any problems :) |
* Added support for embedded message * Refactoring fetching structure * Adding special way to parse content with base64 encoding * Fixed the problem that not see some type of the Attachments. Copied from pedrosoares/imap * Fixed the problem, when message has disposition "attachment" and whole content of this message is content of attachment * remove unneeded imports * Refactor #106 code * Revert forgotten changes * Use built-in ifdparameters
Merged in #216 thank you very much! |
Added support for embedded messages. Useful while working with multiple emails resended in one email.