From: Jakob H. <jh...@pl...> - 2006-10-02 14:53:34
|
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... |