Skip to content

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 <[email protected]>[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 <[email protected]>[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