RFC6851 Implement the MOVE extension #24

Closed
opened 2023-08-10 15:39:46 +00:00 by quentin · 0 comments
Owner

The Internet Message Access Protocol [IMAP4] requires a client to
poll the server for changes to the selected mailbox (new mail,
deletions). It's often more desirable to have the server transmit
updates to the client in real time. This allows a user to see new
mail immediately. It also helps some real-time applications based on
IMAP, which might otherwise need to poll extremely often (such as
every few seconds). (While the spec actually does allow a server to
push EXISTS responses aysynchronously, a client can't expect this
behaviour and must poll.)

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

https://datatracker.ietf.org/doc/html/rfc6851

> The Internet Message Access Protocol [IMAP4] requires a client to poll the server for changes to the selected mailbox (new mail, deletions). It's often more desirable to have the server transmit updates to the client in real time. This allows a user to see new mail immediately. It also helps some real-time applications based on IMAP, which might otherwise need to poll extremely often (such as every few seconds). (While the spec actually does allow a server to push EXISTS responses aysynchronously, a client can't expect this behaviour and must poll.) imap_codec support: YES https://docs.rs/imap-types/latest/imap_types/#supported-imap-extensions https://datatracker.ietf.org/doc/html/rfc6851
quentin added the
cat
feature
label 2023-08-10 15:39:46 +00:00
quentin added this to the 0.2.0 milestone 2023-08-10 15:40:20 +00:00
quentin added this to the IMAP4REV2 project 2023-12-29 18:47:55 +00:00
quentin added the
prio
high
label 2024-01-03 08:27:12 +00:00
Sign in to join this conversation.
No description provided.