/offlineimap/head: changeset 324
Updated documentation and information with information about new settings
This commit is contained in:
parent
0c7bdb2630
commit
1cc5cfda0a
@ -13,6 +13,14 @@ offlineimap (3.99.6) unstable; urgency=low
|
|||||||
*** NOTE *** THIS CHANGE BREAKS COMPATIBILITY WITH OLDER VERSIONS.
|
*** NOTE *** THIS CHANGE BREAKS COMPATIBILITY WITH OLDER VERSIONS.
|
||||||
* New color console interface: Curses.Blinkenlights! Try it out!
|
* New color console interface: Curses.Blinkenlights! Try it out!
|
||||||
Closes: #167357.
|
Closes: #167357.
|
||||||
|
* 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. (Sleep will
|
||||||
|
still work; there is just no way to cancel it early.)
|
||||||
|
.
|
||||||
|
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.
|
||||||
|
|
||||||
-- John Goerzen <jgoerzen@complete.org> Thu, 2 Jan 2003 13:59:44 -0600
|
-- John Goerzen <jgoerzen@complete.org> Thu, 2 Jan 2003 13:59:44 -0600
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ Source: offlineimap
|
|||||||
Section: mail
|
Section: mail
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: John Goerzen <jgoerzen@complete.org>
|
Maintainer: John Goerzen <jgoerzen@complete.org>
|
||||||
Build-Depends-Indep: debhelper (>> 3.0.0), python2.2 (>= 2.2.1-4), python2.2-dev (>= 2.2.1-4)
|
Build-Depends-Indep: debhelper (>> 3.0.0), python2.2 (>= 2.2.1-4), python2.2-dev (>= 2.2.1-4), groff
|
||||||
Standards-Version: 3.5.2
|
Standards-Version: 3.5.2
|
||||||
|
|
||||||
Package: offlineimap
|
Package: offlineimap
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -97,11 +97,11 @@ INSTALLATION
|
|||||||
|
|
||||||
OTHER SYSTEM-WIDE INSTALLATION
|
OTHER SYSTEM-WIDE INSTALLATION
|
||||||
Download the tar.gz version of the package from the website. Then run
|
Download the tar.gz version of the package from the website. Then run
|
||||||
these commands:
|
these commands, making sure that you are the "root" user first:
|
||||||
|
|
||||||
tar -zxvf offlineimap-x.y.z.tar.gz
|
tar -zxvf offlineimap_x.y.z.tar.gz
|
||||||
cd offlineimap-x.y.z
|
cd offlineimap-x.y.z
|
||||||
python2.2 setup.py
|
python2.2 setup.py install
|
||||||
|
|
||||||
Some systems will need to use python instead of python2.2. Next, pro-
|
Some systems will need to use python instead of python2.2. Next, pro-
|
||||||
ceed to configuration. You will type offlineimap to invoke the pro-
|
ceed to configuration. You will type offlineimap to invoke the pro-
|
||||||
@ -187,14 +187,14 @@ OPTIONS
|
|||||||
USER INTERFACES
|
USER INTERFACES
|
||||||
OfflineIMAP has a pluggable user interface system that lets you choose
|
OfflineIMAP has a pluggable user interface system that lets you choose
|
||||||
how the program communicates information to you. There are two graphi-
|
how the program communicates information to you. There are two graphi-
|
||||||
cal interfaces, one terminal interface, and two noninteractive inter-
|
cal interfaces, two terminal interfaces, and two noninteractive inter-
|
||||||
faces suitable for scripting or logging purposes. The ui option in the
|
faces suitable for scripting or logging purposes. The ui option in the
|
||||||
configuration file specifies the user interface preferences. The -u
|
configuration file specifies the user interface preferences. The -u
|
||||||
command-line option can override the configuration file. The available
|
command-line option can override the configuration file. The available
|
||||||
values for the configuration file or command-line are describef in this
|
values for the configuration file or command-line are describef in this
|
||||||
section.
|
section.
|
||||||
|
|
||||||
Tk.Blinkenlights
|
Tk.Blinkenlights or Curses.Blinkenlights
|
||||||
This is an interface designed to be sleek, fun to watch, and informa-
|
This is an interface designed to be sleek, fun to watch, and informa-
|
||||||
tive of the overall picture of what OfflineIMAP is doing. I consider
|
tive of the overall picture of what OfflineIMAP is doing. I consider
|
||||||
it to be the best general-purpose interface in OfflineIMAP.
|
it to be the best general-purpose interface in OfflineIMAP.
|
||||||
@ -205,13 +205,18 @@ USER INTERFACES
|
|||||||
detail about what is happening and is color-coded to match the color of
|
detail about what is happening and is color-coded to match the color of
|
||||||
the lights.
|
the lights.
|
||||||
|
|
||||||
|
Curses.Blinkenlights is an interface very similar to Tk.Blinkenlights,
|
||||||
|
but is designed to be run in a console window (an xterm, Linux virtual
|
||||||
|
terminal, etc.) Since it doesn't have access to graphics, it isn't
|
||||||
|
quite as pretty, but it still gets the job done.
|
||||||
|
|
||||||
Tk.Blinkenlights is the only user interface that has configurable
|
Tk.Blinkenlights is the only user interface that has configurable
|
||||||
parameters; see the example offlineimap.conf for more details.
|
parameters; see the example offlineimap.conf for more details.
|
||||||
|
|
||||||
Each light in the Tk.Blinkenlights interface represents a thread of
|
Each light in the Tk.Blinkenlights or Curses.Blinkenlights interface
|
||||||
execution -- that is, a particular task that OfflineIMAP is performing
|
represents a thread of execution -- that is, a particular task that
|
||||||
right now. The color indicates what task the particular thread is per-
|
OfflineIMAP is performing right now. The color indicates what task the
|
||||||
forming, and are as follows:
|
particular thread is performing, and are as follows:
|
||||||
|
|
||||||
Black indicates that this light's thread has terminated; it will light
|
Black indicates that this light's thread has terminated; it will light
|
||||||
up again later when new threads start up. So, black indicates
|
up again later when new threads start up. So, black indicates
|
||||||
@ -280,9 +285,8 @@ USER INTERFACES
|
|||||||
|
|
||||||
TTY.TTYUI
|
TTY.TTYUI
|
||||||
This interface is the default for people running in terminals. It
|
This interface is the default for people running in terminals. It
|
||||||
prints out basic status messages, has an interruptible timer like the
|
prints out basic status messages and is generally friendly to use on a
|
||||||
graphical interfaces do, and is generally friendly to use on a console
|
console or xterm.
|
||||||
or xterm.
|
|
||||||
|
|
||||||
Noninteractive.Basic
|
Noninteractive.Basic
|
||||||
This interface is designed for situations where OfflineIMAP will be run
|
This interface is designed for situations where OfflineIMAP will be run
|
||||||
@ -563,6 +567,21 @@ NOTES
|
|||||||
sure that the message was properly uploaded before deleting it, so
|
sure that the message was properly uploaded before deleting it, so
|
||||||
there should be no risk of data loss.
|
there should be no risk of data loss.
|
||||||
|
|
||||||
|
USE WITH EVOLUTION
|
||||||
|
OfflineIMAP can work with Evolution. To do so, first configure your
|
||||||
|
OfflineIMAP account to have:
|
||||||
|
sep = /
|
||||||
|
in its configuration. Then, configure Evolution with the "Maildir-for-
|
||||||
|
mat mail directories" server type. For the path, you will need to
|
||||||
|
specify the name of the top-level folder inside your OfflineIMAP stor-
|
||||||
|
age location. You're now set!
|
||||||
|
|
||||||
|
USE WITH KMAIL
|
||||||
|
At this time, I believe that OfflineIMAP is not compatible with KMail.
|
||||||
|
KMail cannot work in any mode other than to move all messages out of
|
||||||
|
all folders immediately, which (besides being annoying and fundamen-
|
||||||
|
tally broken) is incompatible with OfflineIMAP.
|
||||||
|
|
||||||
MAILING LIST
|
MAILING LIST
|
||||||
There is an OfflineIMAP mailing list available.
|
There is an OfflineIMAP mailing list available.
|
||||||
|
|
||||||
@ -578,7 +597,8 @@ BUGS
|
|||||||
tribute to fixing them.
|
tribute to fixing them.
|
||||||
|
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
OfflineIMAP is Copyright (C) 2002 John Goerzen.
|
OfflineIMAP, and this manual, are Copyright (C) 2002, 2003 John
|
||||||
|
Goerzen.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
@ -612,8 +632,8 @@ AUTHOR
|
|||||||
|
|
||||||
OfflineIMAP may also be downloaded using Subversion. Additionally, the
|
OfflineIMAP may also be downloaded using Subversion. Additionally, the
|
||||||
distributed tar.gz may be updated with a simple "svn update" command;
|
distributed tar.gz may be updated with a simple "svn update" command;
|
||||||
it is ready to go. For information on getting OfflineIMAP with
|
it is ready to go. For information on getting OfflineIMAP with Subver-
|
||||||
Subversion, please visit:
|
sion, please visit:
|
||||||
|
|
||||||
http://svn.complete.org/
|
http://svn.complete.org/
|
||||||
|
|
||||||
|
@ -288,7 +288,7 @@ The pre-defined options are listed in the USER INTERFACES section.
|
|||||||
.B OfflineIMAP
|
.B OfflineIMAP
|
||||||
has a pluggable user interface system that lets you choose how the
|
has a pluggable user interface system that lets you choose how the
|
||||||
program communicates information to you. There are two graphical
|
program communicates information to you. There are two graphical
|
||||||
interfaces, one terminal interface, and two noninteractive interfaces
|
interfaces, two terminal interfaces, and two noninteractive interfaces
|
||||||
suitable for scripting or logging purposes. The
|
suitable for scripting or logging purposes. The
|
||||||
.I ui
|
.I ui
|
||||||
option in the configuration file specifies the user interface
|
option in the configuration file specifies the user interface
|
||||||
@ -297,7 +297,7 @@ preferences. The
|
|||||||
command-line option can override the configuration file. The
|
command-line option can override the configuration file. The
|
||||||
available values for the configuration file or command-line are
|
available values for the configuration file or command-line are
|
||||||
describef in this section.
|
describef in this section.
|
||||||
.SS Tk.Blinkenlights
|
.SS Tk.Blinkenlights or Curses.Blinkenlights
|
||||||
This is an interface designed to be sleek, fun to watch, and
|
This is an interface designed to be sleek, fun to watch, and
|
||||||
informative of the overall picture of what
|
informative of the overall picture of what
|
||||||
.B OfflineIMAP
|
.B OfflineIMAP
|
||||||
@ -310,12 +310,18 @@ functional. There is also an optional, toggable, log that shows more
|
|||||||
detail about what is happening and is color-coded to match the color
|
detail about what is happening and is color-coded to match the color
|
||||||
of the lights.
|
of the lights.
|
||||||
.PP
|
.PP
|
||||||
|
Curses.Blinkenlights is an interface very similar to Tk.Blinkenlights,
|
||||||
|
but is designed to be run in a console window (an xterm, Linux virtual
|
||||||
|
terminal, etc.) Since it doesn't have access to graphics, it isn't
|
||||||
|
quite as pretty, but it still gets the job done.
|
||||||
|
.PP
|
||||||
Tk.Blinkenlights is the only user interface that has configurable
|
Tk.Blinkenlights is the only user interface that has configurable
|
||||||
parameters; see the example
|
parameters; see the example
|
||||||
.I offlineimap.conf
|
.I offlineimap.conf
|
||||||
for more details.
|
for more details.
|
||||||
.PP
|
.PP
|
||||||
Each light in the Tk.Blinkenlights interface represents a thread of
|
Each light in the Tk.Blinkenlights or Curses.Blinkenlights
|
||||||
|
interface represents a thread of
|
||||||
execution -- that is, a particular task that
|
execution -- that is, a particular task that
|
||||||
.B OfflineIMAP
|
.B OfflineIMAP
|
||||||
is performing right now. The color indicates what task the particular
|
is performing right now. The color indicates what task the particular
|
||||||
@ -396,8 +402,7 @@ connections, the detail may go by too quickly to be useful. People
|
|||||||
with fast connections may wish to use Tk.Blinkenlights instead.
|
with fast connections may wish to use Tk.Blinkenlights instead.
|
||||||
.SS TTY.TTYUI
|
.SS TTY.TTYUI
|
||||||
This interface is the default for people running in terminals. It
|
This interface is the default for people running in terminals. It
|
||||||
prints out basic status messages, has an interruptible timer like the
|
prints out basic status messages and is generally friendly to use on a console
|
||||||
graphical interfaces do, and is generally friendly to use on a console
|
|
||||||
or xterm.
|
or xterm.
|
||||||
.SS Noninteractive.Basic
|
.SS Noninteractive.Basic
|
||||||
This interface is designed for situations where
|
This interface is designed for situations where
|
||||||
|
@ -35,12 +35,6 @@ metadata = ~/.offlineimap
|
|||||||
|
|
||||||
accounts = Test
|
accounts = Test
|
||||||
|
|
||||||
# You can have offlineimap continue running indefinately, automatically
|
|
||||||
# syncing your mail periodically. If you want that, specify how
|
|
||||||
# frequently to do that (in minutes) here.
|
|
||||||
|
|
||||||
# autorefresh = 5
|
|
||||||
|
|
||||||
# Offlineimap can synchronize more the one account at a time. If you
|
# Offlineimap can synchronize more the one account at a time. If you
|
||||||
# want to enable this feature, set the below value to something
|
# want to enable this feature, set the below value to something
|
||||||
# greater than 1. To force it to synchronize only one account at a
|
# greater than 1. To force it to synchronize only one account at a
|
||||||
@ -56,6 +50,8 @@ maxsyncaccounts = 1
|
|||||||
# The pre-defined options are:
|
# The pre-defined options are:
|
||||||
# Tk.Blinkenlights -- A graphical interface, shows LEDs and a single log
|
# Tk.Blinkenlights -- A graphical interface, shows LEDs and a single log
|
||||||
# Tk.VerboseUI -- A graphical interface, shows logs per thread
|
# Tk.VerboseUI -- A graphical interface, shows logs per thread
|
||||||
|
# Curses.Blinkenlights -- A text-based (terminal) interface similar to
|
||||||
|
# Tk.Blinkenlights
|
||||||
# TTY.TTYUI -- a text-based (terminal) interface
|
# TTY.TTYUI -- a text-based (terminal) interface
|
||||||
# Noninteractive.Basic -- Noninteractive interface suitable for cronning
|
# Noninteractive.Basic -- Noninteractive interface suitable for cronning
|
||||||
# Noninteractive.Quiet -- Noninteractive interface, generates no output
|
# Noninteractive.Quiet -- Noninteractive interface, generates no output
|
||||||
@ -199,6 +195,12 @@ remoteuser = username
|
|||||||
|
|
||||||
########## Advanced settings
|
########## Advanced settings
|
||||||
|
|
||||||
|
# You can have offlineimap continue running indefinately, automatically
|
||||||
|
# syncing your mail periodically. If you want that, specify how
|
||||||
|
# frequently to do that (in minutes) here.
|
||||||
|
|
||||||
|
# autorefresh = 5
|
||||||
|
|
||||||
|
|
||||||
# Some IMAP servers need a "reference" which often refers to the
|
# Some IMAP servers need a "reference" which often refers to the
|
||||||
# "folder root". This is most commonly needed with UW IMAP, where
|
# "folder root". This is most commonly needed with UW IMAP, where
|
||||||
|
Loading…
Reference in New Issue
Block a user