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
73199ad735
/offlineimap/head: changeset 259
...
Initial commit on initialization reorganization
2002-10-07 21:59:02 +01:00
ca56d8c899
/offlineimap/head: changeset 258
...
Added a workaround to imaputil.py to deal with a bug in imaplib.py's
tuple when a response contains a literal in certain cases.
2002-10-07 21:18:02 +01:00
c6c40bdf34
/offlineimap/head: changeset 257
...
Added more debugging to the IMAP debug stream
2002-10-01 19:57:56 +01:00
24cb7f76c2
/offlineimap/head: changeset 256
...
Fixed manual to reflect single-user startup
2002-09-30 23:10:46 +01:00
f60d4d994b
/offlineimap/head: changeset 255
...
Added folderfilter capability to the mbnames section
2002-09-30 23:09:27 +01:00
5d3bb88657
/offlineimap/head: changeset 253
...
Final 3.2.8 work
2002-09-30 21:49:01 +01:00
4144c19a38
/offlineimap/head: changeset 252
...
Prepare for 3.2.8
2002-09-30 21:48:45 +01:00
b2a04a5000
/offlineimap/head: changeset 251
...
Checked in a work-around for IMAP servers that misbehave with LIST ""
""
2002-09-30 21:47:05 +01:00
edc301f14d
/offlineimap/head: changeset 249
...
No longer has to rename due to new naming.
2002-09-26 22:27:23 +01:00
cd74ed2a08
/offlineimap/head: changeset 248
2002-09-26 22:12:52 +01:00
3700231446
/offlineimap/head: changeset 247
...
Updated the ChangeLog
2002-09-26 22:08:04 +01:00
a7801e5f22
/offlineimap/head: changeset 246
...
Final changes for .7
2002-09-26 20:36:16 +01:00
1687a4993c
/offlineimap/head: changeset 245
...
Changed version number
2002-09-19 22:50:51 +01:00
f1aeb50d04
/offlineimap/head: changeset 244
...
Fixed font specification support
2002-08-27 02:35:21 +01:00
6a6a49b1a9
/offlineimap/head: changeset 243
...
Font size for Blinkenlights UI is now configurable.
2002-08-27 02:06:02 +01:00
1c8b42500b
/offlineimap/head: changeset 242
...
Moved executable to bin/offlineimap. This will allow setup.py to
properly install it as offlineimap instead of offlineimap.py.
2002-08-24 02:55:20 +01:00
06b21e1140
/offlineimap/head: changeset 241
...
Use /usr/bin/env in bangpath. Missed that somehow.
2002-08-24 02:24:29 +01:00
cbcf797944
/offlineimap/head: changeset 236
...
Now the containing repository is stored within a folder. This will be
necessary for moves.
2002-08-20 21:54:02 +01:00
e1657f962e
/offlineimap/head: changeset 235
...
- Changed indentation in debian/control. Closes : #156327 .
- Removed calls to folder object deletions. None have been implemented
anyway.
- folder/Maildir.py: unlink throws OSError, not IOError; fixed. Now
handles message deleting race condition properly. Closes : #154497 .
2002-08-17 02:01:12 +01:00
c57d5a240b
/offlineimap/head: changeset 234
...
Preparing for 3.2.5
2002-08-10 02:52:09 +01:00
9d1a4e2275
/offlineimap/head: changeset 233
...
Made more resiliant in the face of invalid dates.
2002-08-10 01:29:29 +01:00
1c29a7206e
/offlineimap/head: changeset 232
...
Added documentation for Tommi's patch.
2002-08-09 22:25:28 +01:00
c61e3a89cf
/offlineimap/head: changeset 231
...
Applied part 2 of tv's patch
2002-08-09 22:12:09 +01:00
442c820f87
/offlineimap/head: changeset 230
...
More of part 1 of the patch
2002-08-09 22:11:12 +01:00
9be2bec748
/offlineimap/head: changeset 229
...
Applied part 1 of Tommi's patch.
2002-08-09 22:10:38 +01:00
6e94ead957
/offlineimap/head: changeset 228
...
Nicely handle uploading messages without Message-Id headers
2002-08-09 21:57:06 +01:00
608f740cd3
/offlineimap/head: changeset 226
...
Changelog committed
2002-08-09 02:58:44 +01:00
1358495af1
/offlineimap/head: changeset 225
...
Preparing for 3.2.4
2002-08-09 02:58:14 +01:00
5feb54b493
/offlineimap/head: changeset 224
...
Fix syntax
2002-08-09 02:53:57 +01:00
6c1d5a0d27
/offlineimap/head: changeset 223
...
First stab at fixing nested mailbox bug
2002-08-09 02:53:05 +01:00
47b2af5c0d
/offlineimap/head: changeset 222
...
Typo fix.
2002-08-09 00:35:35 +01:00
d9836ef791
/offlineimap/head: changeset 221
...
Readying 3.2.3. Updated docs, version, etc.
2002-08-08 21:21:56 +01:00
9cbb14f5dd
/offlineimap/head: changeset 220
...
Now logs folder names of return value when debugging.
2002-08-08 21:18:45 +01:00