📄 subscribe.test
字号:
C: a01 LSUB "" "*"S: a01 OK LSUB completedC: a01 SUBSCRIBE testS: a01 OK SUBSCRIBE completedC: a01 LSUB "" "*"S: * LSUB (\Unmarked) "." testS: a01 OK LSUB completedC: a01 SUBSCRIBE test.subfolderS: a01 OK SUBSCRIBE completedC: a01 SUBSCRIBE test1.subfolder1S: a01 OK SUBSCRIBE completedC: a01 LSUB "" "*"SUB: 1S: * LSUB (\Unmarked) "." testS: * LSUB (\Unmarked) "." test.subfolderS: * LSUB (\Unmarked) "." test1.subfolder1SUB: 1S: a01 OK LSUB completed// LIST All subscribedC: a01 LSUB "" "*"SUB: 1S: * LSUB (\Unmarked) "." testS: * LSUB (\Unmarked) "." test.subfolderS: * LSUB (\Unmarked) "." test1.subfolder1SUB: 1S: a01 OK LSUB completed// LIST A subset of subscribedC: a01 LSUB "test" "sub*"S: * LSUB (\Unmarked) "." test.subfolderS: a01 OK LSUB completed// Unsubscribe from a parent mailbox, make sure that test.subfolder is still subscribed.C: a01 UNSUBSCRIBE testS: a01 OK UNSUBSCRIBE completedC: a01 LSUB "test" "sub*"S: * LSUB (\Unmarked) "." test.subfolderS: a01 OK LSUB completed// Attempt to unsubscribe from a mailbox that isn't subscribedC: a01 UNSUBSCRIBE test1S: a01 OK UNSUBSCRIBE completedC: a01 UNSUBSCRIBE test.subfolderS: a01 OK UNSUBSCRIBE completed// Leave test1.subfolder1 subscribed for next test// LIST All subscribedC: a01 LSUB "" "*"S: * LSUB (\Unmarked) "." test1.subfolder1S: a01 OK LSUB completed
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -