From: Sunil S. <sh...@bo...> - 2005-12-08 08:11:29
|
Hi, The code in imap.c incorrectly indicates that "STORE ... +FLAGS.SILENT" has been removed in IMAP4rev1. RFCs 3501 and 2060 clearly state that this is supported. This patch uses FLAGS.SILENT for IMAP4rev1 too. Also, fetchmailconf warns of BODY[TEXT] with Netscape IMAP4rev1. However, since fetchmail uses BODY.PEEK[TEXT] with an IMAP4rev1 server, the warning is not required. Also, RFC 2060 is obsoleted by RFC 3501. This patch fixes all these issues. -- Sunil Shetye. |