File fetchmail-PASSWORDLEN-256.patch of Package fetchmail.openSUSE_Leap_15.2_Update
From e0e7a74bde52a1aa02d1da758128722598fb6dd8
diff --git a/fetchmail.h b/fetchmail.h
index 327552d8..dae4f8a1 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -114,7 +114,7 @@ struct addrinfo;
#define MSGBUFSIZE 8192
#define NAMELEN 64 /* max username length */
-#define PASSWORDLEN 64 /* max password length */
+#define PASSWORDLEN 256 /* max password length */
#define DIGESTLEN 33 /* length of MD5 digest */
/* exit code values */