Java郵件服務器 Apache James 3.0-beta3 發布
Apache James(Java Apache Mail Enterprise Server)是Apache組織的子項目之一,完全采用純Java技術開發,實現了SMTP、POP3與NNTP等多種郵件相關協議。
James也是一個郵件應用平臺,可以通過Mailet擴充其功能,如Mail2SMS、Mail2Fax等。James提供了比較完善的配置方案,尤其是關于郵件內容存儲和用戶信息存儲部分,可以選擇在文件、數據庫或其他介質中保存。
James性能穩定、可配置性強,還是開源項目,所有源代碼不存在版權問題,因此,James在項目中的應用日益廣泛。
項目地址:http://james.apache.org/
Apache James 3.0 的第三個 Beta 版本發布了
James 3.0 Beta3 對最終用戶的改進內容:
- Numerous IMAP bug fixes (better client support, memory
improvement, NIO and IO support...)
- Support for IMAP IDLE (RFC 2177, server transmit updates to the
client in real time)
- Telnet Management has been removed in favor of JMX with client shell
- More metrics counters available via JMX
- Better debug logging on protocols
- JPA validated against more databases (among others Oracle)
- Multiple address and port configurations per protocol
- POP3 is now operational (was buggy in 3.0-M2)
- Mailbox Tooling to copy from a persistence to another persistence
- Upgrade tool from James 2.3 is available
- Better logging on protocols with adjustable level
- Full mailet package must be specified
- Composite Matchers
- Better debug logging on protocols
- Mailing list functionality has been removed
- More documentation on web site for configuration,...
- ... and much more, see details on
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10411&version=12315512
3.0 Beta3 對開發者的改進內容:
- Less maven modules
- Maven 3.0.2 required to build
- Upgrade to latest frameworks versions (netty, activemq,
jackrabbit...)
- Code reports generation via 'mvn site -P site-reports' maven profile
- Corrections further to findbugs,... reports
- Code formatting
- ... and much more, see details on