NOCC
NOCC is a webmail client written in PHP. It provides webmail access to IMAP and POP3 accounts.
Features
- Connection to IMAP and POP3 server with c-client library
- Sending mail with Sendmail or SMTP server
- Support MIME attachment messages (it passes the "MIME Torture Test" that UW makes available)
- Multi-language support (36 languages so far)
- Themable (you can change all the colors and fonts easily)
- Renders pages in XHTML 1.1 for maximum compatibility with any browser, works with text browsers
- No frames, cookies not required (can use URL-based sessions)
- No need of a database
- Works on Win32, various Unix systems (including suEXEC with Apache)
- Distributed under GPL license
Requirements
- PHP version >= 4.1.0
- c-client library compiled with PHP or as module (Instructions on how to install c-client library are available on PHP documentation page)
- iconv library compiled with PHP or as module (Instructions on how to install iconv library are available on PHP documentation page)
Latest News
- 2008-01-01
- NOCC 1.5 is now available. You can download it from project's page. Feel free to test it and report bugs.
- 2007-07-01
- NOCC 1.4 is now available. You can download it from project's page. Feel free to test it and report bugs.