mox/vendor/golang.org/x
Mechiel Lukkien 40163bd145
implement storing non-system/well-known flags (keywords) for messages and mailboxes, with imap
the mailbox select/examine responses now return all flags used in a mailbox in
the FLAGS response. and indicate in the PERMANENTFLAGS response that clients
can set new keywords. we store these values on the new Message.Keywords field.
system/well-known flags are still in Message.Flags, so we're recognizing those
and handling them separately.

the imap store command handles the new flags. as does the append command, and
the search command.

we store keywords in a mailbox when a message in that mailbox gets the keyword.
we don't automatically remove the keywords from a mailbox. there is currently
no way at all to remove a keyword from a mailbox.

the import commands now handle non-system/well-known keywords too, when
importing from mbox/maildir.

jmap requires keyword support, so best to get it out of the way now.
2023-06-24 00:24:43 +02:00
..
crypto update dependencies, including bolt with stability fixes 2023-02-17 18:55:01 +01:00
exp implement storing non-system/well-known flags (keywords) for messages and mailboxes, with imap 2023-06-24 00:24:43 +02:00
mod update to latest golang.org/x/crypto 2023-03-06 08:35:57 +01:00
net new feature: when delivering messages from the queue, make it possible to use a "transport" 2023-06-16 18:57:05 +02:00
sys update golang.org/x dependencies 2023-04-20 15:07:24 +02:00
text update to latest golang.org/x/crypto 2023-03-06 08:35:57 +01:00
tools update to latest golang.org/x/crypto 2023-03-06 08:35:57 +01:00