We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
I'm using the docker version and get the following output:
account1/INBOX (on mx.mailserver.tld) Saving folder: INBOX ~/imapbox/INBOX/2022/23244980.10761646738362496.JavaMail.tomcatlagaspintra1.domain.tld MailboxClient.saveEmail() failed: None ~/imapbox/INBOX/2022/31433348.10671646824808489.JavaMail.tomcatlagaspintra1.domain.tld MailboxClient.saveEmail() failed: None ~/imapbox/INBOX/2022/3064516.10971646911215249.JavaMail.tomcatlagaspintra1.domain.tld MailboxClient.saveEmail() failed: None 3 emails created, 0 emails already exists``` My config file is: ```[imapbox] local_folder=~/imapbox days=3 wkhtmltopdf=/opt/bin/wkhtmltopdf [account1] host=mx.mailserver.tld [email protected] password=xxx ssl=True remote_folder=INBOX port=993``` OS: macOS Catalina 10.15.7 Any idea why this happens and how I can debug/fix this? Kind regards, David
The text was updated successfully, but these errors were encountered:
Failed: None it's mean success. If you still didn't get the email, i suggest to use docker and put local_folder to /var/imapbox
Sorry, something went wrong.
I've created a PR and included a small fix to show a progress and get rid of the misleading/confusing message "Failed: None".
No branches or pull requests
Hey,
I'm using the docker version and get the following output:
The text was updated successfully, but these errors were encountered: