Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robinrodricks/AirXMail
- Owner: robinrodricks
- License: mit
- Created: 2016-11-12T09:23:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T09:27:13.000Z (about 8 years ago)
- Last Synced: 2024-10-15T23:58:01.554Z (3 months ago)
- Language: ActionScript
- Size: 348 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - AirXMail - Complete email library for AS3 supporting SMTP, POP3 and IMAP4. (Networking / Email)
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