mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5fc644ac27
Issue: Missing newline between header and attachment Issue seen with email clients viz., AppleMail and YahooMail. Attachment is not renderable. Some clients like Google mail, Samsung mail tolerate the issue. Fix: Added newline between header and attachment. Closes https://github.com/espressif/esp-idf/issues/6098 Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>