rust-imap/src
Conrad Hoffmann 81ed9ff1cf Expose HIGHESTMODSEQ value in EXPUNGE response
If the `QRESYNC` extension (RFC 7162) is being used, `EXPUNGE` responses
will return the new highest mod sequence for the mailbox after the
expunge operation. Access to this value is quite valuable for caching
clients.
2022-07-14 12:05:37 +02:00
..
extensions Improve error message for ValidationError 2021-11-10 10:12:03 +01:00
types Expose HIGHESTMODSEQ value in EXPUNGE response 2022-07-14 12:05:37 +02:00
authenticator.rs A significant documentation upgrade 2018-11-21 16:37:47 -05:00
client.rs Expose HIGHESTMODSEQ value in EXPUNGE response 2022-07-14 12:05:37 +02:00
client_builder.rs Change "tls" feature to "native-tls" (#201) 2021-05-24 21:46:49 -04:00
error.rs Improve error message for ValidationError 2021-11-10 10:12:03 +01:00
lib.rs Change "tls" feature to "native-tls" (#201) 2021-05-24 21:46:49 -04:00
mock_stream.rs rustfmt 2018-04-03 13:01:35 -04:00
parse.rs Expose HIGHESTMODSEQ value in EXPUNGE response 2022-07-14 12:05:37 +02:00