Thx for responding, but this info is about SMTP, not POP3. (I just want to retrieve mails) After lookin' at the code I found nothing which could solve my problem... :-(
--- In [email protected], "Cato Paus" <[EMAIL PROTECTED]> wrote: > > http://www.bytearray.org/?p=27 > > > > > --- In [email protected], "quantum_ohm" <charly.antoine@> > wrote: > > > > Hi All ! > > > > I'm building a POP3 mail client in AIR, and can't figure out how to > > dispatch events (or where ) to send all the commands one after each > > other in a unique same shot. > > > > For now I have to send them individually like : > > USER xxxx > > then when I have the response > > PASS xxxx > > then > > STAT > > then > > RETR and so on... As the server needs to send a response > > before the AIR client can send another command. > > I think this is a kind of Synchronous/Asynchronous issue > > that I have some trouble to understand... > > > > is there any way to do that ? > > > > Thx for help :-) > > >

