JMailTM-v0.6
Events
- there was a bug where
onAccountDelete
was fired when new message arrives - so added a new event
onAccountUpdate
which fires when the account data (used storage & no of messages stored) updates
@Override
public void onAccountUpdate() {}
Changes
- addition of
onAccountUpdate
Event - added error handling with logger (using SLF4J)
- use logback,log4j,etc support with SLF4J (by default NOP logger implemented)
Bugs Fixes & Improvements
- bugs fixed
- docs improved
Full Changelog: 0.5...0.6