In Need of an IMAP Library for ActionScript
- 6
- Add a Comment
I've been scouring the interwebs for an ActionScript library for interacting with IMAP mail servers and have found absolutely nothing. Does anyone know of one? At the very least, I'd take documentation on using a binary socket to authenticate to an IMAP server.
6 Comments
Paulius Uza
August 3rd, 2008
at 3:23am
You can contact the author of the following library and ask him if he has started work on IMAP implementation (here it’s noted as TBD)
http://as3mail.riaforge.org/
Sidney de Koning
August 3rd, 2008
at 8:08am
Hi Bryan,
Lee Brimelow has a good post / tutorial about socket programming and AS3, http://www.gotoandlearn.com/player.php?id=69. Is something like this what you are looking for?
Take care,
Sidney
Bryan
August 3rd, 2008
at 10:07am
@Sidney I’ve seen Lee’s tutorial. I’m looking for something that allows me to connect to and perform operations on an IMAP mail server. Ideally, I’d like to find a library that’s already done. If that’s not available, I’d settle for documentation on how to connect to an IMAP server with an ActionScript socket and I’ll write and release a library.
Bryan
August 3rd, 2008
at 11:11pm
@Paulius Thanks for the heads up. I’ve contacted the author and hope to hear back from him.
Javier Julio
September 29th, 2008
at 10:46am
@Bryan did you ever hear back from Zach the developer of the AS3Mail project? I’ve tried getting in touch since I’m in need of a AS3 IMAP library.
Bryan
September 29th, 2008
at 10:25pm
@Javier I never did hear back from him.