forked from lovelysystems/robotframework-imaplibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
72 lines (44 loc) · 1.13 KB
/
CHANGES.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
67
68
69
70
71
72
======================================
Changes for robotframework-imaplibrary
======================================
2014/04/23 0.1.4
================
- Fixed multipart-mime reading (thanks to Frank Berthold)
2014/02/28 0.1.3
================
- fixed searching with gmail
contributed by https://github.com/martinhill
2014/01/16 0.1.2
================
- throw exception when IMAP server responds with error
2013/12/20 0.1.1
=================
- added multipart email capabilities
2012/12/21 0.1.0
================
- added filter for status to 'wait_for_mail'
- bugfix: use encoding from opened page while 'open_link_from_mail'
2012/11/28 0.0.8
================
- get email body
2012/11/27 0.0.7
================
- get email body
2012/11/27 0.0.6
================
- mark mails as read
2012/09/25 0.0.5
================
- added buildout environment and unit test
2012/09/13 0.0.4
================
- added get links from email keyword
2012/08/20 0.0.3
================
- docs and apache license
2012/08/20 0.0.2
================
- from and to email not required
2012/08/20 0.0.1
================
- initial version