d3f86beb9f
- Made folder/Maildir.py/deletemessage() more tolerant if a message asked to be deleted already has been. - In Base.py/copymessageto(), no longer bother calling getmessage() unless a folder's storemessages() returns true. This will also help with syncing to LocalStatus if the user deleted messages in the Maildir since the cachemessagelist() was called.
940 lines
21 KiB
Plaintext
940 lines
21 KiB
Plaintext
2002-07-15 11:22 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/folder/Base.py,
|
|
offlineimap/folder/LocalStatus.py, offlineimap/folder/Maildir.py:
|
|
* Made folder/Maildir.py/deletemessage() more tolerant if a message
|
|
asked to be deleted already has been.
|
|
* In Base.py/copymessageto(), no longer bother calling
|
|
getmessage()
|
|
unless a folder's storemessages() returns true. This will also
|
|
help
|
|
with syncing to LocalStatus if the user deleted messages in the
|
|
Maildir since the cachemessagelist() was called.
|
|
|
|
2002-07-15 10:46 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/imaputil.py,
|
|
offlineimap/folder/IMAP.py: * Optimized folder/IMAP.py
|
|
addmessagesflags() with new listjoin() in
|
|
imaputil. Now, send the server 1:5,7 instead of 1,2,3,4,5,7.
|
|
|
|
2002-07-15 08:50 jgoerzen
|
|
|
|
* offlineimap.1, offlineimap.py, debian/changelog: Added -o (run
|
|
only once) option with patch sent in by Martijn Pieters.
|
|
|
|
2002-07-15 08:40 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/version.py: Fixed changelog and
|
|
version.py
|
|
|
|
2002-07-15 08:40 jgoerzen
|
|
|
|
* offlineimap.1, debian/changelog: Noted options for -u in manpage
|
|
|
|
2002-07-15 08:38 jgoerzen
|
|
|
|
* offlineimap/ui/__init__.py: Cleaned up imports
|
|
|
|
2002-07-12 09:41 jgoerzen
|
|
|
|
* TODO, debian/changelog: Updated TODO list.
|
|
|
|
2002-07-12 09:27 jgoerzen
|
|
|
|
* COPYING, debian/copyright, offlineimap/ui/UIBase.py: Detabified
|
|
the source
|
|
|
|
2002-07-11 22:58 jgoerzen
|
|
|
|
* debian/control: Added suggests for python2.2-tk
|
|
|
|
2002-07-11 22:26 jgoerzen
|
|
|
|
* manual.html, manual.ps, debian/changelog: Final doc update for
|
|
3.0.0 release
|
|
|
|
2002-07-11 22:20 jgoerzen
|
|
|
|
* ChangeLog: Updated for 3.0.0
|
|
|
|
2002-07-11 22:20 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/folder/IMAP.py,
|
|
offlineimap/ui/Tk.py: Upadates all over
|
|
|
|
2002-07-11 20:46 jgoerzen
|
|
|
|
* offlineimap.py: Added workaround for UW IMAPd
|
|
|
|
2002-07-11 16:51 jgoerzen
|
|
|
|
* offlineimap.py, debian/changelog, debian/rules: Added the new
|
|
command-line options
|
|
|
|
2002-07-11 16:46 jgoerzen
|
|
|
|
* offlineimap.py, debian/docs, offlineimap/version.py: Added
|
|
support for command-line arguments
|
|
|
|
2002-07-11 15:52 jgoerzen
|
|
|
|
* README: Added a placeholder README
|
|
|
|
2002-07-11 15:43 jgoerzen
|
|
|
|
* Makefile, README, manual.html, manual.pdf, manual.ps, manual.txt,
|
|
offlineimap.1: Updated documentation; absorbed readme into new
|
|
manual
|
|
|
|
2002-07-11 13:08 jgoerzen
|
|
|
|
* offlineimap.1, offlineimap.conf, offlineimap.py,
|
|
offlineimap/ui/__init__.py, offlineimap/ui/detector.py: Initial
|
|
documentation added; more updates
|
|
|
|
2002-07-11 11:04 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Another go at dealing with weird
|
|
STORE responses.
|
|
|
|
2002-07-11 10:58 jgoerzen
|
|
|
|
* offlineimap/ui/detector.py: Added detector
|
|
|
|
2002-07-11 10:58 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap/ui/Tk.py,
|
|
offlineimap/ui/__init__.py: More work on the UIs
|
|
|
|
2002-07-11 10:38 jgoerzen
|
|
|
|
* offlineimap/ui/: TTY.py, UIBase.py: More work with the UIs
|
|
|
|
2002-07-11 09:48 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/ui/TTY.py: Updated and enhanced the
|
|
TTY display to use thread names as well.
|
|
|
|
2002-07-11 08:41 jgoerzen
|
|
|
|
* TODO, debian/changelog, offlineimap/version.py: Added some more
|
|
todos
|
|
|
|
2002-07-11 08:35 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Updated with a fix for when an IMAP
|
|
server does not return message data from a STORE
|
|
|
|
2002-07-10 22:25 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/version.py, offlineimap/ui/Tk.py:
|
|
More bugfixes; removed some debug code
|
|
|
|
2002-07-10 19:55 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/folder/Base.py, offlineimap/ui/Tk.py:
|
|
Updated more Tk stuff
|
|
|
|
2002-07-10 19:02 jgoerzen
|
|
|
|
* offlineimap/ui/Tk.py: Added window title
|
|
|
|
2002-07-10 18:59 jgoerzen
|
|
|
|
* offlineimap/ui/Tk.py: Touched up password entry
|
|
|
|
2002-07-10 18:57 jgoerzen
|
|
|
|
* offlineimap/ui/Tk.py: Added the idle vacuum code
|
|
|
|
2002-07-10 18:42 jgoerzen
|
|
|
|
* offlineimap/: threadutil.py, ui/Tk.py, ui/UIBase.py: Updated with
|
|
some more bug fixes
|
|
|
|
2002-07-10 18:14 jgoerzen
|
|
|
|
* offlineimap/ui/Tk.py: Updated.
|
|
|
|
2002-07-10 16:51 jgoerzen
|
|
|
|
* offlineimap/ui/Tk.py: More work on the Tk UI.
|
|
|
|
2002-07-10 16:15 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/ui/Tk.py: More work with the Tk UI
|
|
|
|
2002-07-10 15:53 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/threadutil.py, offlineimap/ui/Tk.py,
|
|
offlineimap/ui/__init__.py: Initial Tk work.
|
|
|
|
2002-07-10 14:38 jgoerzen
|
|
|
|
* offlineimap/ui/Tk.py: Updated
|
|
|
|
2002-07-10 14:38 jgoerzen
|
|
|
|
* offlineimap/ui/: Tk.py, __init__.py: Added Tk
|
|
|
|
2002-07-10 14:37 jgoerzen
|
|
|
|
* offlineimap/ui/TTY.py: Added copyright notice
|
|
|
|
2002-07-10 13:06 jgoerzen
|
|
|
|
* ChangeLog, debian/changelog, offlineimap/version.py: Updated for
|
|
2.0.8
|
|
|
|
2002-07-10 12:51 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/imapserver.py: Optimized
|
|
acquireconnection to try to return the last connection owned by
|
|
this thread
|
|
|
|
2002-07-10 12:31 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/folder/IMAP.py,
|
|
offlineimap/folder/Maildir.py: Made several fixes for 2.0.8
|
|
|
|
2002-07-09 20:24 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/version.py, ChangeLog: Updated for
|
|
2.0.7
|
|
|
|
2002-07-09 20:24 jgoerzen
|
|
|
|
* offlineimap/imaplib.py: Updated read-only support
|
|
|
|
2002-07-09 20:18 jgoerzen
|
|
|
|
* ChangeLog: Updated for 2.0.6
|
|
|
|
2002-07-09 20:17 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap.py, debian/changelog,
|
|
offlineimap/imapserver.py, offlineimap/version.py,
|
|
offlineimap/folder/IMAP.py: Commited changes for 2.0.6
|
|
|
|
2002-07-09 13:13 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Another attempt at the read-only bug
|
|
|
|
2002-07-08 12:05 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Another attempt at fixing read-only
|
|
folders
|
|
|
|
2002-07-08 11:38 jgoerzen
|
|
|
|
* ChangeLog: Updated for 2.0.5
|
|
|
|
2002-07-08 11:32 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/folder/IMAP.py,
|
|
offlineimap/repository/IMAP.py: Fixed a syntax error
|
|
|
|
2002-07-08 11:30 jgoerzen
|
|
|
|
* offlineimap.conf, debian/changelog,
|
|
offlineimap/repository/IMAP.py: Added folderincludes capability
|
|
|
|
2002-07-08 11:23 jgoerzen
|
|
|
|
* offlineimap.conf: Fixed folderfilter example
|
|
|
|
2002-07-08 11:23 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/version.py: Updated for 2.0.5
|
|
|
|
2002-07-08 11:22 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Updated to work better with read-only
|
|
folders
|
|
|
|
2002-07-05 09:22 jgoerzen
|
|
|
|
* ChangeLog: Updated
|
|
|
|
2002-07-05 09:22 jgoerzen
|
|
|
|
* TODO, debian/changelog, offlineimap/imaputil.py,
|
|
offlineimap/folder/IMAP.py, offlineimap/repository/IMAP.py: Fixed
|
|
read-only folders and UW flag case-sensitivity. Readied 2.0.4.
|
|
|
|
2002-07-04 21:32 jgoerzen
|
|
|
|
* offlineimap/version.py: Updated for 2.0.3
|
|
|
|
2002-07-04 20:46 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap.py, debian/changelog,
|
|
offlineimap/imapserver.py, offlineimap/repository/IMAP.py: Modified
|
|
to allow specifying a reference
|
|
|
|
2002-07-04 15:36 jgoerzen
|
|
|
|
* ChangeLog: Built for 2.0.2
|
|
|
|
2002-07-04 15:36 jgoerzen
|
|
|
|
* debian/changelog: Updated with tunnel feature
|
|
|
|
2002-07-04 15:31 jgoerzen
|
|
|
|
* offlineimap/imapserver.py: Another tunnel fix
|
|
|
|
2002-07-04 15:30 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap.py, offlineimap/imaplib.py,
|
|
offlineimap/imapserver.py: Updated with preliminary tunnel support
|
|
|
|
2002-07-04 14:47 jgoerzen
|
|
|
|
* offlineimap.py, debian/changelog, offlineimap/version.py: Added
|
|
support for remotepassfile and bumped versions
|
|
|
|
2002-07-04 14:44 jgoerzen
|
|
|
|
* offlineimap.conf: Added some more examples as well as
|
|
remotepassfile.
|
|
|
|
2002-07-04 11:59 jgoerzen
|
|
|
|
* ChangeLog: Updated after 2.0.1
|
|
|
|
2002-07-04 11:58 jgoerzen
|
|
|
|
* offlineimap.py, debian/changelog, offlineimap/version.py: Updated
|
|
for 2.0.1
|
|
|
|
2002-07-04 11:34 jgoerzen
|
|
|
|
* offlineimap.py, debian/changelog, offlineimap/threadutil.py,
|
|
offlineimap/folder/Base.py, offlineimap/ui/TTY.py,
|
|
offlineimap/ui/UIBase.py: Revamped thread system to handle
|
|
exceptions better
|
|
|
|
2002-07-04 09:07 jgoerzen
|
|
|
|
* offlineimap.py: Fixed a problem with different folder seps
|
|
|
|
2002-07-04 09:04 jgoerzen
|
|
|
|
* offlineimap/version.py: Updated for 2.0.0
|
|
|
|
2002-07-03 21:47 jgoerzen
|
|
|
|
* ChangeLog: Final prep for 2.0.0
|
|
|
|
2002-07-03 21:44 jgoerzen
|
|
|
|
* debian/changelog: Updated
|
|
|
|
2002-07-03 21:43 jgoerzen
|
|
|
|
* README, debian/control: Added more information to README and
|
|
debian/control
|
|
|
|
2002-07-03 17:35 jgoerzen
|
|
|
|
* offlineimap.py: Fixed a bug with generating mailbox listings
|
|
|
|
2002-07-03 16:02 jgoerzen
|
|
|
|
* debian/: changelog, changelog: Fixed
|
|
|
|
2002-07-03 15:44 jgoerzen
|
|
|
|
* offlineimap.py: Removed debug code
|
|
|
|
2002-07-03 15:40 jgoerzen
|
|
|
|
* offlineimap.py: A bit more debugging
|
|
|
|
2002-07-03 15:37 jgoerzen
|
|
|
|
* offlineimap.py: Added debug
|
|
|
|
2002-07-03 15:23 jgoerzen
|
|
|
|
* offlineimap.py: Removed a debug tool
|
|
|
|
2002-07-03 15:16 jgoerzen
|
|
|
|
* debian/: changelog, rules: Updated changelog with these options
|
|
|
|
offlineimap (2.0.0) unstable; urgency=low
|
|
|
|
* This code is now multithreaded. New config file options
|
|
control the
|
|
behavior. This can make synchronizing several times faster.
|
|
* Fixed the STATUS call to be compatible with Exchange.
|
|
* Added the ability to exclude folders.
|
|
* If upgrading from 1.0.x, you will need to add
|
|
maxsyncaccounts to the
|
|
general section and maxconnections to each account
|
|
sections.
|
|
There is also a new folderfilter option.
|
|
You can find examples of all of these in
|
|
the new offlineimap.conf
|
|
example file packaged with the
|
|
distribution.
|
|
* The Debian package now properly
|
|
installs the example offlineimap.conf
|
|
|
|
2002-07-03 15:10 jgoerzen
|
|
|
|
* offlineimap.conf, debian/changelog,
|
|
offlineimap/repository/IMAP.py: Added the ability to filter out
|
|
folders
|
|
|
|
2002-07-03 12:59 jgoerzen
|
|
|
|
* offlineimap/threadutil.py: Re-enabled after debug.
|
|
|
|
2002-07-03 12:58 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Another bugfix
|
|
|
|
2002-07-03 12:57 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/threadutil.py,
|
|
offlineimap/folder/Base.py, offlineimap/folder/IMAP.py,
|
|
offlineimap/repository/IMAP.py: More updates
|
|
|
|
2002-07-03 11:40 jgoerzen
|
|
|
|
* offlineimap/imapserver.py: More work on threads
|
|
|
|
2002-07-03 11:14 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/imapserver.py,
|
|
offlineimap/folder/Base.py, offlineimap/folder/IMAP.py,
|
|
offlineimap/ui/TTY.py: More working!
|
|
|
|
2002-07-03 10:58 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/imapserver.py,
|
|
offlineimap/folder/IMAP.py: Bug fixes
|
|
|
|
2002-07-03 10:35 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/imapserver.py,
|
|
offlineimap/threadutil.py, offlineimap/folder/Base.py,
|
|
offlineimap/folder/IMAP.py: Another work on syncing
|
|
|
|
2002-07-03 10:00 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Fixed a bug with the status call
|
|
|
|
2002-07-03 09:15 jgoerzen
|
|
|
|
* offlineimap/repository/IMAP.py: Modified to new imapserver
|
|
semantics
|
|
|
|
2002-07-03 09:02 jgoerzen
|
|
|
|
* offlineimap/imapserver.py: Moved some more code to threadutil
|
|
|
|
2002-07-03 08:59 jgoerzen
|
|
|
|
* offlineimap/imapserver.py: Updated to use threadutil
|
|
|
|
2002-07-03 08:58 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/__init__.py,
|
|
offlineimap/threadutil.py, offlineimap/ui/TTY.py,
|
|
offlineimap/ui/UIBase.py: Initial work on threading support
|
|
|
|
2002-07-03 08:49 jgoerzen
|
|
|
|
* debian/changelog: Updated.
|
|
|
|
2002-07-02 22:04 jgoerzen
|
|
|
|
* offlineimap/: imapserver.py, repository/IMAP.py: Start of support
|
|
for multi-threading
|
|
|
|
2002-07-02 20:01 jgoerzen
|
|
|
|
* offlineimap.conf: Updated with thread support
|
|
|
|
2002-07-02 18:37 jgoerzen
|
|
|
|
* debian/rules: Removed extraneous clean
|
|
|
|
2002-07-02 15:56 jgoerzen
|
|
|
|
* ChangeLog: Final prep, 1.0.4
|
|
|
|
2002-07-02 15:50 jgoerzen
|
|
|
|
* debian/changelog: Updated for 1.0.4
|
|
|
|
2002-07-02 15:49 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/ui/TTY.py, offlineimap/ui/UIBase.py:
|
|
Integrated more functional sleep commands
|
|
|
|
2002-07-02 14:16 jgoerzen
|
|
|
|
* ChangeLog: Updated
|
|
|
|
2002-07-02 14:16 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/version.py: Preparation for 1.0.4
|
|
|
|
2002-07-02 14:13 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Removed debugging code
|
|
|
|
2002-07-02 14:11 jgoerzen
|
|
|
|
* offlineimap/folder/: Base.py, IMAP.py: Fixed the deleted message
|
|
caching.
|
|
|
|
2002-07-02 14:05 jgoerzen
|
|
|
|
* offlineimap/: folder/Base.py, folder/IMAP.py, ui/UIBase.py: First
|
|
stab at optimization of message deletion
|
|
|
|
2002-06-24 14:09 jgoerzen
|
|
|
|
* ChangeLog: REL 1.0.3
|
|
|
|
2002-06-24 14:08 jgoerzen
|
|
|
|
* debian/changelog: REL 1.0.3 PREP
|
|
|
|
2002-06-24 13:55 jgoerzen
|
|
|
|
* offlineimap.py: Modified to use new syncing capabilities
|
|
|
|
2002-06-24 13:47 jgoerzen
|
|
|
|
* offlineimap/folder/Base.py: Split up syncmessagesto() into
|
|
individual components so we can control the synchronization process
|
|
with finer detail from above.
|
|
|
|
2002-06-24 09:58 jgoerzen
|
|
|
|
* ChangeLog: RELEASE 1.0.2
|
|
|
|
2002-06-24 09:58 jgoerzen
|
|
|
|
* debian/changelog, offlineimap/version.py: Preparation for 1.0.2
|
|
|
|
2002-06-24 09:54 jgoerzen
|
|
|
|
* offlineimap/folder/LocalStatus.py: Fixed save() such that it will
|
|
be atomic. If the program crashes while writing, it is guaranteed
|
|
to have either a complete copy of the old or the new data.
|
|
|
|
2002-06-22 21:37 jgoerzen
|
|
|
|
* TODO: Added.
|
|
|
|
2002-06-21 22:04 jgoerzen
|
|
|
|
* ChangeLog, debian/changelog, offlineimap/version.py: Final prep
|
|
for 1.0.1
|
|
|
|
2002-06-21 22:03 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/folder/IMAP.py: Fixed a bug with
|
|
writing messages out to the server.
|
|
|
|
2002-06-21 15:24 jgoerzen
|
|
|
|
* README, debian/control: typo fixes
|
|
|
|
2002-06-21 15:15 jgoerzen
|
|
|
|
* ChangeLog: MORE PREP
|
|
|
|
2002-06-21 15:15 jgoerzen
|
|
|
|
* debian/changelog: Noted bug closing
|
|
|
|
2002-06-21 15:12 jgoerzen
|
|
|
|
* ChangeLog: FINAL PREP FOR 1.0.0
|
|
|
|
2002-06-21 15:11 jgoerzen
|
|
|
|
* debian/: control, copyright, cron.d.ex, docs,
|
|
ex.package.doc-base, manpage.1.ex, manpage.sgml.ex, menu.ex, docs:
|
|
Updated
|
|
|
|
2002-06-21 15:07 jgoerzen
|
|
|
|
* debian/: README, README.Debian: Removed
|
|
|
|
2002-06-21 15:06 jgoerzen
|
|
|
|
* debian/: conffiles.ex, emacsen-install.ex, emacsen-remove.ex,
|
|
emacsen-startup.ex, init.d.ex, postinst.ex, postrm.ex, preinst.ex,
|
|
prerm.ex, rules, watch.ex: Updated
|
|
|
|
2002-06-21 14:55 jgoerzen
|
|
|
|
* debian/: README, README.Debian, changelog, conffiles.ex, control,
|
|
copyright, cron.d.ex, dirs, docs, emacsen-install.ex,
|
|
emacsen-remove.ex, emacsen-startup.ex, ex.package.doc-base,
|
|
init.d.ex, manpage.1.ex, manpage.sgml.ex, menu.ex, postinst.ex,
|
|
postrm.ex, preinst.ex, prerm.ex, rules, watch.ex: Added dh_make
|
|
files
|
|
|
|
2002-06-21 14:51 jgoerzen
|
|
|
|
* README: Updated
|
|
|
|
2002-06-21 14:29 jgoerzen
|
|
|
|
* README, offlineimap/version.py, offlineimap/ui/UIBase.py: Added,
|
|
minor tweaking
|
|
|
|
2002-06-21 13:46 jgoerzen
|
|
|
|
* COPYRIGHT: Added program name
|
|
|
|
2002-06-21 13:45 jgoerzen
|
|
|
|
* ChangeLog: Added.
|
|
|
|
2002-06-21 13:44 jgoerzen
|
|
|
|
* Makefile: Using a more appropriate Makefile now
|
|
|
|
2002-06-21 13:39 jgoerzen
|
|
|
|
* offlineimap.py: Fix mailbox generation to not get duped ones when
|
|
auto-resyncing is enabled
|
|
|
|
2002-06-21 13:37 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Fixed MD5 processing.
|
|
|
|
2002-06-21 13:32 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Now store the folder MD5 to make
|
|
copies more robust
|
|
|
|
2002-06-21 13:10 jgoerzen
|
|
|
|
* setup.py: Added.
|
|
|
|
2002-06-21 13:09 jgoerzen
|
|
|
|
* offlineimap/version.py: Added
|
|
|
|
2002-06-20 19:01 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap.py, offlineimap/imapserver.py,
|
|
offlineimap/folder/IMAP.py, offlineimap/folder/LocalStatus.py,
|
|
offlineimap/folder/Maildir.py, offlineimap/repository/IMAP.py,
|
|
offlineimap/repository/LocalStatus.py,
|
|
offlineimap/repository/Maildir.py, offlineimap/ui/UIBase.py:
|
|
Completed name change to offlineimap
|
|
|
|
2002-06-20 18:55 jgoerzen
|
|
|
|
* offlineimap/: repository/IMAP.py, ui/TTY.py: [no log message]
|
|
|
|
2002-06-20 16:25 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap.py, offlineimap/imapserver.py,
|
|
offlineimap/folder/IMAP.py, offlineimap/repository/IMAP.py,
|
|
offlineimap/ui/TTY.py, offlineimap/ui/UIBase.py: Updated
|
|
|
|
2002-06-20 15:51 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap.py, offlineimap/__init__.py,
|
|
offlineimap/mbnames.py, offlineimap/folder/Base.py,
|
|
offlineimap/folder/IMAP.py, offlineimap/repository/Base.py,
|
|
offlineimap/repository/IMAP.py, offlineimap/ui/UIBase.py: More
|
|
updates
|
|
|
|
2002-06-20 14:54 jgoerzen
|
|
|
|
* offlineimap.py: Removed -i
|
|
|
|
2002-06-20 14:52 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Removed debug
|
|
|
|
2002-06-20 14:42 jgoerzen
|
|
|
|
* offlineimap/ui/: TTY.py, UIBase.py: Updated!
|
|
|
|
2002-06-20 14:29 jgoerzen
|
|
|
|
* offlineimap.py: Fixed syntax errors
|
|
|
|
2002-06-20 14:28 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/__init__.py, offlineimap/ui/TTY.py,
|
|
offlineimap/ui/UIBase.py: Fixed more problems
|
|
|
|
2002-06-20 14:25 jgoerzen
|
|
|
|
* offlineimap.py: Fixed syntax error
|
|
|
|
2002-06-20 14:25 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/folder/Base.py,
|
|
offlineimap/ui/TTY.py, offlineimap/ui/UIBase.py,
|
|
offlineimap/ui/__init__.py: Updated.
|
|
|
|
2002-06-20 13:30 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Fixed line ending problems
|
|
|
|
2002-06-20 13:25 jgoerzen
|
|
|
|
* offlineimap/folder/: Base.py, IMAP.py, LocalStatus.py,
|
|
Maildir.py: THINGS ARE WORKING!
|
|
|
|
2002-06-20 13:04 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: isuidvalidityok returns true when
|
|
no uid validity is known
|
|
|
|
2002-06-20 13:04 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Fixed file naming problem
|
|
|
|
2002-06-20 13:02 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/folder/Base.py: Updated
|
|
|
|
2002-06-20 12:58 jgoerzen
|
|
|
|
* offlineimap/folder/LocalStatus.py: Fixed a syntax error
|
|
|
|
2002-06-20 12:55 jgoerzen
|
|
|
|
* offlineimap/folder/: IMAP.py, Maildir.py: Fixed a syntax error
|
|
|
|
2002-06-20 12:54 jgoerzen
|
|
|
|
* offlineimap/folder/LocalStatus.py: Updated
|
|
|
|
2002-06-20 12:40 jgoerzen
|
|
|
|
* offlineimap/repository/LocalStatus.py: Updated to use new init
|
|
for LocalStatusFolder
|
|
|
|
2002-06-20 11:31 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/folder/__init__.py: Updated
|
|
|
|
2002-06-20 11:20 jgoerzen
|
|
|
|
* offlineimap/repository/LocalStatus.py: Added a missing import
|
|
|
|
2002-06-20 11:19 jgoerzen
|
|
|
|
* offlineimap.py: Updated
|
|
|
|
2002-06-20 11:17 jgoerzen
|
|
|
|
* offlineimap/repository/: LocalStatus.py, Maildir.py, __init__.py:
|
|
Added LocalStatus support.
|
|
|
|
2002-06-20 11:02 jgoerzen
|
|
|
|
* offlineimap/folder/Base.py: Updated.
|
|
|
|
2002-06-20 10:55 jgoerzen
|
|
|
|
* offlineimap/: imaputil.py, folder/Base.py, folder/IMAP.py:
|
|
Updated.
|
|
|
|
2002-06-20 10:22 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: Wrote savemessage
|
|
|
|
2002-06-20 10:12 jgoerzen
|
|
|
|
* offlineimap/folder/Base.py: Pass flags to savemessage
|
|
|
|
2002-06-20 10:11 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Updated so savemessage can take
|
|
flags
|
|
|
|
2002-06-20 10:03 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Fixed savemessage uid support
|
|
|
|
2002-06-20 09:53 jgoerzen
|
|
|
|
* offlineimap/imaplib.py: Removed debug
|
|
|
|
2002-06-20 09:50 jgoerzen
|
|
|
|
* offlineimap/imaplib.py: Fixed ssl.send
|
|
|
|
2002-06-19 23:17 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/folder/IMAP.py: More bugfixes
|
|
|
|
2002-06-19 23:09 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Some bugfixes
|
|
|
|
2002-06-19 23:05 jgoerzen
|
|
|
|
* offlineimap/imapserver.py: Added imapobj caching
|
|
|
|
2002-06-19 23:02 jgoerzen
|
|
|
|
* offlineimap/: imaplib.py, folder/IMAP.py: Fixed several bugs in
|
|
imaplib, particularly with regard to read()
|
|
|
|
2002-06-19 20:39 jgoerzen
|
|
|
|
* offlineimap.conf, offlineimap.py, offlineimap/folder/Base.py,
|
|
offlineimap/folder/IMAP.py: [no log message]
|
|
|
|
2002-06-19 16:40 jgoerzen
|
|
|
|
* offlineimap/imapserver.py, offlineimap/imaputil.py,
|
|
offlineimap/folder/IMAP.py, offlineimap/folder/Maildir.py,
|
|
offlineimap/repository/IMAP.py, offlineimap.conf: Updated.
|
|
|
|
2002-06-19 15:26 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/imaputil.py,
|
|
offlineimap/folder/Base.py, offlineimap/folder/IMAP.py: [no log
|
|
message]
|
|
|
|
2002-06-19 14:14 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Fixed some bugs
|
|
|
|
2002-06-19 14:10 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Added more functions required by
|
|
the base
|
|
|
|
2002-06-19 13:59 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Added savemessage
|
|
|
|
2002-06-19 13:37 jgoerzen
|
|
|
|
* offlineimap/folder/Base.py: Syncing code should be done.
|
|
|
|
2002-06-19 13:14 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Added support for messages without
|
|
UIDs
|
|
|
|
2002-06-19 13:13 jgoerzen
|
|
|
|
* offlineimap/folder/Base.py: Checkpointing
|
|
|
|
2002-06-19 12:50 jgoerzen
|
|
|
|
* offlineimap/folder/Base.py: Checkpointing
|
|
|
|
2002-06-19 12:33 jgoerzen
|
|
|
|
* offlineimap/folder/: Base.py, Maildir.py: Checkpointing more
|
|
development
|
|
|
|
2002-06-19 11:55 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/repository/Base.py,
|
|
offlineimap/repository/IMAP.py, offlineimap/repository/Maildir.py:
|
|
Updated!
|
|
|
|
2002-06-18 15:16 jgoerzen
|
|
|
|
* offlineimap/repository/: Base.py, IMAP.py, Maildir.py: Updated
|
|
|
|
2002-06-18 15:08 jgoerzen
|
|
|
|
* offlineimap/: folder/Maildir.py, folder/__init__.py,
|
|
repository/Maildir.py, repository/__init__.py: Updated
|
|
|
|
2002-06-18 14:55 jgoerzen
|
|
|
|
* offlineimap/folder/Maildir.py: Added from IMAP.py
|
|
|
|
2002-06-18 14:54 jgoerzen
|
|
|
|
* offlineimap/repository/IMAP.py: [no log message]
|
|
|
|
2002-06-18 14:21 jgoerzen
|
|
|
|
* offlineimap/folder/IMAP.py: [no log message]
|
|
|
|
2002-06-18 14:19 jgoerzen
|
|
|
|
* offlineimap/__init__.py, Makefile: Added.
|
|
|
|
2002-06-18 14:19 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/imapserver.py,
|
|
offlineimap/imaputil.py, offlineimap/folder/Base.py,
|
|
offlineimap/folder/__init__.py, offlineimap/repository/IMAP.py,
|
|
offlineimap/repository/__init__.py: Updated -- more writing
|
|
|
|
2002-06-18 13:39 jgoerzen
|
|
|
|
* offlineimap/imapserver.py: Fixed bugs
|
|
|
|
2002-06-18 13:37 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/imapserver.py: Updated
|
|
|
|
2002-06-18 13:33 jgoerzen
|
|
|
|
* offlineimap/: imapserver.py, repository/Base.py,
|
|
repository/IMAP.py: Updated
|
|
|
|
2002-06-18 13:28 jgoerzen
|
|
|
|
* offlineimap/repository/: Base.py, __init__.py: Added
|
|
|
|
2002-06-18 13:28 jgoerzen
|
|
|
|
* offlineimap/mailbox/__init__.py: [no log message]
|
|
|
|
2002-06-18 13:26 jgoerzen
|
|
|
|
* offlineimap/: folder/__init__.py, mailbox/__init__.py,
|
|
repository/Base.py: Updated
|
|
|
|
2002-06-18 13:09 jgoerzen
|
|
|
|
* offlineimap.py, offlineimap/imaputil.py: Added, updated.
|
|
|
|
2002-06-18 11:21 jgoerzen
|
|
|
|
* offlineimap.py: Tinkering around
|
|
|
|
2002-06-18 10:40 jgoerzen
|
|
|
|
* COPYRIGHT: Added.
|
|
|
|
2002-06-18 10:36 jgoerzen
|
|
|
|
* offlineimap/imaplib.py: Imported from Python CVS version 1.51
|
|
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/s
|
|
rc/Lib/imaplib.py
|
|
|
|
2002-06-18 09:16 jgoerzen
|
|
|
|
* COPYING: Initial revision
|
|
|
|
2002-06-18 09:16 jgoerzen
|
|
|
|
* COPYING: Initial import
|
|
|