> I think you mean you need to use POP3 protocol..? > Gambas has only component for sending email, not for receiving. > But if you mean just SMTP protocol for intranet purpose or similar, > maybe you can write something with gb.net component. > > http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol > http://en.wikipedia.org/wiki/Post_Office_Protocol > http://gambasdoc.org/help/comp/gb.net
Yes, POP3 should be perfectly and simply doable in Gambas with a blocking Socket. > > > Jussi > > To Benoit; there is little typo in project properties --> components, > "STMP client", should be "SMTP client". Yes. I fix that in Gambas 3, but not in Gambas 2 to not lose the translations. Regards, -- Benoît ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
