> we are not reading data until timeout. You just doing it you your > code, but synapse not doing it in Pop3send. So, original Synapse code > not have any from your presented problems. Pop3send is fast and
Experienced problems are reported using original Synapse code (38b4) with mentioned small timeout on dial-up connection. Log: LOGIN Logged on pop3.mail.ru STAT Messages : 1 Total size : 3072 << Server bug, should be 2242 LIST 1 1 2242 STAT Messages : 1 Total size : 3072 LIST 1 1 2242 STAT Messages : 1 Total size : 3072 .... << starts of problems LIST 1 1 2242 LIST 1 Error code 0 RETR 1 Error code 0 LIST 1 1 2242 STAT Messages : 2242 << 2242 messages ! Total size : 0 << it size is 0 ! Timeout is set to 1 sec. I can send or publish on my site POP3 demo I created (Delphi and Lazarus) if you are interested. Thus are simply used buttons to call predefined POP3Send methods: STAT, LIST n, TOP n 0 and RETR n (i.e., method POP3.Stat, POP3.List,...), where n is defined in TEdit and used . Sasa -- www.szutils.net ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
