-
Notifications
You must be signed in to change notification settings - Fork 28
/
changelog.txt
66 lines (61 loc) · 3.23 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
===================
GMAIL4J CHANGELOG
===================
https://github.com/spajus/gmail4j
Changes in version 0.5 (2014-??-??)
-------------------------------------
* Added capability to fetch emails by various strategies
https://github.com/spajus/gmail4j/pull/8
* Project moved to github: http://github.com/spajus/gmail4j
* Implemented JavaMailGmailMessage.getContentText()
https://code.google.com/p/gmail4j/issues/detail?id=28
* Improved JavaMailGmailMessage.getPreview()
https://code.google.com/p/gmail4j/issues/detail?id=27
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