subscribe.test
来自「java 开发的邮件服务器平台。支持以下协议。 协议可以修改为自己的专门标识」· TEST 代码 · 共 65 行
TEST
65 行
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 + =
减小字号Ctrl + -
显示快捷键?