offlineimap rev 573
"Automatic Subversion Change Mailer" <[email protected]> Mon, 15 Sep 2003 16:43:11 -0500 (CDT)
| Newsgroups | gmane.mail.imap.offlineimap.subversion |
|---|---|
| Message-ID | <[email protected]> |
You are receiving this message because all commits get sent to this address. Author: jgoerzen Date: 2003-09-15 16:43:04 -0500 (Mon, 15 Sep 2003) New Revision: 573 Modified: offlineimap/branches/twisted/ChangeLog Log: Updated ChangeLog Diff: Modified: offlineimap/branches/twisted/ChangeLog =================================================================== --- offlineimap/branches/twisted/ChangeLog 2003-09-15 21:27:34 UTC (rev 572) +++ offlineimap/branches/twisted/ChangeLog 2003-09-15 21:43:04 UTC (rev 573) @@ -1,4 +1,601 @@ ------------------------------------------------------------------------ +rev 572: jgoerzen | 2003-09-15 16:27:34 -0500 (Mon, 15 Sep 2003) | 1 line +Changed paths: + M /offlineimap/branches/twisted/COPYING + M /offlineimap/branches/twisted/COPYRIGHT + M /offlineimap/branches/twisted/Makefile + M /offlineimap/branches/twisted/README + M /offlineimap/branches/twisted/TODO + M /offlineimap/branches/twisted/UPGRADING + M /offlineimap/branches/twisted/experiments/test.py + M /offlineimap/branches/twisted/offlineimap/CustomConfig.py + M /offlineimap/branches/twisted/offlineimap/__init__.py + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/folder/LocalStatus.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + M /offlineimap/branches/twisted/offlineimap/folder/UIDMaps.py + M /offlineimap/branches/twisted/offlineimap/folder/__init__.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + M /offlineimap/branches/twisted/offlineimap/init.py + M /offlineimap/branches/twisted/offlineimap/localeval.py + M /offlineimap/branches/twisted/offlineimap/mbnames.py + M /offlineimap/branches/twisted/offlineimap/repository/Base.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + M /offlineimap/branches/twisted/offlineimap/repository/LocalStatus.py + M /offlineimap/branches/twisted/offlineimap/repository/Maildir.py + M /offlineimap/branches/twisted/offlineimap/repository/__init__.py + M /offlineimap/branches/twisted/offlineimap/syncmaster.py + M /offlineimap/branches/twisted/offlineimap/twistedutil.py + M /offlineimap/branches/twisted/offlineimap/ui/Blinkenlights.py + M /offlineimap/branches/twisted/offlineimap/ui/Curses.py + M /offlineimap/branches/twisted/offlineimap/ui/Noninteractive.py + M /offlineimap/branches/twisted/offlineimap/ui/TTY.py + M /offlineimap/branches/twisted/offlineimap/ui/Tk.py + M /offlineimap/branches/twisted/offlineimap/ui/UIBase.py + M /offlineimap/branches/twisted/offlineimap/ui/__init__.py + M /offlineimap/branches/twisted/offlineimap/ui/debuglock.py + M /offlineimap/branches/twisted/offlineimap/ui/detector.py + M /offlineimap/branches/twisted/offlineimap/version.py + M /offlineimap/branches/twisted/offlineimap.py + M /offlineimap/branches/twisted/offlineimap.sgml + M /offlineimap/branches/twisted/setup.py + +Added tags for arch +------------------------------------------------------------------------ +rev 571: jgoerzen | 2003-09-15 16:00:20 -0500 (Mon, 15 Sep 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imapserver.py + +Quick fix + +------------------------------------------------------------------------ +rev 570: jgoerzen | 2003-08-15 16:56:46 -0500 (Fri, 15 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imaputil.py + +Removed old rd call from imaputil + +------------------------------------------------------------------------ +rev 569: jgoerzen | 2003-08-15 13:50:54 -0500 (Fri, 15 Aug 2003) | 8 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/folder/LocalStatus.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/repository/Base.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + M /offlineimap/branches/twisted/offlineimap/repository/Maildir.py + A /offlineimap/branches/twisted/offlineimap/twistedutil.py + M /offlineimap/branches/twisted/offlineimap/ui/TTY.py + M /offlineimap/branches/twisted/offlineimap/ui/UIBase.py + M /offlineimap/branches/twisted/offlineimap.sgml + +Helped out the implementation of password prompting. It now works better, +and expects a Deferred back from the UI module. + +Moved rd() from imaputil to twistedutil() so that modules that want just +that don't have to import a whole big chunk of IMAP-related junk. + +Added new debug type 'traffic' and documented it in offlineimap.sgml. + +------------------------------------------------------------------------ +rev 568: jgoerzen | 2003-08-14 13:56:11 -0500 (Thu, 14 Aug 2003) | 4 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +Tidied up debug code for IMAP side. +Fixed a bug in keepalive wherein the deferred was getting called back too +soon. + +------------------------------------------------------------------------ +rev 567: jgoerzen | 2003-08-14 13:33:18 -0500 (Thu, 14 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/repository/Base.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +Keepalive again appears to work (woohoo) + +------------------------------------------------------------------------ +rev 566: jgoerzen | 2003-08-14 09:51:05 -0500 (Thu, 14 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/ui/UIBase.py + +Autorefresh now appears to be working. + +------------------------------------------------------------------------ +rev 565: jgoerzen | 2003-08-14 09:47:52 -0500 (Thu, 14 Aug 2003) | 4 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/ui/UIBase.py + +Getting closer to making autorefresh work, but still have a weird problem +where the account will go into refresh before everything's been synced. +Suspect a failure to pass back a Deferred somewhere. + +------------------------------------------------------------------------ +rev 564: jgoerzen | 2003-08-13 16:55:37 -0500 (Wed, 13 Aug 2003) | 3 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + +Some starts towards being able to support autorefresh again + + +------------------------------------------------------------------------ +rev 563: jgoerzen | 2003-08-13 11:08:33 -0500 (Wed, 13 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/syncmaster.py + M /offlineimap/branches/twisted/offlineimap/ui/UIBase.py + +Now exits after synchronization is complete. + +------------------------------------------------------------------------ +rev 562: jgoerzen | 2003-08-13 11:02:01 -0500 (Wed, 13 Aug 2003) | 3 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +Removed some extraneous debugging code and began work on cleaning up the UI +situation. + +------------------------------------------------------------------------ +rev 561: jgoerzen | 2003-08-13 10:23:28 -0500 (Wed, 13 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +Removed some debug code. + +------------------------------------------------------------------------ +rev 560: jgoerzen | 2003-08-12 16:38:15 -0500 (Tue, 12 Aug 2003) | 1 line +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imapserver.py + + +------------------------------------------------------------------------ +rev 559: jgoerzen | 2003-08-12 15:26:00 -0500 (Tue, 12 Aug 2003) | 2 lines +Changed paths: + D /offlineimap/branches/twisted/twistedfixes/imap4.diff + M /offlineimap/branches/twisted/twistedfixes/imap4.py + +Updated to 1.139 from Twisted CVS... will no longer require custom diffs. + +------------------------------------------------------------------------ +rev 558: jgoerzen | 2003-08-12 15:22:42 -0500 (Tue, 12 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + +Removed/fixed up some debugging + +------------------------------------------------------------------------ +rev 557: jgoerzen | 2003-08-12 15:09:10 -0500 (Tue, 12 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + A /offlineimap/branches/twisted/twistedfixes/imap4.diff + +It can now copy messages up to the remote. + +------------------------------------------------------------------------ +rev 556: jgoerzen | 2003-08-05 15:58:49 -0500 (Tue, 05 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + +Made some more progress... + +------------------------------------------------------------------------ +rev 555: jgoerzen | 2003-08-05 15:52:50 -0500 (Tue, 05 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + M /offlineimap/branches/twisted/twistedfixes/imap4.py + +Making progress on saving messages. + +------------------------------------------------------------------------ +rev 554: jgoerzen | 2003-08-05 15:14:30 -0500 (Tue, 05 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + +Deleting messages is now working! yay! + +------------------------------------------------------------------------ +rev 553: jgoerzen | 2003-08-05 14:52:25 -0500 (Tue, 05 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/twistedfixes/imap4.py + +Now appears to be able to handle deleted messages properly. + +------------------------------------------------------------------------ +rev 552: jgoerzen | 2003-08-05 14:34:03 -0500 (Tue, 05 Aug 2003) | 2 lines +Changed paths: + A /offlineimap/branches/twisted/twistedfixes + A /offlineimap/branches/twisted/twistedfixes/README + A /offlineimap/branches/twisted/twistedfixes/__init__.py + A /offlineimap/branches/twisted/twistedfixes/imap4.py + +Imported imap4.py from Twisted source so I can hack it up. + +------------------------------------------------------------------------ +rev 551: jgoerzen | 2003-08-01 13:01:59 -0500 (Fri, 01 Aug 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + +Added a couple of missing commands + +------------------------------------------------------------------------ +rev 550: jgoerzen | 2003-08-01 09:02:49 -0500 (Fri, 01 Aug 2003) | 1 line +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/folder/LocalStatus.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + + +------------------------------------------------------------------------ +rev 549: jgoerzen | 2003-07-31 19:48:35 -0500 (Thu, 31 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + +Fixed an off-by-one error + +------------------------------------------------------------------------ +rev 548: jgoerzen | 2003-07-30 10:55:09 -0500 (Wed, 30 Jul 2003) | 4 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + +IT'S WORKING! + +Yes, it now downloads mail. + +------------------------------------------------------------------------ +rev 547: jgoerzen | 2003-07-30 10:10:49 -0500 (Wed, 30 Jul 2003) | 5 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/folder/LocalStatus.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + +Made some significant progress weeding out bugs. + +The spinlock turned out to be a problem with testing the type of i instead +of data[i]. Oops. + +------------------------------------------------------------------------ +rev 546: jgoerzen | 2003-07-29 10:39:31 -0500 (Tue, 29 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/TODO + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + +OK, finally managed to fix the weird calling arguments problem. + +------------------------------------------------------------------------ +rev 545: jgoerzen | 2003-07-28 22:00:54 -0500 (Mon, 28 Jul 2003) | 3 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imaputil.py + +Still some weirdness in AcquireMixin + + +------------------------------------------------------------------------ +rev 544: jgoerzen | 2003-07-28 21:49:49 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +More progress + +------------------------------------------------------------------------ +rev 543: jgoerzen | 2003-07-28 17:10:33 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +Not quite working but getting close + +------------------------------------------------------------------------ +rev 542: jgoerzen | 2003-07-28 16:06:12 -0500 (Mon, 28 Jul 2003) | 3 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +Committed expiremental new connection allocator (this probably has syntax +errors and thus will likely not work) + +------------------------------------------------------------------------ +rev 541: jgoerzen | 2003-07-28 15:10:20 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + +Committed + +------------------------------------------------------------------------ +rev 540: jgoerzen | 2003-07-28 14:02:02 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + A /offlineimap/branches/twisted/TODO + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + +Made a bit more progress + +------------------------------------------------------------------------ +rev 539: jgoerzen | 2003-07-28 10:49:43 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + +Well, it's working, but cachemessagelist seems broken. + +------------------------------------------------------------------------ +rev 538: jgoerzen | 2003-07-28 10:11:44 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + +Removed some debugging prints + +------------------------------------------------------------------------ +rev 537: jgoerzen | 2003-07-28 10:10:21 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/folder/LocalStatus.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + +More coding Twisted. + +------------------------------------------------------------------------ +rev 536: jgoerzen | 2003-07-28 08:21:54 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/debian/control + +Added appropriate lines for deps on twisted + +------------------------------------------------------------------------ +rev 535: jgoerzen | 2003-07-28 08:09:56 -0500 (Mon, 28 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + +Committed. + +------------------------------------------------------------------------ +rev 534: jgoerzen | 2003-07-27 19:42:25 -0500 (Sun, 27 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + +Fixed up cachemessage list, at least preliminarily. + +------------------------------------------------------------------------ +rev 533: jgoerzen | 2003-07-27 18:39:47 -0500 (Sun, 27 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + +More progress, working on cachemessagelist + +------------------------------------------------------------------------ +rev 532: jgoerzen | 2003-07-27 18:31:15 -0500 (Sun, 27 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + +Corrected some return values and general bugs + +------------------------------------------------------------------------ +rev 531: jgoerzen | 2003-07-27 18:21:43 -0500 (Sun, 27 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/repository/Base.py + +Now properly generates folders on the local side. + +------------------------------------------------------------------------ +rev 530: jgoerzen | 2003-07-27 17:18:37 -0500 (Sun, 27 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Maildir.py + M /offlineimap/branches/twisted/offlineimap/repository/Maildir.py + +More work Twistedifying + +------------------------------------------------------------------------ +rev 529: jgoerzen | 2003-07-27 17:03:25 -0500 (Sun, 27 Jul 2003) | 9 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/folder/IMAP.py + M /offlineimap/branches/twisted/offlineimap/folder/UIDMaps.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + M /offlineimap/branches/twisted/offlineimap/init.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + M /offlineimap/branches/twisted/offlineimap/repository/Maildir.py + M /offlineimap/branches/twisted/offlineimap/ui/Blinkenlights.py + M /offlineimap/branches/twisted/offlineimap/ui/Curses.py + M /offlineimap/branches/twisted/offlineimap/ui/Tk.py + M /offlineimap/branches/twisted/offlineimap/ui/UIBase.py + +Many fixes towards running Twistedly: + +* Removed imports of threadutil and imaplib +* Started to remove calls to imaputil functions +* Removed some of those functions from imaputil +* Make Maildir stuff return Deferreds to. +* General testing to see how far we can get. + + +------------------------------------------------------------------------ +rev 528: jgoerzen | 2003-07-27 15:57:59 -0500 (Sun, 27 Jul 2003) | 5 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/folder/Base.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/imaputil.py + M /offlineimap/branches/twisted/offlineimap/repository/Base.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +Committed more updates towards twistedification. + +At this time, it is now capable of establishing a single connection to the +server and downloading a list of folders. + +------------------------------------------------------------------------ +rev 527: jgoerzen | 2003-07-26 15:02:28 -0500 (Sat, 26 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + M /offlineimap/branches/twisted/offlineimap/imapserver.py + M /offlineimap/branches/twisted/offlineimap/repository/Base.py + M /offlineimap/branches/twisted/offlineimap/repository/IMAP.py + +The thing connects now. + +------------------------------------------------------------------------ +rev 526: jgoerzen | 2003-07-26 14:37:27 -0500 (Sat, 26 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/imapserver.py + +Work to refactor imapserver + +------------------------------------------------------------------------ +rev 525: jgoerzen | 2003-07-26 11:16:14 -0500 (Sat, 26 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/branches/twisted/offlineimap/accounts.py + D /offlineimap/branches/twisted/offlineimap/imaplib.py + M /offlineimap/branches/twisted/offlineimap/init.py + M /offlineimap/branches/twisted/offlineimap/syncmaster.py + D /offlineimap/branches/twisted/offlineimap/threadutil.py + +Checkpointing work modifying things for Twisted + +------------------------------------------------------------------------ +rev 524: jgoerzen | 2003-07-25 23:20:57 -0500 (Fri, 25 Jul 2003) | 2 lines +Changed paths: + A /offlineimap/branches/twisted/experiments/test.py + +Initial tests work + +------------------------------------------------------------------------ +rev 523: jgoerzen | 2003-07-25 23:20:35 -0500 (Fri, 25 Jul 2003) | 2 lines +Changed paths: + A /offlineimap/branches/twisted/experiments + +Initial tests work + +------------------------------------------------------------------------ +rev 522: jgoerzen | 2003-07-25 22:30:34 -0500 (Fri, 25 Jul 2003) | 1 line +Changed paths: + A /offlineimap/branches/twisted (from /offlineimap/head:521) + +Starting the Twisted experimentation branch. +------------------------------------------------------------------------ +rev 521: jgoerzen | 2003-07-25 16:01:25 -0500 (Fri, 25 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/head/offlineimap/__init__.py + M /offlineimap/head/offlineimap/init.py + M /offlineimap/head/offlineimap/localeval.py + +A few fixes for Jython compatibility. + +------------------------------------------------------------------------ +rev 520: jgoerzen | 2003-07-25 15:47:18 -0500 (Fri, 25 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/head/offlineimap.1 + +Updated docs + +------------------------------------------------------------------------ +rev 519: jgoerzen | 2003-07-25 15:41:35 -0500 (Fri, 25 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/head/offlineimap.sgml + +Updated docs with some history + +------------------------------------------------------------------------ +rev 518: jgoerzen | 2003-07-24 16:15:27 -0500 (Thu, 24 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/head/offlineimap/init.py + +Fixed a problem with the version number printout routine. + +------------------------------------------------------------------------ +rev 517: jgoerzen | 2003-07-24 15:58:20 -0500 (Thu, 24 Jul 2003) | 3 lines +Changed paths: + M /offlineimap/head/offlineimap/__init__.py + M /offlineimap/head/offlineimap/accounts.py + M /offlineimap/head/offlineimap/repository/__init__.py + +Adjusted __init__ code to use __all__ to provide better compatibility with +jython. + +------------------------------------------------------------------------ +rev 515: jgoerzen | 2003-07-18 16:13:04 -0500 (Fri, 18 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/head/debian/changelog + M /offlineimap/head/debian/docs + +Included more docs in Debian package. + +------------------------------------------------------------------------ +rev 514: jgoerzen | 2003-07-18 15:59:56 -0500 (Fri, 18 Jul 2003) | 5 lines +Changed paths: + M /offlineimap/head/debian/changelog + M /offlineimap/head/offlineimap.1 + M /offlineimap/head/offlineimap.sgml + +Fixed a manpage typo. + +Closes: [debian.org #201497] +Notify: [email protected] + +------------------------------------------------------------------------ +rev 511: jgoerzen | 2003-07-18 13:56:15 -0500 (Fri, 18 Jul 2003) | 2 lines +Changed paths: + M /offlineimap/head/bin/offlineimap + M /offlineimap/head/offlineimap/version.py + M /offlineimap/head/offlineimap.py + +Final version number updates + +------------------------------------------------------------------------ +rev 510: jgoerzen | 2003-07-18 13:54:18 -0500 (Fri, 18 Jul 2003) | 3 lines +Changed paths: + M /offlineimap/head/ChangeLog + M /offlineimap/head/manual.html + M /offlineimap/head/manual.pdf + M /offlineimap/head/manual.ps + M /offlineimap/head/manual.txt + +Final commits before 4.0. This is the re-built manual and updated +ChangeLog. + +------------------------------------------------------------------------ rev 509: jgoerzen | 2003-07-18 13:49:13 -0500 (Fri, 18 Jul 2003) | 3 lines Changed paths: A /offlineimap/head/UPGRADING