-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
30 lines (27 loc) · 1.23 KB
/
CHANGELOG
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
1.00 (to be released)
=====================
What has been done since last release
* The CLI interface is now implemented with docopt
* The README now includes the documentation
* New command --imaplist lists the directories in IMAP account
* Code now follows PEP-8 style guide
* Renamed variables to be consistent
* Added gmail integration (thanks to Orkim!)
* Added bash scripts for use with multiple accounts
* SSL is now used by default and "--ssl" parameter is now a "--nossl" parameter
* New command "--trackfile" now permits trackfile name configuration (thanks naevtamarkus!)
* New command "--partialrun" now enable isbg to run for only a few emails (thanks naevtamarkus!)
0.99 (20100303)
===============
* Drastic speed enhancement (thanks to Ajenbo!)
* deletehighterthen, fix expunge, movehamto (thanks to AJenbo!)
* Learn spam/ham before scanning
* Call IMAP SEARCH command instead of fetching and checking manually
* Ignore lockfile when too old (4h by default)
* Switch to ignore lockfile
* Bug fix: SSL now work.
* Don't crash anymore when parsing weird attachement (like MS Office files)
0.98 (20091201)
===============
* Teach spam and ham from specific folders
* Compatibility from py2.4 to py2.6