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.
This commit is contained in:
@@ -0,0 +1,130 @@
|
||||
state: created
|
||||
capabilities: CATENATE MULTIAPPEND
|
||||
|
||||
ok append $mailbox catenate (text {{{
|
||||
From: [email protected]
|
||||
|
||||
Hello world body
|
||||
|
||||
}}}) catenate (text {{{
|
||||
From: [email protected]
|
||||
|
||||
Second body
|
||||
|
||||
}}})
|
||||
|
||||
ok select $mailbox
|
||||
* ok [uidvalidity $uidv]
|
||||
|
||||
ok fetch 1:2 (uid body.peek[])
|
||||
* 1 fetch (uid $uid body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
Hello world body
|
||||
|
||||
}}})
|
||||
* 2 fetch (uid $uid2 body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
Second body
|
||||
|
||||
}}})
|
||||
|
||||
ok append ${mailbox} catenate (url "/$mailbox_url/;uid=$uid/;section=header" text {{{
|
||||
body1
|
||||
|
||||
}}}) catenate (url "/$mailbox_url/;uid=$uid2/;section=header" text {{{
|
||||
body2
|
||||
|
||||
}}})
|
||||
|
||||
ok append ${mailbox} catenate (url "/$mailbox_url/;uid=$uid") catenate (url "/$mailbox_url/;uid=$uid2/;section=header" text {{{
|
||||
body3
|
||||
|
||||
}}})
|
||||
|
||||
ok append ${mailbox} catenate (url "/$mailbox_url/;uid=$uid") {{{
|
||||
New: Message
|
||||
|
||||
body4
|
||||
|
||||
}}}
|
||||
|
||||
ok append ${mailbox} catenate (url "/$mailbox_url/;uid=$uid") (\answered) {{{
|
||||
New: Message
|
||||
|
||||
body5
|
||||
|
||||
}}}
|
||||
|
||||
ok noop
|
||||
|
||||
ok fetch 3:* body.peek[]
|
||||
* 3 fetch (body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
body1
|
||||
|
||||
}}})
|
||||
* 4 fetch (body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
body2
|
||||
|
||||
}}})
|
||||
* 5 fetch (body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
Hello world body
|
||||
|
||||
}}})
|
||||
* 6 fetch (body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
body3
|
||||
|
||||
}}})
|
||||
* 7 fetch (body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
Hello world body
|
||||
|
||||
}}})
|
||||
* 8 fetch (body[] {{{
|
||||
New: Message
|
||||
|
||||
body4
|
||||
|
||||
}}})
|
||||
* 9 fetch (body[] {{{
|
||||
From: [email protected]
|
||||
|
||||
Hello world body
|
||||
|
||||
}}})
|
||||
* 10 fetch (body[] {{{
|
||||
New: Message
|
||||
|
||||
body5
|
||||
|
||||
}}})
|
||||
|
||||
#
|
||||
# Try invalid URLs
|
||||
#
|
||||
|
||||
no append ${mailbox} (\seen \flagged) catenate (url "/$mailbox_url;uidvalidity=12345/;uid=$uid/;section=header") catenate (url "/$mailbox_url/;uid=$uid")
|
||||
|
||||
no append ${mailbox} (\seen \flagged) catenate (url "/$mailbox_url;uidvalidity=12345/;uid=$uid/;section=header") catenate (url "/$mailbox_url/;uid=$uid" text {{{
|
||||
hello
|
||||
}}})
|
||||
|
||||
no append ${mailbox} (\seen \flagged) catenate (url "/$mailbox_url;uidvalidity=12345/;uid=$uid/;section=header") catenate (text {{{
|
||||
hello
|
||||
}}})
|
||||
|
||||
no append ${mailbox} (\seen \flagged) catenate (url "/$mailbox_url;uidvalidity=12345/;uid=$uid/;section=header") {{{
|
||||
hello
|
||||
}}}
|
||||
|
||||
ok noop
|
||||
Reference in New Issue
Block a user