Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinrodricks/AirXMail

Complete email library for AS3 supporting SMTP, POP3 and IMAP4.
https://github.com/robinrodricks/AirXMail

Last synced: about 2 months ago
JSON representation

Complete email library for AS3 supporting SMTP, POP3 and IMAP4.

Awesome Lists containing this project

README

        

# AirXMail

AirXMail is a complete email library for Flash AS3. SMTP, POP3 and IMAP4 is supported.

Features

- Easy to access email data and send new emails
- No knowldege of e-mail protocols is needed
- Supports multi-part messages
- Protocols supported:
- SMTP for sending emails to SMTP servers (support SMTPAuth)
- POP3 for recieving emails from POP servers
- IMAP4 for recieving/organizing emails from IMAP servers
- SSL/TLS is supported for all protocols, depends on as3crypto library