|
@@ -10,3 +10,17 @@ Index: socket.c
|
|
|
#include <ctype.h> /* isspace() */
|
|
#include <ctype.h> /* isspace() */
|
|
|
#ifdef HAVE_MEMORY_H
|
|
#ifdef HAVE_MEMORY_H
|
|
|
#include <memory.h>
|
|
#include <memory.h>
|
|
|
|
|
+Index: driver.c
|
|
|
|
|
+--- driver.c.orig 2003-10-15 21:22:31 +0200
|
|
|
|
|
++++ driver.c 2005-01-29 13:36:30 +0100
|
|
|
|
|
+@@ -429,7 +429,9 @@
|
|
|
|
|
+ /* for POP3, we can get the size of one mail only! Unfortunately, this
|
|
|
|
|
+ * protocol specific test cannot be done elsewhere as the protocol
|
|
|
|
|
+ * could be "auto". */
|
|
|
|
|
+- if (ctl->server.protocol == P_POP3)
|
|
|
|
|
++ if ( ctl->server.protocol == P_POP3
|
|
|
|
|
++ || ctl->server.protocol == P_APOP
|
|
|
|
|
++ || ctl->server.protocol == P_RPOP)
|
|
|
|
|
+ fetchsizelimit = 1;
|
|
|
|
|
+
|
|
|
|
|
+ /* Time to allocate memory to store the sizes */
|