$Id$ =================== GMAIL4J CHANGELOG =================== http://gmail4j.googlecode.com Changes in version 0.4 (2010-12-19) ------------------------------------- * Changed maven groupId from com.googlecode to com.googlecode.gmail4j (central repo requirement). * Possibility to get read/unread priority messages from priority inbox in JavaMail IMAP GmailClient http://code.google.com/p/gmail4j/issues/detail?id=21 * Possibility to add/remove message flags (starred) in JavaMail IMAP GmailClient http://code.google.com/p/gmail4j/issues/detail?id=20 * Possibility to mark a single message as unread in JavaMail IMAP GmailClient http://code.google.com/p/gmail4j/issues/detail?id=19 * Possibility to move messages between source and destination folders in JavaMail IMAP GmailClient http://code.google.com/p/gmail4j/issues/detail?id=18 * Possibility to mark all message as read in JavaMail IMAP GmailClient http://code.google.com/p/gmail4j/issues/detail?id=17 * Possibility for JavaMail IMAP GmailClient to accept source folder name as an argument http://code.google.com/p/gmail4j/issues/detail?id=16 * Possibility to mark a single message as read in JavaMail IMAP GmailClient http://code.google.com/p/gmail4j/issues/detail?id=15 * Possibility to fetch message header information from GMailMessage (Headers : Message-ID, Subject, In-Reply-To, References) http://code.google.com/p/gmail4j/issues/detail?id=14 * Connection Listeners implementation in IMAP for API users with event driven mail applications http://code.google.com/p/gmail4j/issues/detail?id=13 * Possibility to delete (move to trash) messages in JavaMail IMAP GmailClient http://code.google.com/p/gmail4j/issues/detail?id=12 Changes in version 0.3 (2009-07-09) ------------------------------------- * Changed Gmail4j license from GPL v3 to Apache Licence v2.0 * Possibility to use custom java.net.Authenticator with HttpGmailConnection http://code.google.com/p/gmail4j/issues/detail?id=9 * Possibility to send messages http://code.google.com/p/gmail4j/issues/detail?id=6 * JavaMail IMAP GmailClient implementation (draft) http://code.google.com/p/gmail4j/issues/detail?id=5 Changes in version 0.2 (2009-03-24) ------------------------------------- * Updated Maven dependencies (ROME 0.9 to 1.0) http://code.google.com/p/gmail4j/issues/detail?id=4 * Refactored Gmail4J API to use GmailConnection as an object instead of a state of GmailClient http://code.google.com/p/gmail4j/issues/detail?id=3 * Rss Gmail Client can now use Proxy with or without authentication http://code.google.com/p/gmail4j/issues/detail?id=2 Changes in version 0.1 (2009-03-20) ------------------------------------- * Initial release * Rss Gmail Client implementation http://code.google.com/p/gmail4j/issues/detail?id=1