Tcl Library Source Code

History of modules/pop3/clnt.tcl of 1f7d2c9554305201
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file modules/pop3/clnt.tcl at check-in 1f7d2c9554305201

2005-04-16
18:35
Deleted: Remove old client/server files used by old testsuite. check-in: [a31948d4d9] user: andreas_kupries branch: trunk, size: 0
2004-03-09
08:20
Unified the startup header of all applications, using suggestions made by Stuart Cassof <[email protected]>. file: [c70085426c] check-in: [4dd6242380] user: andreas_kupries branch: trunk, size: 1833
2003-04-21
23:00
Deleted: formatting fix merged from HEAD check-in: [63eb6bab9e] user: dgp branch: DEVELOPMENT, size: 0
2002-09-03
17:13
Added: * pop3.test: * clnt.tcl: * srv.tcl: Added testsuite. Incomplete. No test of 'delete' command yet. The problems found by the testsuite so far were all in the used pop3 server (pop3d module of tcllib). --------------------------------------------------------------- * Note aside: The pop3 server may understate the size of a message and of the maildrop. This happens as the package 'mime' we use to transfer a message may add additional headers not present in the original message (For example Mime-Version and/or Content-Type). * pop3d.tcl (::pop3d::Transfer): Fixed oversight in my usage of 'mime::copymessage'. This command copies a mime message to a channel, but does not know about the framing protocol. In other words, it does not write the singular dot closing a pop3 data transfer. We have to do this in the calling routine. Added such a piece of code. Fixed problem with distinguishing RETR and TOP modes, wrong conditional. * pop3d.test: * pop3d.tcl (CheckLogin): Now additionally retrieves size of maildrop after querying the number of waiting messages. (H_stat): Returns size of maildrop as second result of STAT. Bugfix, pop3d was not rfc 1939 compliant with respect to STAT, and now is. This problem was found while working on the testsuite for the pop3 package (Result of pop3::stat was bogus). Updated the testsuite. * pop3d_dbox.tcl: * pop3d_dbox.man: method 'size' no accepts a call without message id and returns the total size of the mail drop for that case. Reason for the change: see above. file: [c27a461e29] check-in: [5c10f07b92] user: andreas_kupries branch: trunk, size: 1832