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

Connection: add leading zero to single digit date #648

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexandrBoltris
Copy link

yandex.ru imap server does not accept new messages with customized arrival date.

Problem looks like this:

=> 'A6 APPEND "test2" "7-Nov-2016 18:49:23 +0200" {160+}'
=> 'From: Fred Foobar <foobar@Blurdybloop.COM>[skipped]
<= 'A6 BAD Command syntax error. sc=jwOWLg0ZsiE1_221858_22j'

Message can be accepted after adding a leading zero "7-Nov-2016" -> "07-Nov-2016".

=> 'A6 APPEND "test2" "07-Nov-2016 18:49:23 +0200" {160+}'
=> 'From: Fred Foobar <foobar@Blurdybloop.COM>[skipped]
<= 'A6 OK [APPENDUID 1506098273 40] APPEND Completed.'

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

Successfully merging this pull request may close these issues.

1 participant