Summary | POP3 delete dont work failing command |
Queue | IMP |
Queue Version | 5.0.9 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | netwalker (at) lanparty-nrw (dot) de |
Created | 08/12/2011 (5089 days ago) |
Due | |
Updated | 08/16/2011 (5085 days ago) |
Assigned | |
Resolved | 08/16/2011 (5085 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Bug #10424: Fix deletion with POP36 files changed, 13 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/ea410a2aaad5abd7c51d7c24445250da798bd047
Short Log:
(1313155056,03): +OK Hello there.
C (1313155056,03): CAPA
S (1313155056,05): +OK Here's what I can do:
S (1313155056,05): SASL PLAIN LOGIN CRAM-MD5 CRAM-SHA1 CRAM-SHA256
S (1313155056,05): TOP
S (1313155056,05): USER
S (1313155056,05): LOGIN-DELAY 10
S (1313155056,05): PIPELINING
S (1313155056,05): UIDL
S (1313155056,05): IMPLEMENTATION Courier Mail Server
S (1313155056,05): .
C (1313155056,05): [AUTH PLAIN Command - username: mh]
S (1313155061,07): -ERR Authentication failed.
C (1313155061,08): AUTH LOGIN
S (1313155061,1): + VXNlcm5hbWU6
C (1313155061,1): bWg=
S (1313155061,12): + UGFzc3dvcmQ6
C (1313155061,12): [AUTH LOGIN Command - password]
S (1313155066,14): -ERR Authentication failed.
C (1313155066,17): AUTH CRAM-MD5
S (1313155066,19): + PEMzN0VENTFFRTRGNTIyRDA0RUI1NUE5RDZDMEYwNUQxQG1haWwyMT4=
C (1313155066,19): [CRAM-MD5 Response]
S (1313155071,22): -ERR Authentication failed.
C (1313155071,25): QUIT
S (1313155071,26): +OK Better luck next time.
------------------------------
S (1313155079,25): +OK Hello there.
C (1313155079,25): STAT
S (1313155079,27): -ERR Invalid command.
C (1313155079,29): STAT
------------------------------
S (1313155079,31): -ERR Invalid command.
S (1313155079,33): +OK Hello there.
C (1313155079,33): STAT
C (1313155079,33): QUIT
S (1313155079,35): -ERR Invalid command.
S (1313155079,35): +OK Better luck next time.
C (1313155079,36): QUIT
S (1313155079,38): +OK Better luck next time.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 08/15/2011
Summary ⇒ POP3 delete dont work failing command
Type ⇒ Bug
State ⇒ Unconfirmed
Ticket 10417i got a new problemPOP3 delete dont work.
i think a QUIT command is missing. To delete the marked to delete mails.?
Short log:
S (1313154446,04): +OK Hello there.
C (1313154446,04): [AUTH PLAIN Command - username: mailtest@example.com]
S (1313154446,06): +OK logged in.
C (1313154446,06): STAT
S (1313154446,08): +OK 1 28840
C (1313154446,08): UIDL
S (1313154446,1): +OK
S (1313154446,1): 1 UID1730-1174663357
S (1313154446,1): .
C (1313154446,1): TOP 1 0
S (1313154446,13): +OK headers follow.
... the headers ...
C (1313154446,21): DELE 1
S (1313154446,23): +OK Deleted.
... no quit happend no delete...