RFC3691 UNSELECT #42

Closed
opened 2023-12-29 17:10:48 +00:00 by quentin · 0 comments
Owner

This document defines an UNSELECT command that can be used to close
the current mailbox in an Internet Message Access Protocol - version
4 (IMAP4) session without expunging it. Certain types of IMAP
clients need to release resources associated with the selected
mailbox without selecting a different mailbox. While IMAP4 provides
this functionality (via a SELECT command with a nonexistent mailbox
name or reselecting the same mailbox with EXAMINE command), a more
clean solution is desirable.

https://www.rfc-editor.org/rfc/rfc3691.txt

imap_codec support: YES
https://docs.rs/imap-types/latest/imap_types/#supported-imap-extensions

> This document defines an UNSELECT command that can be used to close the current mailbox in an Internet Message Access Protocol - version 4 (IMAP4) session without expunging it. Certain types of IMAP clients need to release resources associated with the selected mailbox without selecting a different mailbox. While IMAP4 provides this functionality (via a SELECT command with a nonexistent mailbox name or reselecting the same mailbox with EXAMINE command), a more clean solution is desirable. https://www.rfc-editor.org/rfc/rfc3691.txt imap_codec support: YES https://docs.rs/imap-types/latest/imap_types/#supported-imap-extensions
quentin added this to the 0.2.0 milestone 2023-12-29 17:10:51 +00:00
quentin added this to the IMAP4REV2 project 2023-12-29 17:10:53 +00:00
quentin added the
cat
feature
label 2023-12-29 17:11:02 +00:00
quentin added the
prio
high
label 2024-01-03 08:27:30 +00:00
Sign in to join this conversation.
No description provided.