Debugging Thunderbird,调试模式,如何查看传出的imap命令

Debugging Thunderbird,调试模式,如何查看传出的imap命令,debugging,logging,imap,thunderbird,Debugging,Logging,Imap,Thunderbird,我已经启用了thunderbird的调试模式,如中所述 我无法想象雷鸟会记录身份验证命令,因为这是一个巨大的安全漏洞。您可以使用诸如socat或其他tcp/ssl代理/工具包之类的工具来监视数据。 set NSPR_LOG_MODULES=imap:5 set NSPR_LOG_FILE=%USERPROFILE%\Desktop\imap.log iget an extremly long log file but i can not find outgoing imap command

我已经启用了thunderbird的调试模式,如中所述


我无法想象雷鸟会记录身份验证命令,因为这是一个巨大的安全漏洞。您可以使用诸如socat或其他tcp/ssl代理/工具包之类的工具来监视数据。
set NSPR_LOG_MODULES=imap:5

set NSPR_LOG_FILE=%USERPROFILE%\Desktop\imap.log

iget an extremly long log file but i can not find outgoing imap commands, for example what is send to the server for login operation? How can i see the outgoing messages? I have currently:

972[df96920]: ec13000:192.168.0.104:NA:CreateNewLineFromSocket: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.

9492[df96e60]: ReadNextLine [stream=dfbc1a8 nb=218 needmore=0]

9492[df96e60]: f81c800:192.168.0.104:NA:CreateNewLineFromSocket: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.

4972[df96920]: try to log in

4972[df96920]: IMAP auth: server caps 0xC2225, pref 0x0, failed 0x1006, avail caps 0x0

4972[df96920]: (GSSAPI = 0x1000000, CRAM = 0x0, NTLM = 0x20000, MSN =  0x0, PLAIN = 0x100000, LOGIN = 0x0, old-style IMAP login = 0x200000)auth external IMAP login = 0x0

..

4972[df96920]: trying auth method 0x4