]> code.delx.au - offlineimap/log
offlineimap
20 years ago/offlineimap/head: changeset 480
jgoerzen [Mon, 2 Jun 2003 19:52:33 +0000 (20:52 +0100)]
/offlineimap/head: changeset 480

Fixed the -l option

20 years ago/offlineimap/head: changeset 479
jgoerzen [Mon, 2 Jun 2003 19:07:30 +0000 (20:07 +0100)]
/offlineimap/head: changeset 479

Made -d recognized

20 years ago/offlineimap/head: changeset 478
jgoerzen [Mon, 2 Jun 2003 19:06:18 +0000 (20:06 +0100)]
/offlineimap/head: changeset 478

Added -l option. Updated documentation for it. Changed _msg to
_display override in UI modules. Renamed "doc" to "docs" target in
Makefile to avoid conflicting with a subdir.

20 years ago/offlineimap/head: changeset 477
jgoerzen [Wed, 28 May 2003 03:01:27 +0000 (04:01 +0100)]
/offlineimap/head: changeset 477

Fixed SSL for Python2.3.

21 years ago/offlineimap/head: changeset 475
jgoerzen [Tue, 6 May 2003 19:27:36 +0000 (20:27 +0100)]
/offlineimap/head: changeset 475

Preparing for 3.99.17

21 years ago/offlineimap/head: changeset 474
jgoerzen [Tue, 6 May 2003 19:26:12 +0000 (20:26 +0100)]
/offlineimap/head: changeset 474

- offlineimap (3.99.17) unstable; urgency=low

- Fixed two potential obscure race conditions in folder/Maildir.py. +
  Condition 1 involved the gettimeseq() function. This function
  accesses per-module variables but does not have a lock. It may have
  been possible for this to have been called in such a way that
  timeseq was not properly updated. + Condition 2 involved the call to
  gettimeseq(). Since the timeseq is based on the system clock, we now
  use the time as reported inside timeseq() rather than outside. This
  way, we can be assured that the same value is in use both places.

- Added debug code to savemessage in folder/Maildir.py to try to track
  down a mysterious 0-length file bug. -- John Goerzen
  <jgoerzen@complete.org> Tue, 6 May 2003 09:21:38 -0500

21 years ago/offlineimap/head: changeset 472
jgoerzen [Tue, 6 May 2003 18:50:01 +0000 (19:50 +0100)]
/offlineimap/head: changeset 472

Prepping for 3.99.16

21 years ago/offlineimap/head: changeset 471
jgoerzen [Tue, 6 May 2003 18:41:13 +0000 (19:41 +0100)]
/offlineimap/head: changeset 471

- Added some significant debug code to folder/IMAP.py when saving a
  new message with APPEND. This should make it easier to track down
  bugs both in OfflineIMAP and in mail servers that implement this
  poorly.

- Fixed adding of X-OfflineIMAP header when the message starts out
  with no headers. (This should not generally occur.) This should help
  with some "invalid literal for long()" problems.

21 years ago/offlineimap/head: changeset 470
jgoerzen [Wed, 30 Apr 2003 02:54:07 +0000 (03:54 +0100)]
/offlineimap/head: changeset 470

Added a note about the Debian bug this closes.

21 years ago/offlineimap/head: changeset 469
jgoerzen [Wed, 30 Apr 2003 01:18:17 +0000 (02:18 +0100)]
/offlineimap/head: changeset 469

Added from rev 5

21 years ago/offlineimap/head: changeset 468
jgoerzen [Wed, 30 Apr 2003 00:44:17 +0000 (01:44 +0100)]
/offlineimap/head: changeset 468

Added

21 years ago/offlineimap/head: changeset 467
jgoerzen [Tue, 29 Apr 2003 21:30:26 +0000 (22:30 +0100)]
/offlineimap/head: changeset 467

When sep was /, the new Maildir support code would recursively try to
scan ., resulting in huge paths and an eventual crash. Fixed with a
one-line patch to Maildir.py. Closes: [complete.org #60] Sergei, The
below diff is going into 3.99.16. You can apply it to 3.99.15 and it
should work for you now. Please let me know. (Ignore any patch errors
for debian/changelog). Thanks for the report.

21 years ago/offlineimap/head: changeset 466
jgoerzen [Tue, 29 Apr 2003 20:48:52 +0000 (21:48 +0100)]
/offlineimap/head: changeset 466

Testing bug mailing

21 years ago/offlineimap/head: changeset 465
jgoerzen [Tue, 29 Apr 2003 20:46:05 +0000 (21:46 +0100)]
/offlineimap/head: changeset 465

This is more testing. Closes: [complete.org #62]

21 years ago/offlineimap/head: changeset 464
jgoerzen [Tue, 29 Apr 2003 20:38:05 +0000 (21:38 +0100)]
/offlineimap/head: changeset 464

Testing BTS actions. Notify: jglt@complete.org Notify: [complete.org
#62], [debian.org #154165]

21 years ago/offlineimap/head: changeset 463
jgoerzen [Tue, 29 Apr 2003 18:13:52 +0000 (19:13 +0100)]
/offlineimap/head: changeset 463

Readying to accept changes, captain

21 years ago/offlineimap/head: changeset 462
jgoerzen [Tue, 29 Apr 2003 08:38:20 +0000 (09:38 +0100)]
/offlineimap/head: changeset 462

Updated copyright date. Notify: jgoerzen@complete.org,
jgoerzen@debian.org

21 years ago/offlineimap/head: changeset 461
jgoerzen [Tue, 29 Apr 2003 08:35:50 +0000 (09:35 +0100)]
/offlineimap/head: changeset 461

Updated the ChangeLog

21 years ago/offlineimap/head: changeset 459
jgoerzen [Tue, 29 Apr 2003 02:41:50 +0000 (03:41 +0100)]
/offlineimap/head: changeset 459

Preparing for 3.99.15

21 years ago/offlineimap/head: changeset 458
jgoerzen [Tue, 29 Apr 2003 02:25:42 +0000 (03:25 +0100)]
/offlineimap/head: changeset 458

autorefresh may now be a floating-point value. Closes: #190060.

21 years ago/offlineimap/head: changeset 457
jgoerzen [Tue, 29 Apr 2003 02:17:30 +0000 (03:17 +0100)]
/offlineimap/head: changeset 457

Made OfflineIMAP IPv6-aware. Used the short patch from Adriaan Peeters
<apeeters@lashout.net> in Debian bug report 186636. Closes: #186636.

21 years ago/offlineimap/head: changeset 456
jgoerzen [Tue, 29 Apr 2003 01:52:03 +0000 (02:52 +0100)]
/offlineimap/head: changeset 456

Fixed a silly error relating to handling of the remotepassfile.
Closes: #189935.
21 years ago/offlineimap/head: changeset 455
jgoerzen [Tue, 29 Apr 2003 01:48:55 +0000 (02:48 +0100)]
/offlineimap/head: changeset 455

Raise an exception when the status area is locked. This will cause UIs
to go through their normal exception handling code. In particular, for
the Curses.Blinkenlights interface, the Curses module will be stopped
and the error message will be printed on the console. Previously, this
error message would not have been visible. Closes: #185709.

21 years ago/offlineimap/head: changeset 454
jgoerzen [Tue, 29 Apr 2003 01:43:41 +0000 (02:43 +0100)]
/offlineimap/head: changeset 454

Updated bug closing number

21 years ago/offlineimap/head: changeset 453
jgoerzen [Tue, 29 Apr 2003 00:04:22 +0000 (01:04 +0100)]
/offlineimap/head: changeset 453

Backed out removal of SYNC_WITH_TIMER_TERMINATE code to deal with
completed syncs. Without this code, -o broke because the app would
never terminate.

21 years ago/offlineimap/head: changeset 451
jgoerzen [Mon, 28 Apr 2003 19:16:58 +0000 (20:16 +0100)]
/offlineimap/head: changeset 451

Updated for 3.99.14

21 years ago/offlineimap/head: changeset 450
jgoerzen [Mon, 28 Apr 2003 19:16:30 +0000 (20:16 +0100)]
/offlineimap/head: changeset 450

Preparing for 3.99.14

21 years ago/offlineimap/head: changeset 449
jgoerzen [Tue, 22 Apr 2003 20:47:25 +0000 (21:47 +0100)]
/offlineimap/head: changeset 449

- Slight renaming in offlineimap.conf.minimal to clarify things.

- Documentation updated with information about new features. Closes:
  #189771. + Described IMAP-IMAP syncing + Updated minimal example
  with new offlineimap.conf.minimal + Updated UID information. Added
  link to recent mailing list discussion. + Described KMail syncing,
  which now works. + Added link to mailing list archives.

21 years ago/offlineimap/head: changeset 448
jgoerzen [Sat, 19 Apr 2003 01:44:10 +0000 (02:44 +0100)]
/offlineimap/head: changeset 448

Fixed the regular expression that fixes line endings to make sure to
deal with \n\n properly.

21 years ago/offlineimap/head: changeset 447
jgoerzen [Fri, 18 Apr 2003 07:14:45 +0000 (08:14 +0100)]
/offlineimap/head: changeset 447

Added the ability to use the top level of a Maildir as folder named
".". Useful for generating Maildir trees for a Courier server.

21 years ago/offlineimap/head: changeset 446
jgoerzen [Fri, 18 Apr 2003 07:06:04 +0000 (08:06 +0100)]
/offlineimap/head: changeset 446

Prepping for 0.99.13 -- fixed some niggling bugs

21 years ago/offlineimap/head: changeset 445
jgoerzen [Fri, 18 Apr 2003 04:31:25 +0000 (05:31 +0100)]
/offlineimap/head: changeset 445

- Now checks that SELECT succeeded when entering a folder.

- Verifies that folders listed on folderincludes actually exist by
  trying to enter them. Thus, if they do not exist, they can be
  created on the first run.

21 years ago/offlineimap/head: changeset 444
jgoerzen [Fri, 18 Apr 2003 04:18:54 +0000 (05:18 +0100)]
/offlineimap/head: changeset 444

Fixed line-ending code to deal with files with mixed \n and \r\n
codes. This is a rare case, but now is more onerous because we now
have to find headers.

21 years ago/offlineimap/head: changeset 443
jgoerzen [Fri, 18 Apr 2003 02:43:54 +0000 (03:43 +0100)]
/offlineimap/head: changeset 443

Fixed account names in password prompts

21 years ago/offlineimap/head: changeset 442
jgoerzen [Fri, 18 Apr 2003 02:18:34 +0000 (03:18 +0100)]
/offlineimap/head: changeset 442

Moved account-sep branch to head

21 years ago/offlineimap/head: changeset 367
jgoerzen [Wed, 16 Apr 2003 19:23:45 +0000 (20:23 +0100)]
/offlineimap/head: changeset 367

Reverted the license change

21 years ago/offlineimap/head: changeset 366
jgoerzen [Wed, 2 Apr 2003 04:59:13 +0000 (05:59 +0100)]
/offlineimap/head: changeset 366

21 years ago/offlineimap/head: changeset 365
jgoerzen [Thu, 13 Mar 2003 23:48:42 +0000 (00:48 +0100)]
/offlineimap/head: changeset 365

Removed debug code

21 years ago/offlineimap/head: changeset 364
jgoerzen [Thu, 13 Mar 2003 23:47:38 +0000 (00:47 +0100)]
/offlineimap/head: changeset 364

Removed debug code

21 years ago/offlineimap/head: changeset 363
jgoerzen [Thu, 13 Mar 2003 23:47:09 +0000 (00:47 +0100)]
/offlineimap/head: changeset 363

Fixed ability to resize windows under Curses.

21 years ago/offlineimap/head: changeset 361
jgoerzen [Thu, 13 Mar 2003 22:33:02 +0000 (23:33 +0100)]
/offlineimap/head: changeset 361

Updated for 3.99.10

21 years ago/offlineimap/head: changeset 360
jgoerzen [Wed, 5 Mar 2003 02:42:38 +0000 (03:42 +0100)]
/offlineimap/head: changeset 360

Clarified license terms

21 years ago/offlineimap/head: changeset 359
jgoerzen [Mon, 3 Mar 2003 22:44:37 +0000 (23:44 +0100)]
/offlineimap/head: changeset 359

Updated ChangeLog

21 years ago/offlineimap/head: changeset 358
jgoerzen [Sat, 1 Mar 2003 21:31:30 +0000 (22:31 +0100)]
/offlineimap/head: changeset 358

21 years ago/offlineimap/head: changeset 357
jgoerzen [Sat, 8 Feb 2003 02:12:47 +0000 (03:12 +0100)]
/offlineimap/head: changeset 357

Always do a flush in Noninteractive when writing out data.

21 years ago/offlineimap/head: changeset 355
jgoerzen [Thu, 6 Feb 2003 02:56:24 +0000 (03:56 +0100)]
/offlineimap/head: changeset 355

Readying 3.99.9

21 years ago/offlineimap/head: changeset 354
jgoerzen [Thu, 30 Jan 2003 02:36:13 +0000 (03:36 +0100)]
/offlineimap/head: changeset 354

Clarified multiple invocations

21 years ago/offlineimap/head: changeset 353
jgoerzen [Thu, 30 Jan 2003 02:32:11 +0000 (03:32 +0100)]
/offlineimap/head: changeset 353

Noted closing

21 years ago/offlineimap/head: changeset 352
jgoerzen [Thu, 30 Jan 2003 01:19:53 +0000 (02:19 +0100)]
/offlineimap/head: changeset 352

Added check to make sure that two processes do not run in the same
directory at once.

21 years ago/offlineimap/head: changeset 351
jgoerzen [Fri, 10 Jan 2003 23:47:35 +0000 (00:47 +0100)]
/offlineimap/head: changeset 351

Fixed color on FreeBSD, and exceptions for non-color terminals

21 years ago/offlineimap/head: changeset 350
jgoerzen [Thu, 9 Jan 2003 08:01:29 +0000 (09:01 +0100)]
/offlineimap/head: changeset 350

Fixed a small typo

21 years ago/offlineimap/head: changeset 348
jgoerzen [Thu, 9 Jan 2003 07:43:11 +0000 (08:43 +0100)]
/offlineimap/head: changeset 348

This is prep for 3.99.7

21 years ago/offlineimap/head: changeset 347
jgoerzen [Thu, 9 Jan 2003 02:16:07 +0000 (03:16 +0100)]
/offlineimap/head: changeset 347

Preparing for 3.99.7

21 years ago/offlineimap/head: changeset 346
jgoerzen [Wed, 8 Jan 2003 23:03:58 +0000 (00:03 +0100)]
/offlineimap/head: changeset 346

Initial phase of conversion to SGML documentation complete.

21 years ago/offlineimap/head: changeset 345
jgoerzen [Wed, 8 Jan 2003 22:12:49 +0000 (23:12 +0100)]
/offlineimap/head: changeset 345

Finished first draft of doc conversion

21 years ago/offlineimap/head: changeset 344
jgoerzen [Wed, 8 Jan 2003 21:13:21 +0000 (22:13 +0100)]
/offlineimap/head: changeset 344

21 years ago/offlineimap/head: changeset 343
jgoerzen [Wed, 8 Jan 2003 21:08:01 +0000 (22:08 +0100)]
/offlineimap/head: changeset 343

21 years ago/offlineimap/head: changeset 342
jgoerzen [Wed, 8 Jan 2003 20:48:41 +0000 (21:48 +0100)]
/offlineimap/head: changeset 342

21 years ago/offlineimap/head: changeset 341
jgoerzen [Wed, 8 Jan 2003 20:40:39 +0000 (21:40 +0100)]
/offlineimap/head: changeset 341

21 years ago/offlineimap/head: changeset 340
jgoerzen [Wed, 8 Jan 2003 09:15:18 +0000 (10:15 +0100)]
/offlineimap/head: changeset 340

Fixed a braino for VerboseUI

21 years ago/offlineimap/head: changeset 339
jgoerzen [Wed, 8 Jan 2003 05:02:43 +0000 (06:02 +0100)]
/offlineimap/head: changeset 339

21 years ago/offlineimap/head: changeset 338
jgoerzen [Wed, 8 Jan 2003 04:45:16 +0000 (05:45 +0100)]
/offlineimap/head: changeset 338

Fixed keywords

21 years ago/offlineimap/head: changeset 337
jgoerzen [Wed, 8 Jan 2003 04:44:07 +0000 (05:44 +0100)]
/offlineimap/head: changeset 337

21 years ago/offlineimap/head: changeset 336
jgoerzen [Wed, 8 Jan 2003 03:04:35 +0000 (04:04 +0100)]
/offlineimap/head: changeset 336

21 years ago/offlineimap/head: changeset 335
jgoerzen [Wed, 8 Jan 2003 02:05:27 +0000 (03:05 +0100)]
/offlineimap/head: changeset 335

Starting to write it.

21 years ago/offlineimap/head: changeset 334
jgoerzen [Wed, 8 Jan 2003 01:20:58 +0000 (02:20 +0100)]
/offlineimap/head: changeset 334

Added keyword expansion

21 years ago/offlineimap/head: changeset 333
jgoerzen [Wed, 8 Jan 2003 01:18:33 +0000 (02:18 +0100)]
/offlineimap/head: changeset 333

Documentation being rewritten in DocBook

21 years ago/offlineimap/head: changeset 332
jgoerzen [Tue, 7 Jan 2003 04:01:40 +0000 (05:01 +0100)]
/offlineimap/head: changeset 332

Fixed copyright year

21 years ago/offlineimap/head: changeset 330
jgoerzen [Tue, 7 Jan 2003 03:57:58 +0000 (04:57 +0100)]
/offlineimap/head: changeset 330

Removed debug code. OK, NOW this is 3.99.6 :-)

21 years ago/offlineimap/head: changeset 329
jgoerzen [Tue, 7 Jan 2003 03:56:08 +0000 (04:56 +0100)]
/offlineimap/head: changeset 329

This is 3.99.6

21 years ago/offlineimap/head: changeset 328
jgoerzen [Tue, 7 Jan 2003 03:47:15 +0000 (04:47 +0100)]
/offlineimap/head: changeset 328

Better cleaning up, install new example.

21 years ago/offlineimap/head: changeset 327
jgoerzen [Tue, 7 Jan 2003 03:37:27 +0000 (04:37 +0100)]
/offlineimap/head: changeset 327

Bumped version number to 3.99.6

21 years ago/offlineimap/head: changeset 326
jgoerzen [Tue, 7 Jan 2003 03:30:37 +0000 (04:30 +0100)]
/offlineimap/head: changeset 326

Added minimal config file; noted this in changelog

21 years ago/offlineimap/head: changeset 325
jgoerzen [Tue, 7 Jan 2003 03:15:22 +0000 (04:15 +0100)]
/offlineimap/head: changeset 325

Touched up the isactive tests. Added defaults for many more options.

21 years ago/offlineimap/head: changeset 324
jgoerzen [Tue, 7 Jan 2003 02:37:19 +0000 (03:37 +0100)]
/offlineimap/head: changeset 324

Updated documentation and information with information about new
settings

21 years ago/offlineimap/head: changeset 323
jgoerzen [Tue, 7 Jan 2003 02:21:46 +0000 (03:21 +0100)]
/offlineimap/head: changeset 323

Due to possibly having one account sleep while another is reading a
password, and other tricky situations, support for nice updating and
cancelling of a sleep in TTY.TTYUI has been removed. However, this is
not going to be a huge problem because the new Curses Blinkenlights
interface has this support, and does it a lot better than TTY.TTYUI
ever could have.

21 years ago/offlineimap/head: changeset 322
jgoerzen [Tue, 7 Jan 2003 02:18:09 +0000 (03:18 +0100)]
/offlineimap/head: changeset 322

Curses interface now can sleep, too. Woohoo.

21 years ago/offlineimap/head: changeset 321
jgoerzen [Tue, 7 Jan 2003 00:18:06 +0000 (01:18 +0100)]
/offlineimap/head: changeset 321

More fine-tunning. Looks like using the grid manager is helping out.

21 years ago/offlineimap/head: changeset 320
jgoerzen [Tue, 7 Jan 2003 00:00:43 +0000 (01:00 +0100)]
/offlineimap/head: changeset 320

Reworked the canvas. Before, problem was the label and buttons to the
right of the lights would make the window too wide. When the button
got added, the window would get even wider. That was because the
canvas would not shrink. My workaround is to use a separate canvas for
each light. Seems to be OK here....

21 years ago/offlineimap/head: changeset 319
jgoerzen [Mon, 6 Jan 2003 23:31:19 +0000 (00:31 +0100)]
/offlineimap/head: changeset 319

Working better now.

21 years ago/offlineimap/head: changeset 318
jgoerzen [Mon, 6 Jan 2003 23:14:17 +0000 (00:14 +0100)]
/offlineimap/head: changeset 318

More visual tweaking. The Button doesn't seem to be working well, so
I'm going to try a MenuButton.

21 years ago/offlineimap/head: changeset 317
jgoerzen [Mon, 6 Jan 2003 23:04:40 +0000 (00:04 +0100)]
/offlineimap/head: changeset 317

Basic Tk.Blinkenlights structure completed. Need to fine-tune the
display. Sleeping API added to Blinkenlights base class.

21 years ago/offlineimap/head: changeset 316
jgoerzen [Mon, 6 Jan 2003 22:19:00 +0000 (23:19 +0100)]
/offlineimap/head: changeset 316

Noted a few things for the docs

21 years ago/offlineimap/head: changeset 315
jgoerzen [Mon, 6 Jan 2003 22:15:15 +0000 (23:15 +0100)]
/offlineimap/head: changeset 315

Fixed up the VerboseUI for new account system. All that really needed
updating with the "Sync immediately" button, to cope with syncing
different accounts at different times. It's better now.

21 years ago/offlineimap/head: changeset 314
jgoerzen [Mon, 6 Jan 2003 21:58:29 +0000 (22:58 +0100)]
/offlineimap/head: changeset 314

More locking updates. Introduced a new MultiLock to threadutil. This
lock will let a single thread acquire the same lock more than once,
keeping track of how many times this happens, and will release the
actual lock only when the lock's lock count gets back to zero. By
using MultiLock, various functions in Curses.py and Blinkenlights.py
no longer need to pass around to other functions a parameter
indicating whether or not a lock should be obtained. This was a large
cause of complexity and errors, which is now eliminated. Everything
seems to be working properly wrt locking at this point. The
Curses.Blinkenlights interface has achieved basic working
functionality.

21 years ago/offlineimap/head: changeset 313
jgoerzen [Mon, 6 Jan 2003 20:41:14 +0000 (21:41 +0100)]
/offlineimap/head: changeset 313

Just to be sure, since it could be called by multiple threads,
genmbnames will not lock itself.

21 years ago/offlineimap/head: changeset 312
jgoerzen [Mon, 6 Jan 2003 20:40:23 +0000 (21:40 +0100)]
/offlineimap/head: changeset 312

Updated the mbnames recorder to bring it back up-to-date with the new
account-centric system. It will now gather reports from account sync
threads, and when it has all that it's supposed to, it'll write out
the file.

21 years ago/offlineimap/head: changeset 311
jgoerzen [Mon, 6 Jan 2003 11:11:00 +0000 (12:11 +0100)]
/offlineimap/head: changeset 311

Fixed a problem that prevented it from working on the console.

21 years ago/offlineimap/head: changeset 310
jgoerzen [Mon, 6 Jan 2003 11:07:16 +0000 (12:07 +0100)]
/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.

21 years ago/offlineimap/head: changeset 309
jgoerzen [Mon, 6 Jan 2003 04:54:59 +0000 (05:54 +0100)]
/offlineimap/head: changeset 309

More progress with bug fixes and locking

21 years ago/offlineimap/head: changeset 308
jgoerzen [Sun, 5 Jan 2003 23:07:58 +0000 (00:07 +0100)]
/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.

21 years ago/offlineimap/head: changeset 307
jgoerzen [Sun, 5 Jan 2003 12:01:17 +0000 (13:01 +0100)]
/offlineimap/head: changeset 307

Starting to work now.

21 years ago/offlineimap/head: changeset 306
jgoerzen [Sun, 5 Jan 2003 11:55:37 +0000 (12:55 +0100)]
/offlineimap/head: changeset 306

Removed debug prints

21 years ago/offlineimap/head: changeset 305
jgoerzen [Sun, 5 Jan 2003 11:50:01 +0000 (12:50 +0100)]
/offlineimap/head: changeset 305

Believed to be somewhat working now

21 years ago/offlineimap/head: changeset 304
jgoerzen [Sun, 5 Jan 2003 08:11:46 +0000 (09:11 +0100)]
/offlineimap/head: changeset 304

Clarified copyright statement

21 years ago/offlineimap/head: changeset 303
jgoerzen [Sun, 5 Jan 2003 08:07:40 +0000 (09:07 +0100)]
/offlineimap/head: changeset 303

Removed password echo for debugging

21 years ago/offlineimap/head: changeset 302
jgoerzen [Sun, 5 Jan 2003 08:07:00 +0000 (09:07 +0100)]
/offlineimap/head: changeset 302

Now capable of actually reading passwords.

21 years ago/offlineimap/head: changeset 301
jgoerzen [Sun, 5 Jan 2003 07:51:35 +0000 (08:51 +0100)]
/offlineimap/head: changeset 301

Nominally-working Blinkenlights interface for Curses!

21 years ago/offlineimap/head: changeset 300
jgoerzen [Sun, 5 Jan 2003 04:51:17 +0000 (05:51 +0100)]
/offlineimap/head: changeset 300

Beginnings of support for a curses-based Blinkenlights.

21 years ago/offlineimap/head: changeset 299
jgoerzen [Sun, 5 Jan 2003 03:35:36 +0000 (04:35 +0100)]
/offlineimap/head: changeset 299

Started breaking Blinkenlights out into a base class.