From 05581922ac0ad62541057bf2d7b5d28189d59cbc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 14 Jun 1997 18:15:57 +0000 Subject: Don't rely on the size being in POP3's fetch response any more. svn path=/trunk/; revision=1098 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index be3fb47b..ed3dc365 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -145,6 +145,7 @@ struct method int port; /* service port */ bool tagged; /* if true, generate & expect command tags */ bool delimited; /* if true, accept "." message delimiter */ + bool force_getsizes; /* if true, fetch's size return unreliable */ int (*parse_response)(); /* response_parsing function */ int (*getauth)(); /* authorization fetcher */ int (*getrange)(); /* get message range to fetch */ -- cgit v1.2.3