1
edit
(Ongoing battle over directory names in examples) |
(→imap logging: credentials are suppressed: new section) |
||
| Line 1: | Line 1: | ||
On Windows Vista, most users do not have write access to C:\ | On Windows Vista, most users do not have write access to C:\ | ||
Therefore, using C:\ as the example directory for log files is poor. | Therefore, using C:\ as the example directory for log files is poor. | ||
== imap logging: credentials are suppressed == | |||
while sending authorization request to imap server, I cannot see any credentials related info except this one: | |||
-1340081296[b2196f50]: b0226c00:webmail.nsn-intra.net:NA:SendData: Logging suppressed for this command (it probably contained authentication information) | |||
I have logging level enabled to 5: | |||
~/tmp$ env|grep NSPR | |||
NSPR_LOG_MODULES=imap:5 | |||
NSPR_LOG_FILE=./thunderbird_imap.log | |||
but this doesn't help. I would like to see username used for authorization process at least. | |||
br, Nikolay | |||
edit