list1.test
来自「java 开发的邮件服务器平台。支持以下协议。 协议可以修改为自己的专门标识」· TEST 代码 · 共 48 行
TEST
48 行
// Empty 1st arg searches default context (#mail)C: 10 LIST "" testS: * LIST (\Unmarked) "." testS: 10 OK LIST completed// % returns all foldersC: a1 LIST "" %S: * LIST (\Unmarked) "." testS: * LIST (\Unmarked) "." test1S: * LIST (\Marked) "." inboxS: a1 OK LIST completedC: b2 LIST "" INBOX%S: * LIST (\Marked) "." inboxS: b2 OK LIST completedC: b3 LIST "" I%S: * LIST (\Marked) "." inboxS: b3 OK LIST completedC: b4 LIST "" t%S: * LIST (\Unmarked) "." testS: * LIST (\Unmarked) "." test1S: b4 OK LIST completed// * returns all folders and subfoldersC: b1 LIST "" *SUB: 1S: * LIST (\Unmarked) "." testS: * LIST (\Unmarked) "." test1S: * LIST (\Unmarked) "." test.subfolderS: * LIST (\Unmarked) "." test1.subfolder1S: * LIST (\Marked) "." inboxS: b1 OK LIST completedSUB: 1C: b2 LIST "" INBOX*S: * LIST (\Marked) "." inboxS: b2 OK LIST completedC: b3 LIST "" I*S: * LIST (\Marked) "." inboxS: b3 OK LIST completedC: b4 LIST "" t*SUB: 2S: * LIST (\Unmarked) "." testS: * LIST (\Unmarked) "." test1S: * LIST (\Unmarked) "." test.subfolderS: * LIST (\Unmarked) "." test1.subfolder1S: b4 OK LIST completedSUB: 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?