📄 list1.test
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -