[Gambas-user] Problems reading pdf attachment using pop3 client

2013-12-09 Thread bill-lancaster
Thank you Benoît - it works fine now! -- View this message in context: http://gambas.8142.n7.nabble.com/Problems-reading-pdf-attachment-using-pop3-client-tp44464p44592.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Problems reading pdf attachment using pop3 client

2013-12-08 Thread Benoît Minisini
Le 30/11/2013 13:14, bill-lancaster a écrit : > Some further information. > > If I download emails containing pdf files using .Message.ToString() and save > the email to file then try to decode the attachment with-: > > Dim hMimeMessage As MimeMessage > Dim hMimePart As MimePart > Dim sTemp As Stri

[Gambas-user] Problems reading pdf attachment using pop3 client

2013-11-30 Thread bill-lancaster
Some further information. If I download emails containing pdf files using .Message.ToString() and save the email to file then try to decode the attachment with-: Dim hMimeMessage As MimeMessage Dim hMimePart As MimePart Dim sTemp As String Dialog.Title = "Select a text file" If Dialog.O

[Gambas-user] Problems reading pdf attachment using pop3 client

2013-11-30 Thread bill-lancaster
Using the pop3Client to download emails into a mysql db sometimes attached pdf files are unreadable. Have sent a pdf document to myself, email message = testemail Then, using pop3_client it is saved to the database into a string field usi