Update of /cvsroot/pywebmail/webmail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31351
Modified Files:
CHANGES.txt
Log Message:
2008/03/02
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/pywebmail/webmail/CHANGES.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** CHANGES.txt 4 Aug 2007 10:48:38 -0000 1.41
--- CHANGES.txt 2 Mar 2008 20:30:34 -0000 1.42
***************
*** 1,2 ****
--- 1,60 ----
+ 2008/03/02
+
+ - Major changes on servers: 'Google', 'Netscape', 'pochta.ru', 'yandex.ru'.
+
+ - WSGI module finished - it supports multiple mailboxes (configured as usual),
+ cookie, no-cookies (i.e. it doesn't breaks when user disabled cookies in browser),
+ access to any backend (i.e. not only file).
+ NTService and standalone versions tested. Major servers compatibility should be OK,
+ but not yet tested.
+
+ 2008/02/14
+
+ - Incompatible changes on 'Hotmail'.
+
+ 2008/02/04
+
+ - Incompatible changes on servers: 'libero.it', 'rambler.ru'.
+
+ 2008/01/07
+
+ - checker.py: support verify folders, mail receive and delete.
+
+ - New backend - 'file'.
+
+ 2007/12/08
+
+ - At last final changes on 'HotMail' - support for delete.
+
+ - Add logout support to 'pochta.ru'.
+
+ 2007/12/07
+
+ - Infrastructure: Check now can send/receive/delete mail.
+
+ - Changes in 'pochta.ru' folder design - multiple pages.
+
+ 2007/12/01
+
+ - Major changes on 'HotMail' (become WinLive Hotmail).
+
+ 2007/11/30
+
+ - Changes in 'Google' login sequence.
+
+ - Major changes on 'Yahoo' - both login and message download.
+
+ - Minor change in 'Netscape' (aka AOL) login sequence (twice! - right at the time fixing).
+
+ - Changes in 'pochta.ru' folder design.
+
+ - Changes in 'rambler.ru' message retrieval.
+
+ - Minor changes in 'libero.it' folder design.
+
+ 2007/09/06
+
+ - fix: merge backend messages failes to reattach().
+
2007/07/26
|