Go to file
Sebastian Spaeth 85e8aea94f Convert to use OptionParser for command line handling.
Move the command line option handling from the more manual "getopts"
module to the full fledged "OptionParser". It has the advantage of
e.g. automatically creating the Help text that is shown with the
"-h/--help" option rather than having to hardcode the text and
format the line breaking manually.

Also, do away with the version check when invoking OfflineImap so we
do not have to change the version number in three places when bumping
it.

Rename startup() to run() which sounds more in line what other modules
call their run functions (e.g. Thread.run()).

Signed-Off-By: Sebastian Spaeth <Sebastian@SSpaeth.de>

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2010-12-15 20:02:27 +01:00
bin Convert to use OptionParser for command line handling. 2010-12-15 20:02:27 +01:00
debian Update changelog 2010-06-29 16:52:54 -05:00
docs/sgml-common Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
offlineimap Convert to use OptionParser for command line handling. 2010-12-15 20:02:27 +01:00
.gitignore Ignore build directory 2010-04-07 14:36:10 -05:00
COPYING Update FSF address 2006-08-12 05:15:55 +01:00
COPYRIGHT Update copyright 2009-08-12 00:41:42 -05:00
FAQ.html Add the FAQ 2006-12-02 22:03:05 +01:00
Makefile 'make clean' remove manual.ps 2009-04-17 10:37:37 -05:00
README.markdown add README and SubmittingPatches 2010-12-05 21:57:56 +01:00
SubmittingPatches add README and SubmittingPatches 2010-12-05 21:57:56 +01:00
UPGRADING Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
offlineimap.conf Put subscribedonly in correct place in example config file 2010-04-21 00:09:37 -05:00
offlineimap.conf.minimal Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
offlineimap.py Convert to use OptionParser for command line handling. 2010-12-15 20:02:27 +01:00
offlineimap.sgml Noted new -k feature in doc. 2010-04-21 00:01:04 -05:00
offlineimap.spec Updating version number to 4.0.16 2006-12-02 21:59:02 +01:00
setup.py Updated copyright and version info for 4.0.15 2006-11-30 10:51:14 +01:00

README.markdown

Description

Welcome to the official OfflineIMAP project.

OfflineIMAP is a tool to simplify your e-mail reading. With OfflineIMAP, you can read the same mailbox from multiple computers. You get a current copy of your messages on each computer, and changes you make one place will be visible on all other systems. For instance, you can delete a message on your home computer, and it will appear deleted on your work computer as well. OfflineIMAP is also useful if you want to use a mail reader that does not have IMAP support, has poor IMAP support, or does not provide disconnected operation.

OfflineIMAP works on pretty much any POSIX operating system, such as Linux, BSD operating systems, MacOS X, Solaris, etc.

OfflineIMAP is a Free Software project licensed under the GNU General Public License. You can download it for free, and you can modify it. In fact, you are encouraged to contribute to OfflineIMAP, and doing so is fast and easy.

This software was written by John Goerzen, who retired from maintaining. It is now maintained by Nicolas Sebrecht.

Documentation

The documentation is available in docs/. To generate documentation use

$ make doc

.

Mailing list

The user discussion, development and all exciting stuff take place in the mailing list.