Skip to content
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

Fix uploading binary attachments to IMAP. #274

Closed
wants to merge 1 commit into from

Conversation

mistotebe
Copy link

OfflineIMAP can try and upload binary data to the server if it thinks it
has to. It should better mark its literals as binary per RFC 3516 if the
server advertises it.

Can probably be backported in the other branches.

OfflineIMAP can try and upload binary data to the server if it thinks it
has to. It should better mark its literals as binary per RFC 3516 if the
server advertises it.
@nicolas33
Copy link
Member

This is imaplib2 library change. We don't diverge from upstream, so it should be sent to Piers. See http://sourceforge.net/projects/imaplib2. Thanks!

@nicolas33
Copy link
Member

I'm closing since it's really about imaplib2 project.

@nicolas33 nicolas33 closed this Nov 23, 2015
@mistotebe
Copy link
Author

submitted at https://sourceforge.net/p/imaplib2/bugs/10/

@nicolas33
Copy link
Member

Applied upstream changes. Thank you!

@nicolas33
Copy link
Member

This patch looked to be doing more harm than good in OfflineIMAP. Hence, Piers removed this change. According to him, the RFC is incorrectly implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants