Tk Library Source Code

View Ticket
Login
Ticket UUID: 490151
Title: bugs in ::pop3::retrieve (RetrSlow)
Type: Bug Version: None
Submitter: nobody Created on: 2001-12-07 07:46:04
Subsystem: pop3 Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-12-12 01:00:00
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2001-12-11 18:00:00
Description:
In ::pop3::retrieve with retr-mode "slow" or "list" with fallback to slow, 

following call is missing just before calling set msgBuffer [RetrSlow $chan]

::pop3::send $chan "RETR $index"

Consequences: The retrieve call will hang for ever. The call waits for data from
the E-Mail server but the E-Mail server never got a Retrieve command to deliver data.

The last code part in RetrFast looks very similar to functionality of RetrSlow

P.s. Good work. Like the new structure in the package.

In the meantime there do exist MS-Exchange Server that do understand 
crlf. (-msex ). 
Better rename the -msex option to tran-mode. Is more neutral.
User Comments: andreas_kupries added on 2001-12-12 01:00:00:
Logged In: YES 
user_id=75003

Committed to head.

andreas_kupries added on 2001-12-12 00:57:39:

File Added - 14517: 490151.diff

Logged In: YES 
user_id=75003

Here is a patch.

Attachments: