imaginashaun / php-imap

Automatically exported from code.google.com/p/php-imap
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Plain text only emails without content #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Working with php-imap class today, i encountered a "bug" or missing feature i 
think.

An email with only Plaintext has no content in: 

$IncomingMail->textPlain or $IncomingMail->textHtml / textHtmlOriginal.

All other information like subject or sender are correct.

Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

Due to data privacy, i am sorry that i cannot attach the failing email.

Original issue reported on code.google.com by der.p...@googlemail.com on 2 Jan 2013 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by barbushin on 2 Jan 2013 at 11:38