Socket, ByteArray, Nobody ?
--- In flexcoders@yahoogroups.com, "quantum_ohm" <[EMAIL PROTECTED]> 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 :-) >