From d1729183885a1019b59ffb047115f955e1f866f8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2001 07:56:40 +0000 Subject: HMH's changes. svn path=/trunk/; revision=3531 --- imap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index ed63c076..2ee7759e 100644 --- a/imap.c +++ b/imap.c @@ -635,8 +635,8 @@ static int imap_getsizes(int sock, int count, int *sizes) else if (sscanf(buf, "* %u FETCH (RFC822.SIZE %u)", &num, &size) == 2) { if (num > 0 && num <= count) sizes[num - 1] = size; - /* else, strict: protocol error, flexible: nothing - * I vote for flexible. */ + else + report(stderr, "Warning: ignoring bogus data for message sizes returned by the server.\n"); } } -- cgit v1.2.3