[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Send an email


Hi Martín

Am 25.10.24 um 11:21 schrieb System64 Development:
ok, with this code I can read the emails.

But how to iterate all the emails in the inbox?

How to get the sender? it appear as null value.

I am currently going through the same because I am working on an IMAP-class.

Please be informed that the Gambas-Buch has a comprehensive and very helpful chapter about POP3: https://gambas-buch.de/dwen/doku.php?id=k24:k24.5:start

Today I modified the published POP3 project, because it didn't work any longer (changed behaviour of the new WebView). The chapters are particularity helpful if you want to understand the structure of a mime-message and parse it to get access to all its parts.

Hans and I are working on an update of the chapters. The project will also be updated.

Be aware, that the Gambas-Buch project is using a modified version of gb.net.pop3 as source code which supports APOP authentication. With this I can access my emails account. I just tried the app with the original gb.net.pop3  - I got an error message. I didn't have the time yet to check, whether the original gb.net.pop3 component still doesn't support APOP authentication or whether the error has other reasons.

Best regards

Claus

Follow-Ups:
Re: Send an emailClaus Dietrich <claus.dietrich@xxxxxxxxxx>
References:
Send an emailSystem64 Development <64xcode@xxxxxxxxx>
Re: Send an emailSystem64 Development <64xcode@xxxxxxxxx>
Re: Send an emailSystem64 Development <64xcode@xxxxxxxxx>