From: Weidong C. <cu...@in...> - 2006-10-02 17:12:16
|
Thanks, I did it as you said, ( fetchmail -a , and add "options fetchall" in my config file). but it output: fetchmail: 6.3.4 querying my.inbox.com (protocol POP3) at Mon Oct 2 17:23:10 2006: poll started fetchmail: POP3< +OK WM29.inbox.com POP3 server ready <386...@WM...> fetchmail: POP3> CAPA fetchmail: POP3< +OK Capability list follows fetchmail: POP3< USER fetchmail: POP3< SASL CRAM-MD5 fetchmail: POP3< UIDL fetchmail: POP3< APOP fetchmail: POP3< . fetchmail: POP3> AUTH CRAM-MD5 fetchmail: POP3< + PDAyMzU5OTM0MDdCNEM4MDhAV00yOS5pbmJveC5jb20+ fetchmail: decoded as <023...@WM...> fetchmail: POP3> Y3Vpd2RAaW5ib3guY29tIDQ5NzJmNDg0ZTYyOGUyODM5MDBkZGRlYjQ3YTJhNzU0 fetchmail: POP3< +OK Authentication successful fetchmail: selecting or re-polling default folder fetchmail: POP3> STAT fetchmail: POP3< +OK 33 119345 33 messages for cu...@in... at my.inbox.com (119345 octets). fetchmail: POP3> LIST 1 fetchmail: POP3< -ERR error during operation fetchmail: POP3> QUIT fetchmail: POP3< +OK WM29.inbox.com POP3 server signing off fetchmail: 6.3.4 querying my.inbox.com (protocol POP3) at Mon Oct 2 17:23:15 2006: poll completed fetchmail: Query status=4 (PROTOCOL) fetchmail: Deleting fetchids file. fetchmail: normal termination, status 4 fetchmail: Deleting fetchids file. > -----Original Message----- > From: jh...@pl... > Sent: Mon, 02 Oct 2006 14:52:59 +0200 > To: cu...@in... > Subject: Re: [fetchmail-users] how to config fetchmail for www.inbox.com > email > > Quoting Weidong Cui: > >> fetchmail: POP3> TOP 1 99999999 >> fetchmail: POP3< -ERR Syntax error, command unrecognized > > use the "fetchall" option to make fetmail use RETR instead if the > default TOP. > > Hm, TOP is an optional POP3 command (even though strongly encouraged by > the RFC), so maybe fetchmail should fall back if it's not working... or > use RETR by default, using TOP by default is stupid, IMO... |