mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:13:32 +03:00
imap: change from "FETCH" to "UID FETCH"
... and add "MAILINDEX". As described in #2789, this is a suggested solution. Changing UID=xx to actually get mail with UID xx and add "MAILINDEX" to get a mail with a special index in the mail box (old behavior). So MAILINDEX=1 gives the first non deleted mail in the mail box. Fixes #2789 Closes #2815
This commit is contained in:
parent
2825f46d95
commit
6987fcef65
40 changed files with 139 additions and 59 deletions
|
|
@ -39,7 +39,7 @@ imap
|
|||
IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response
|
||||
</name>
|
||||
<command>
|
||||
'imap://%HOSTIP:%IMAPPORT/843/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
|
||||
'imap://%HOSTIP:%IMAPPORT/843/;MAILINDEX=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
|
||||
</command>
|
||||
# The protocol section doesn't support ways of specifying the raw data in the
|
||||
# base64 encoded message so we must assert this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue