Files
jcoffey-dev 7dae9b29fd Import upstream v0.16.22, stripped
Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 117 in 50 files
Dangling module declarations removed: 5
Cargo edits turning enterprise off: 14
Verification: clean
Enterprise feature gates left for rebuilt features: 19 in 18 files

Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
2026-09-18 10:21:56 -07:00

44 lines
1.1 KiB
Plaintext

connections: 3
state: created
1 ok select $mailbox
2 ok select $mailbox
# Two connections have mailbox SELECTed, one doesn't.
# The \recent flags can be given to either one of the SELECTed connections,
# but never for the 3rd. We rely on mailbox state tracking to catch duplicate
# \recent flags (which is why there are two FETCH FLAGS commands).
1 ok append $mailbox (\seen \flagged)
* 1 exists
2 ok noop
* 1 exists
3 ok status $mailbox (messages unseen recent)
* status $mailbox (messages 1 unseen 0 recent 0)
1 ok fetch 1 (uid flags)
* 1 fetch (uid $uid1 flags (\seen \flagged))
2 ok fetch 1 (uid flags)
* 1 fetch (uid $uid1 flags (\seen \flagged))
2 ok append
* 2 exists
1 ok noop
* 2 exists
3 ok status $mailbox (messages unseen recent)
* status $mailbox (messages 2 unseen 1 recent 0)
1 ok fetch 2 (uid flags)
2 ok fetch 2 (uid flags)
3 ok append
3 ok status $mailbox (messages unseen)
* status $mailbox (messages 3 unseen 2)
2 ok noop
* 3 exists
1 ok noop
* 3 exists
1 ok fetch 3 (uid flags)
2 ok fetch 3 (uid flags)
1 append ${mailbox}nonexistent
no [trycreate]