Closed
Bug 576199
Opened 15 years ago
Closed 13 years ago
Unable to get messages from ESMS server by POP3
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: lubi555, Unassigned)
References
Details
(Keywords: regression)
User-Agent: Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.5.24 Version/10.54
Build Identifier: Thunderbird 3.1
Unable to get messages from POP server. E-mail server - ESMS. Worked with Thunderbird 3.0.4 and mail.server.default.auth_login setting to false.
Reproducible: Always
Actual Results:
0[1b26140]: Setting server busy in nsPop3Protocol::LoadUrl
0[1b26140]: Entering NET_ProcessPop3 43
0[1b26140]: POP3: Entering state: 1
0[1b26140]: POP3: Entering state: 2
0[1b26140]: POP3: Entering state: 4
0[1b26140]: RECV: +OK Extra Systems Mail Server 3.12F Ready
0[1b26140]: POP3: Entering state: 26
0[1b26140]: SEND: AUTH
0[1b26140]: Entering NET_ProcessPop3 0
0[1b26140]: POP3: Entering state: 24
0[1b26140]: POP3: Entering state: 25
0[1b26140]: Clearing server busy in POP3_FREE
0[1b26140]: Clearing running protocol in POP3_FREE
0[1b26140]: Clearing server busy in OnStopRequest
0[1b26140]: Calling ReleaseFolderLock from ~nsPop3Sink
0[1b26140]: ReleaseFolderLock haveSemaphore = FALSE
Log from working Thunderbird 3.0.4:
0[1a26140]: Entering NET_ProcessPop3 43
0[1a26140]: POP3: Entering state: 1
0[1a26140]: POP3: Entering state: 2
0[1a26140]: POP3: Entering state: 4
0[1a26140]: RECV: +OK Extra Systems Mail Server 3.12F Ready
0[1a26140]: POP3: Entering state: 5
0[1a26140]: SEND: USER admin@tp.ru
0[1a26140]: Entering NET_ProcessPop3 5
0[1a26140]: POP3: Entering state: 3
0[1a26140]: RECV: +OK
0[1a26140]: POP3: Entering state: 31
0[1a26140]: POP3: Entering state: 6
0[1a26140]: Logging suppressed for this command (it probably contained authentication information)
0[1a26140]: Entering NET_ProcessPop3 5
0[1a26140]: POP3: Entering state: 3
0[1a26140]: RECV: +OK
0[1a26140]: POP3: Entering state: 31
0[1a26140]: POP3: Entering state: 7
0[1a26140]: SEND: STAT
0[1a26140]: Entering NET_ProcessPop3 9
0[1a26140]: POP3: Entering state: 3
0[1a26140]: RECV: +OK 0 0
0[1a26140]: POP3: Entering state: 8
0[1a26140]: POP3: Entering state: 22
0[1a26140]: SEND: QUIT
0[1a26140]: Entering NET_ProcessPop3 5
0[1a26140]: POP3: Entering state: 3
0[1a26140]: RECV: +OK
0[1a26140]: POP3: Entering state: 40
0[1a26140]: POP3: Entering state: 23
0[1a26140]: POP3: Entering state: 25
Comment 1•15 years ago
|
||
Confirming. Probably, it's regression from Bug 525238 which dropped mail.server.default.auth_login parameter.
I've tried to play with mail.server.default.authMethod with no success.
Status: UNCONFIRMED → NEW
Component: General → Account Manager
Depends on: 525238
Ever confirmed: true
Keywords: regression
QA Contact: general → account-manager
Summary: Unable to get messages from POP → Unable to get messages from ESMS server by POP3
Comment 2•15 years ago
|
||
I can't act on this. How / where can I reproduce it?
What is ESMS (full name, URL, common usage) and can you give me a test account?
Why do you need "auth_login"?
If you need to skip auth entirely, try authMethod = 1
<http://mxr.mozilla.org/comm-central/source/mailnews/base/public/MailNewsTypes2.idl#84>
> I've tried to play with mail.server.default.authMethod with no success.
That won't help, you need to set authMethod of the mail.serverN.foo.authMethod, where "serverN" is the relevant account. Use Preferences|Advanced|General|Config Editor...
Comment 3•13 years ago
|
||
(In reply to Alexander L. Slovesnik from comment #1)
> Confirming. Probably, it's regression from Bug 525238 which dropped
> mail.server.default.auth_login parameter.
> I've tried to play with mail.server.default.authMethod with no success.
Lubi doesn't respond (and ALexander's address is dead), so
=> incomplete
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•