![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^9: Using Net::SMTP to send pdf attachmentby poj (Abbot) |
on Mar 17, 2018 at 15:55 UTC ( #1211145=note: print w/replies, xml ) | Need Help?? |
The max encoded line length is 76. 3 bytes = 4 chars so 57 bytes = one full line. Any multiple of 3 avoids adding filler characters '=' to make up the encoded 4 characters and multiples of 57 give minimal line endings. 4095 also worked but 4104 is just the nearest multiple of 57 to 4096. See EXAMPLES in MIME::Base64 poj
In Section
Seekers of Perl Wisdom
|
|