listnamespace.test
来自「java 开发的邮件服务器平台。支持以下协议。 协议可以修改为自己的专门标识」· TEST 代码 · 共 38 行
TEST
38 行
# Empty 2nd arg retrieves hierarchy delimiter and root name of 1st argument# Rooted in private namespaceC: e1 LIST "" ""S: \* LIST \(\\Noselect\) \"\.\" \"\"S: e1 OK LIST completedC: e1 LIST "anything" ""S: \* LIST \(\\Noselect\) \"\.\" \"\"S: e1 OK LIST completedC: e1 LIST test ""S: \* LIST \(\\Noselect\) \"\.\" \"\"S: e1 OK LIST completed# Rooted in users namespaceC: e2 LIST "#mail" ""S: \* LIST \(\\Noselect\) \"\.\" \#mailS: e2 OK LIST completedC: e3 LIST "#mail.someone" ""S: \* LIST \(\\Noselect\) \"\.\" \#mailS: e3 OK LIST completed# Rooted in shared namespace# TODO: shared namespace doesn't currently exist.#C: e2 LIST "#share" ""#S: * LIST (\Noselect) "." #share#S: e2 OK LIST completed#C: e3 LIST "#share.something" ""#S: * LIST (\Noselect) "." #share#S: e3 OK LIST completed# Rooted in unknown namespaceC: e2 LIST "#unknown" ""S: \* LIST \(\\Noselect\) \"\.\" \"\"S: e2 OK LIST completedC: e3 LIST "#unknown.something" ""S: \* LIST \(\\Noselect\) \"\.\" \"\"S: e3 OK LIST completed
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?