-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
IMAP APPEND example is wrong #10300
Comments
Is this true of IMAP protocol or just the server you are using? |
No response, closing. |
You didn't give me enough time to reply @bagder :) @jay This is not related to the IMAP protocol, this is what the curl code is doing. Curl IMAP code for APPEND is never using the UID: https://github.com/curl/curl/blob/master/lib/imap.c#L763-L826 Everything is in my original message :) |
okay @bohwaz so can you please tell us what you think the fix is? Perhaps with a PR for the example? |
Hi @badger yes :) The mentioned lines should be replace by this:
|
The IMAP APPEND example has this part:
But it is wrong:
imap://imap.example.com/Sent
. In fact there is no UID used in theimap_perform_append
functionThis can lead to some confusion when the example is wrong :)
Thanks!
The text was updated successfully, but these errors were encountered: