alienscience / imapsrv

An IMAP server written in Go
BSD 3-Clause "New" or "Revised" License
48 stars 9 forks source link

STORE Command #4

Open twitchyliquid64 opened 9 years ago

twitchyliquid64 commented 9 years ago
  The STORE command alters data associated with a message in the
  mailbox.  Normally, STORE will return the updated value of the
  data with an untagged FETCH response.  A suffix of ".SILENT" in
  the data item name prevents the untagged FETCH, and the server
  SHOULD assume that the client has determined the updated value
  itself or does not care about the updated value.