summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8b836cc3d7d7399f787850e93e5f0119cb2cbe69 (plain)
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
Feed2Imap 0.7 (XX/02/2006)
============================
* Fixes the IMAPS disconnection problem (patch provided by Gael Utard
  <gael.utard@laposte.net>)

Feed2Imap 0.6 (11/01/2006)
============================
* Moved the RSS/Atom parser to a separate library (ruby-feedparser).
* Locks the Cache file to avoid concurrent instances of feed2imap.
* Issue a warning if the config file is world readable.
* Fixed a small bug in Atom feeds parsing.
* Fix another bug related to escaped HTML.
* Minor fixes.

Feed2Imap 0.5 (19/09/2005)
============================
* Fixed a parser problem with items with multiple children in the description.
* Mails were upload with \n only, but \r\n are needed.
* Feed2Imap can now work without libopenssl.
* Fixed a bug in the HTML2Text converter with <a> tags without href.
* Reserved characters (eg @) can now be included in the login, password or
  folder. You just need to escape them.
* Feed2Imap is now included in Debian (package name: feed2imap).
* Much better handling of feeds with escaped HTML (LinuxFR for example).

Feed2Imap 0.4 (25/07/2005)
============================
* now available as a Debian package.
* added manpages for everything.
* added min-frequency and disable config options. Added doc in example config.
* You can now use WordPress's feed:http://something urls in feed2imaprc.
* Switched to a real SGML parser for the text version.
* Much better output for the text version of emails.
* New feed2imap-cleaner to remove old mails seen but not flagged
* Feed2Imap version number wasn't displayed in the User-Agent
* Better exception handling when parsing errors occur
* added feed2imap's RSS feed to the default feeds in the config file

Feed2Imap 0.3 (04/06/2005)
============================
* New releases are now advertised using a RSS feed
* Cleaner way to manage duplicate IDs (#1773)
* Fixed a problem with pseudo-duplicate entries from Mediawiki
* Fixed a problem with updated items being seen as updated at each update.
* Fixed a problem when the disconnection from the IMAP server failed.
  reported by Ludovic Gomez <ludogomez@chez.com>

Feed2Imap 0.2 (30/04/2005)
============================
* Fixed a problem with feeds with strange caching bugs (old items going away
  and coming back)
* The text version is now encoded in iso-8859-1 instead of utf-8.
* The subject is now MIME-encoded in utf-8. It works with mutt & evo.
* No longer overwrite mail flags (Read, Important,..) when updating an item.
* HTTP fetching is now multithreaded and is much faster (about 300%).
* Fetching over HTTPS works.
* HTTP fetching is fully unit-tested.

Feed2Imap 0.1 (02/04/2005)
==========================
* first public release.