Add untagged status in response body possible values #9

Closed
opened 2022-06-13 12:53:31 +00:00 by KokaKiwi · 1 comment
Owner
No description provided.
KokaKiwi self-assigned this 2022-06-13 12:53:38 +00:00
Author
Owner
C: A142 SELECT INBOX
S: * 172 EXISTS imap_codec::types::response::Data::Exists
S: * 1 RECENT - imap_codec::types::response::Data::Recent
S: * OK [UNSEEN 12] Message 12 is first unseen - imap_codec::types::response::Status::Ok
  - UNSEEN -> imap_codec::types::response::Code::Unseen
S: * OK [UIDVALIDITY 3857529045] UIDs valid - imap_codec::types::response::Status::Ok
S: * OK [UIDNEXT 4392] Predicted next UID - imap_codec::types::response::Status::Ok
S: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) - imap_codec::types::response::Data::Flags
S: * OK [PERMANENTFLAGS (\Deleted \Seen \*)] Limited - imap_codec::types::response::Status::Ok
  - PERMANENTFLAGS (\Deleted \Seen \*) - imap_codec::types::response::Code::PermanentFlags
S: A142 OK [READ-WRITE] SELECT completed - Code aussi pour Read-Write - SELECT completed -> message arbitraire.

Exemple fail auth Dovecot :

* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ AUTH=PLAIN AUTH=LOGIN] Dovecot (Debian) ready.
10 login a b
10 NO [AUTHENTICATIONFAILED] Authentication failed.
``` C: A142 SELECT INBOX S: * 172 EXISTS imap_codec::types::response::Data::Exists S: * 1 RECENT - imap_codec::types::response::Data::Recent S: * OK [UNSEEN 12] Message 12 is first unseen - imap_codec::types::response::Status::Ok - UNSEEN -> imap_codec::types::response::Code::Unseen S: * OK [UIDVALIDITY 3857529045] UIDs valid - imap_codec::types::response::Status::Ok S: * OK [UIDNEXT 4392] Predicted next UID - imap_codec::types::response::Status::Ok S: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) - imap_codec::types::response::Data::Flags S: * OK [PERMANENTFLAGS (\Deleted \Seen \*)] Limited - imap_codec::types::response::Status::Ok - PERMANENTFLAGS (\Deleted \Seen \*) - imap_codec::types::response::Code::PermanentFlags S: A142 OK [READ-WRITE] SELECT completed - Code aussi pour Read-Write - SELECT completed -> message arbitraire. Exemple fail auth Dovecot : * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ AUTH=PLAIN AUTH=LOGIN] Dovecot (Debian) ready. 10 login a b 10 NO [AUTHENTICATIONFAILED] Authentication failed. ```
KokaKiwi added this to the v0.1.0 milestone 2022-06-13 13:17:39 +00:00
KokaKiwi reopened this issue 2022-07-01 09:56:42 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KokaKiwi/boitalettres#9
No description provided.