mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

MULTIAPPEND modifies the existing APPEND command to allow multiple messages. it is somewhat more involved than a regular append of a single message since the operation (of adding multiple messages) must be atomic. either all are added, or none are. we check as early as possible if the messages won't cause an over-quota error.