1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/rfc
Mechiel Lukkien 507ca73b96
imapserver: implement UIDONLY extension, RFC 9586
Once clients enable this extension, commands can no longer refer to "message
sequence numbers" (MSNs), but can only refer to messages with UIDs. This means
both sides no longer have to carefully keep their sequence numbers in sync
(error-prone), and don't have to keep track of a mapping of sequence numbers to
UIDs (saves resources).

With UIDONLY enabled, all FETCH responses are replaced with UIDFETCH response.
2025-04-11 11:45:49 +02:00
..
errata.go fix fetching errata after html changed 2023-06-27 19:31:47 +02:00
fetch.sh get rid of some more gnulinuxisms 2024-09-14 20:53:21 +02:00
index.txt imapserver: implement UIDONLY extension, RFC 9586 2025-04-11 11:45:49 +02:00
link.go for cross-referencing code/rfc, also linkify the errata 2023-11-12 12:20:40 +01:00
Makefile detect whitespace issues in rfc/index.txt earlier 2024-03-11 08:46:40 +01:00
xr.go update to go1.23 and replace golang.org/x/exp/maps with stdlib maps 2025-03-28 17:01:06 +01:00