Carsten Schoenert:
> If you still have the old profile from 52.x you try start thunderbird
> with a bit of debugging output within TB 60 from experimental.

>  $ NSPR_LOG_MODULES=IMAP:5,SMTP:5 LANG= thunderbird

(FWIW, according to https://wiki.mozilla.org/MailNews:Logging,
NSPR_LOG_MODULES was renamed in 55.0a1, but anyway, it's
still supported.)

Here you go:

1. Trying to fetch email:

[24715:Unnamed thread 0x70e5d451c160]: D/IMAP ImapThreadMainLoop entering 
[this=0x70e5cbe25000]
[24715:Unnamed thread 0x70e5d451c160]: I/IMAP 
0x70e5cbe25000:127.0.0.1:NA:ProcessCurrentURL: entering
[24715:Unnamed thread 0x70e5d451c160]: I/IMAP 
0x70e5cbe25000:127.0.0.1:NA:ProcessCurrentURL:imap://[email protected]:143/select%3E.INBOX:
  = currentUrl
[24715:Unnamed thread 0x70e5d451c160]: D/IMAP ReadNextLine 
[stream=0x70e5cd94cb80 nb=121 needmore=0]
[24715:Unnamed thread 0x70e5d451c160]: I/IMAP 
0x70e5cbe25000:127.0.0.1:NA:CreateNewLineFromSocket: * OK [CAPABILITY IMAP4rev1 
SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS AUTH=PLAIN] Dovecot 
(Debian) ready.
[24715:Unnamed thread 0x70e5d451c160]: D/IMAP try to log in
[24715:Unnamed thread 0x70e5d451c160]: D/IMAP IMAP auth: server caps 0x4485425, 
pref 0x1006, failed 0x0, avail caps 0x1004
[24715:Unnamed thread 0x70e5d451c160]: D/IMAP (GSSAPI = 0x1000000, CRAM = 
0x20000, NTLM = 0x100000, MSN = 0x200000, PLAIN = 0x1000, LOGIN = 0x2, 
old-style IMAP login = 0x4, auth external IMAP login = 0x20000000, OAUTH2 = 
0x800000000)
[24715:Unnamed thread 0x70e5d451c160]: D/IMAP trying auth method 0x1000

2. Trying to send email:

[24715:Main Thread]: I/SMTP SMTP Connecting to: mail.riseup.net:465
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 220 cotinga.riseup.net ESMTP (spam 
is not appreciated)
[24715:Main Thread]: I/SMTP SMTP entering state: 14
[24715:Main Thread]: I/SMTP SMTP Send: EHLO [127.0.0.1]
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-cotinga.riseup.net
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-PIPELINING
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-SIZE 25600000
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-ETRN
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-AUTH PLAIN LOGIN
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-AUTH=PLAIN LOGIN
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-ENHANCEDSTATUSCODES
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250-8BITMIME
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 250 DSN
[24715:Main Thread]: I/SMTP SMTP entering state: 4
[24715:Main Thread]: I/SMTP SMTP entering state: 21
[24715:Main Thread]: D/SMTP SMTP auth: server caps 0x20334, pref 0x300, failed 
0x0, avail caps 0x300
[24715:Main Thread]: D/SMTP (GSSAPI = 0x800, CRAM = 0x2000, NTLM = 0x4000, MSN 
=  0x8000, PLAIN = 0x200, LOGIN = 0x100, EXTERNAL = 0x400)
[24715:Main Thread]: D/SMTP trying auth method 0x200
[24715:Main Thread]: I/SMTP SMTP entering state: 16
[24715:Main Thread]: D/SMTP SMTP AuthLoginStep1() for [email protected]
[24715:Main Thread]: E/SMTP SMTP: password undefined
[24715:Main Thread]: I/SMTP SMTP Send: QUIT
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP entering state: 0
[24715:Main Thread]: I/SMTP SMTP Response: 221 2.0.0 Bye
[24715:Main Thread]: I/SMTP SMTP entering state: 11
[24715:Main Thread]: I/SMTP SMTP entering state: 12
[24715:Main Thread]: I/SMTP SMTP connection error quitting 80004004, ignoring 

3. With MOZ_LOG=mozStorage:5

I see connections to a number of *.sqlite files, but none to
signons.sqlite (which AFAIK is where passwords are saved).

Anything else I should try?

Reply via email to