Re: [Gambas-user] pop3

2013-09-15 Thread Rolf-Werner Eilert
And don't forget to say you want multi-line messages, otherwise it will merely give you the first line of each message. Rolf Am 15.09.2013 14:18, schrieb bill-lancaster: > Oh!!! > I thought I'd tried that and many others - sorry to waste your time. > > Yes - its fine. > > > > -- > View this

[Gambas-user] pop3

2013-09-15 Thread bill-lancaster
Oh!!! I thought I'd tried that and many others - sorry to waste your time. Yes - its fine. -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248p43252.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Pop3

2013-09-15 Thread Benoît Minisini
Le 15/09/2013 13:06, bill-lancaster a écrit : > Print oMail.Message.Body > gives:- > (MimePart 0x1f1fad8) > ! > Look at the Data property! -- Benoît Minisini -- LIMITED TIME SALE - Full Year of Microsoft Training

[Gambas-user] Pop3

2013-09-15 Thread bill-lancaster
Print oMail.Message.Body gives:- (MimePart 0x1f1fad8) ! -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248p43250.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] POP3 email body

2013-09-15 Thread Benoît Minisini
Le 15/09/2013 09:47, bill-lancaster a écrit : > I'm struggling with this. > For Each oMail In MailClient >Print ; oMail.Message.Subject;; oMail.Message.Sender > Wait > Next > This works fine but how to retrieve the body of the message? > Message.Body? -- Benoît

[Gambas-user] POP3 email body

2013-09-15 Thread bill-lancaster
I'm struggling with this. For Each oMail In MailClient Print ; oMail.Message.Subject;; oMail.Message.Sender Wait Next This works fine but how to retrieve the body of the message? -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp4324

Re: [Gambas-user] POP3 message date & time

2013-09-14 Thread Benoît Minisini
Le 14/09/2013 17:34, bill-lancaster a écrit : > Have just started playing with POP3 and can't see a way of retrieving the > date/time of a message. > Its not part of _Pop3Client_Message. > I guess its buried in the message header but > AFAIK, there is no date/time in the POP3 protocol. You m

[Gambas-user] POP3 message date & time

2013-09-14 Thread bill-lancaster
Have just started playing with POP3 and can't see a way of retrieving the date/time of a message. Its not part of _Pop3Client_Message. I guess its buried in the message header but -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-message-date-time-tp43243.html Sent fro