From: Georges-Etienne L. <le...@le...> - 2008-04-24 01:05:05
|
Hi, When fetchmail fetch a message, it does this in 2 steps: 1) . FETCH x RFC822.HEADER 2) . FETCH x BODY.PEEK[TEXT] However, there is a problem with the Gmail IMAP implementation. Gmail IMAP doesn't return a valid header if there is an encoded field in the header. Instead, we have to use to get the whole mail in only one fetch: 1) . FETCH x RFC822 The problem is documented here: http://groups.google.com/group/Gmail-Help-POP-and-IMAP-en/browse_thread/thread/06b49fde4a8dde08/d283b040984e4054 Is there a way to tell to fetchmail to use the second approach? Thanks -- Georges-Etienne Legendre |