mirror of
https://github.com/emersion/go-imap
synced 2026-07-06 02:51:15 +00:00
Long command lines might cause the server to buffer a lot of data in memory and build queries which take a long time to complete. Follow the recommendations from RFC 2683 section 3.2.1.5 and add a limit greater than 8KiB.