list2.test
来自「java 开发的邮件服务器平台。支持以下协议。 协议可以修改为自己的专门标识」· TEST 代码 · 共 37 行
TEST
37 行
// Empty 2nd arg retrieves hierarchy delimiter and root name// 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 "#user" ""S: * LIST (\Noselect) "." #userS: e2 OK LIST completedC: e3 LIST "#user.someone" ""S: * LIST (\Noselect) "." #userS: e3 OK LIST completed// Rooted in shared namespaceC: e2 LIST "#share" ""S: * LIST (\Noselect) "." #shareS: e2 OK LIST completedC: e3 LIST "#share.something" ""S: * LIST (\Noselect) "." #shareS: 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 + -
显示快捷键?