From: Bjoern V. <bj...@ar...> - 2020-07-16 08:51:31
|
Matthias Andree wrote: > Password buffers in 6.4.X are allocated dynamically, and there may be > undocumented limitations on your mail service provider's (MSP's) end. 30 > certainly does not seem too long to me, but might be for your MSP. I still see a static maximum password length in the head branch of Fetchmail: #define PASSWORDLEN 256 /* max password length */ (source https://sourceforge.net/p/fetchmail/git/ci/legacy_64/tree/fetchmail.h#l117) Greetings, Björn |