[Gambas-user] mime.decode seems to fail with a pdf attachment

2013-10-27 Thread bill-lancaster
Benoît, I obtained the email provided to you by 1)forwarding it to another server, one which enable me to save it ti disc. Putting that file through the mime.decode process make a good pdf. It seems that my problems have arisen after downloading the email and saving it to a mysql db ( as type 'blo

[Gambas-user] mime.decode seems to fail with a pdf attachment

2013-10-27 Thread bill-lancaster
Thanks Benoît:- wast -- View this message in context: http://gambas.8142.n7.nabble.com/mime-decode-seems-to-fail-with-a-pdf-attachment-tp43877p43887.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] mime.decode seems to fail with a pdf attachment

2013-10-27 Thread Benoît Minisini
Le 27/10/2013 10:34, bill-lancaster a écrit : > I have 3 emails from the same source, each contains a pdf attachment. Two of > the decode sucessfully to a pdf file but one has quit a bit of detail > missing when compared with the original. > Here is some simplified code to show how I'm decoding th

[Gambas-user] mime.decode seems to fail with a pdf attachment

2013-10-27 Thread bill-lancaster
I have 3 emails from the same source, each contains a pdf attachment. Two of the decode sucessfully to a pdf file but one has quit a bit of detail missing when compared with the original. Here is some simplified code to show how I'm decoding the email:- MailClient.Open() Wait For E