]> Pileus Git - ~andy/fetchmail/commit
Do not search for UNSEEN messages in ranges.
authorSunil Shetye <sunilshetye@rocketmail.com>
Mon, 2 May 2011 19:36:34 +0000 (01:06 +0530)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 3 May 2011 23:11:30 +0000 (01:11 +0200)
commit6fdb9350ecdfd0dc7f65975ac9b4d6ba00161b19
tree6b7d2c8cfc792b8c04f84c1e3060d0878b984d20
parent6f1c728fcc99e9745b7a5bbb46a9c6f82ce56d33
Do not search for UNSEEN messages in ranges.

Add gen_recv_split() to split long protocol messages when the message prefix matches

Order of search commands:

IMAP> A010 SEARCH UNSEEN UNDELETED     (IMAP4 or higher)
IMAP> A011 SEARCH UNSEEN
IMAP> A012 FETCH 1:n FLAGS
NEWS
fetchmail.h
imap.c
transact.c