930f94fbb1
/offlineimap/head: changeset 311
...
Fixed a problem that prevented it from working on the console.
2003-01-06 12:11:00 +01:00
752b7d84e7
/offlineimap/head: changeset 310
...
Added some temporary debug code to help weed out a few race conditions
with the curses Blinkenlights interface. Think I've finally got it.
I'm leaving the debugging code in for now, though, to help in case
there are future problems.
2003-01-06 12:07:16 +01:00
2b9c425091
/offlineimap/head: changeset 309
...
More progress with bug fixes and locking
2003-01-06 05:54:59 +01:00
d6b790a7da
/offlineimap/head: changeset 308
...
More progress at debugging. The curses blinkenlights is now working
well, though it still has an occasional tendency to corrupt the light
display with comments from the log. I suspect a locking problem --
need to be more strict with iolock I suspect. Updated various modules
to register the threads' account names, etc.
2003-01-06 00:07:58 +01:00
c48d8d4fda
/offlineimap/head: changeset 307
...
Starting to work now.
2003-01-05 13:01:17 +01:00
86df6db630
/offlineimap/head: changeset 306
...
Removed debug prints
2003-01-05 12:55:37 +01:00
0b7d75de60
/offlineimap/head: changeset 305
...
Believed to be somewhat working now
2003-01-05 12:50:01 +01:00
8301e3015f
/offlineimap/head: changeset 304
...
Clarified copyright statement
2003-01-05 09:11:46 +01:00
6b7c0801b0
/offlineimap/head: changeset 303
...
Removed password echo for debugging
2003-01-05 09:07:40 +01:00
9df89638f5
/offlineimap/head: changeset 302
...
Now capable of actually reading passwords.
2003-01-05 09:07:00 +01:00
ba0c95f6bc
/offlineimap/head: changeset 301
...
Nominally-working Blinkenlights interface for Curses!
2003-01-05 08:51:35 +01:00
380f654df5
/offlineimap/head: changeset 300
...
Beginnings of support for a curses-based Blinkenlights.
2003-01-05 05:51:17 +01:00
96e20c91c3
/offlineimap/head: changeset 299
...
Started breaking Blinkenlights out into a base class.
2003-01-05 04:35:36 +01:00
b51f302be7
/offlineimap/head: changeset 298
...
Removed this (not a real part of the program)
2003-01-04 05:58:04 +01:00
854eaf3055
/offlineimap/head: changeset 297
...
Changed to a more account-centric behavior. The refresh time is now a
per-account variable. Implemented new account classes. User interfaces
must now be updated to take advantage of this.
2003-01-04 05:57:46 +01:00
1691cdbf0f
/offlineimap/head: changeset 296
...
Fixing error
2003-01-04 05:57:20 +01:00
d59f7abdaa
/offlineimap/head: changeset 295
...
Got Tk working again. Woohoo.
2003-01-03 08:08:10 +01:00
8e3b18f375
/offlineimap/head: changeset 294
...
Updated with various fixes
2003-01-03 08:01:41 +01:00
09828a9d4f
/offlineimap/head: changeset 293
...
Now properly handles folder names that contain parenthesis. Used patch
from Kyler Laird in http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=173895. Closes : #173895 .
2003-01-03 03:05:14 +01:00
bbbb13f52a
/offlineimap/head: changeset 292
...
Beginning of work to make it work with a threaded Tcl/Tk Tkinter.
2003-01-03 03:00:23 +01:00
99352a39c2
/offlineimap/head: changeset 291
...
This is 3.99.5
2002-12-03 23:26:03 +01:00
9b90c85003
/offlineimap/head: changeset 290
...
Updated for today's release
2002-12-03 23:25:06 +01:00
832c7ddd66
/offlineimap/head: changeset 289
...
Fixed infinite loop in imapserver.py with preauth
2002-11-20 05:57:45 +01:00
2756ca9d5a
/offlineimap/head: changeset 288
...
Updated for 3.99.5
2002-11-20 05:34:09 +01:00
872d960fa8
/offlineimap/head: changeset 287
...
Alter handling of messages flagged for deletion -- no longer
automatically delete them if expunge is 0. In Maildir folder, we will
now ignore the T flag entirely, and just pass it back and forth with
IMAP.
2002-11-12 22:40:40 +01:00
61b6c32d0f
/offlineimap/head: changeset 286
...
Added ability to disable expunging on the server.
2002-11-12 22:36:34 +01:00
f7c4889918
/offlineimap/head: changeset 285
...
Adding missing import os to imapserver.py. Thanks to John Wiegley for
catching that. Updated changelog
2002-11-06 02:38:11 +01:00
a2720a4d21
/offlineimap/head: changeset 284
...
Working (and tested) CRAM-MD5 implementation.
2002-11-06 02:10:14 +01:00
32713cb0d1
/offlineimap/head: changeset 283
...
Fixed setup.py installation instructions.
2002-11-05 21:07:45 +01:00
efb69df3f0
/offlineimap/head: changeset 282
...
Updated with more md5 debugging
2002-11-05 08:11:28 +01:00
6b181da921
/offlineimap/head: changeset 281
...
Fixed CRAM-MD5 auth so it actually works now. This is 3.99.3
2002-11-05 02:24:41 +01:00
b538581bf6
/offlineimap/head: changeset 280
...
Falls back to plain-text auth if CRAM-MD5 fails. Fixes [complete.org
#42 ]
2002-11-05 00:38:39 +01:00
8392575e33
/offlineimap/head: changeset 279
...
Test commit to test offlineimap-commits
2002-11-05 00:29:39 +01:00
4527b82221
/offlineimap/head: changeset 278
...
Moved password promting into imapserver.py. Passwords are now asked
for on-demand and typos will no longer crash the program (the user
will be re-prompted). Closes : #162672 .
2002-11-05 00:15:42 +01:00
d64138c228
/offlineimap/head: changeset 276
...
Updated
2002-11-02 23:30:41 +01:00
2ebdae19c9
/offlineimap/head: changeset 275
...
Trial cram-md5 support
2002-11-02 23:14:02 +01:00
3c395c66a9
/offlineimap/head: changeset 274
2002-10-30 05:26:49 +01:00
4ab770bb3d
/offlineimap/head: changeset 273
...
Handle uidvalidity file in an atomic fashion
2002-10-21 22:40:31 +01:00
09a2ac9221
/offlineimap/head: changeset 272
...
When an exception occurs, OfflineIMAP will attempt to print the last
50 debug messages, whether or not debugging was enabled for this
session. This way, even unexpected and non-repeatable errors stand a
chance of getting a more detailed log.
2002-10-17 00:27:27 +01:00
434233d8c4
/offlineimap/head: changeset 271
...
More work-arounds for imaplib
2002-10-16 06:43:02 +01:00
51abdbe08a
/offlineimap/head: changeset 270
...
Another attempt at dealing with bogus IMAP stuff
2002-10-16 00:07:02 +01:00
2ccea111dd
/offlineimap/head: changeset 269
...
This is 3.99.1
2002-10-10 06:38:55 +01:00
26e6472dd3
/offlineimap/head: changeset 268
...
Various bugfixes
2002-10-10 06:37:37 +01:00
528a349d4b
/offlineimap/head: changeset 267
...
mbnames folder filter takes *2* arguments.
2002-10-09 21:55:34 +01:00
d3f924f6fc
/offlineimap/head: changeset 266
...
Fixed a syntax error found by Corey.
2002-10-08 21:18:11 +01:00
94eb83efd7
/offlineimap/head: changeset 264
...
Fixed date
2002-10-07 22:32:32 +01:00
3d3dfff730
/offlineimap/head: changeset 263
...
Changelog for 3.99.0
2002-10-07 22:31:20 +01:00
22f68cd2e0
/offlineimap/head: changeset 262
...
Final prep for 3.99.0
2002-10-07 22:30:35 +01:00
45a97b42b8
/offlineimap/head: changeset 261
...
- Moved some code from offlineimap/init.py to new file
offlineimap/syncmaster.py to help dileneate between code that
performs different functions.
- Moved threadexited from offlineimap/init.py to
offlineimap/threadutil.py.
2002-10-07 22:17:13 +01:00
eaec9e7db4
/offlineimap/head: changeset 260
...
Updated -- the init changes now actually work.
2002-10-07 22:11:19 +01:00