Open
Description
Hi,
I have a problem with fetching fixed-width column CSV files as attachments. These files usualy have some empty spaces in the first column but https://github.com/Webklex/php-imap/blob/master/src/Part.php#L196 removes them, which breaks these files.
I could access the Part::$raw property, however the Attachment class does not provide acces to the underlying Part object.