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

Local Maildir as a target? #7

Open
hydhyd opened this issue Jun 27, 2017 · 5 comments
Open

Local Maildir as a target? #7

hydhyd opened this issue Jun 27, 2017 · 5 comments

Comments

@hydhyd
Copy link

hydhyd commented Jun 27, 2017

I don't believe there's a half-decent Maildir to HTML converter at the moment.

Would that be possible to add support for processing offline Maildirs?

@polo2ro
Copy link
Owner

polo2ro commented Jun 27, 2017

neat idea, there is a python lib : https://docs.python.org/3/library/mailbox.html#maildir probably a lot of work since this is not the same interface as the remote mailbox api from imaplib

@hydhyd
Copy link
Author

hydhyd commented Jun 27, 2017

At least you got the HTML part figured out already :)

On another note (and I probably should've filed that as another issue): imapbox does not currently behave when STARTTLS is implicitly required to start authentication on port 143, say with MS Exchange servers (much like getmail and many other Python 2.x IMAP agents: http://getmail.pyropus.narkive.com/8n2eSXGe/imap-starttls-port-143).

Any hope to get that fixed? Must be a quick fix from what I gather. Seems to be a thing since Python 3.4: https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.starttls

@polo2ro
Copy link
Owner

polo2ro commented Jun 27, 2017

hum, the main problem is that python 3 is not supported. I think the best answer to this would be to rewrite for P3 only in a new branch and forget about p2. last time i tried, i found it impossible to support the 2 versions.

@hydhyd
Copy link
Author

hydhyd commented Jun 27, 2017

Oh, I was somehow under the impression that you were in the process of migtrating to Python 3.

Anyway, don't mean to be overbearing; just thought I'd throw that out and see what sticks :)

Thanks!

@polo2ro
Copy link
Owner

polo2ro commented Feb 27, 2018

now master branch is for python3 only

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

No branches or pull requests

2 participants