$OpenBSD: patch-src_messaging_pop3_POP3Store_cpp,v 1.1.1.1 2009/02/16 09:42:47 ajacoutot Exp $
--- src/messaging/pop3/POP3Store.cpp.orig	Thu Jan  8 14:37:49 2009
+++ src/messaging/pop3/POP3Store.cpp	Thu Jan  8 14:38:00 2009
@@ -447,7 +447,7 @@ void POP3Store::readResponse(utility::outputStream& os
 		}
 
 		// Receive data from the socket
-		utility::stream::value_type buffer[65536];
+		utility::stream::value_type buffer[4096];
 		const utility::stream::size_type read = is.read(buffer, sizeof(buffer));
 
 		if (read == 0)   // buffer is empty
