2011-04-27 10:37:15 +02:00
|
|
|
.. OfflineImap documentation master file
|
2012-01-17 01:34:56 +01:00
|
|
|
.. _OfflineImap: http://offlineimap.org
|
2011-04-27 10:37:15 +02:00
|
|
|
|
|
|
|
|
|
|
|
Welcome to :mod:`offlineimaps`'s documentation
|
2011-05-02 17:11:40 +02:00
|
|
|
==============================================
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2015-03-07 19:08:22 +01:00
|
|
|
`OfflineImap`_ synchronizes email between an IMAP server and a MailDir or
|
|
|
|
between two IMAP servers. It offers very powerful and flexible configuration
|
|
|
|
options, that allow things such as the filtering of folders, transposing of
|
|
|
|
names via static configuration or python scripting. It plays well with mutt and
|
|
|
|
other MailDir consuming email clients.
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2015-03-07 19:08:22 +01:00
|
|
|
The documentation contains the end user documentation in a first part. It also
|
|
|
|
contains use cases and example configurations. It is followed by the internal
|
|
|
|
:doc:`API documentation <API>` for those interested in modifying the source code
|
|
|
|
or otherwise peek into the OfflineImap internals in a second part.
|
2011-04-27 10:37:15 +02:00
|
|
|
|
|
|
|
|
2015-03-07 19:08:22 +01:00
|
|
|
If you just want to get started with minimal fuzz, have a look at our `online
|
|
|
|
quick start guide <http://offlineimap.org/#ref-quick-start>`_. Do note though,
|
|
|
|
that our configuration options are many and powerful. Perusing our precious
|
|
|
|
documentation does often pay off!
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2012-01-17 01:34:56 +01:00
|
|
|
More information on specific topics can be found on the following pages:
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2012-01-17 01:34:56 +01:00
|
|
|
**User documentation**
|
2012-02-24 11:13:27 +01:00
|
|
|
* :doc:`Overview and features <features>`
|
2012-01-17 01:34:56 +01:00
|
|
|
* :doc:`installation/uninstall <INSTALL>`
|
2012-04-19 17:36:52 +02:00
|
|
|
|
|
|
|
**Configuration**
|
2012-01-17 01:34:56 +01:00
|
|
|
* :doc:`user manual/Configuration <MANUAL>`
|
2012-02-13 16:07:33 +01:00
|
|
|
* :doc:`Folder filtering & name transformation guide <nametrans>`
|
2012-04-19 17:36:52 +02:00
|
|
|
* :doc:`maxage <advanced_config>`
|
2012-01-17 01:34:56 +01:00
|
|
|
* :doc:`command line options <offlineimap>`
|
|
|
|
* :doc:`Frequently Asked Questions <FAQ>`
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2012-01-17 01:34:56 +01:00
|
|
|
**Developer documentation**
|
2015-03-07 19:08:22 +01:00
|
|
|
* :doc:`Contributing <CONTRIBUTING>`
|
|
|
|
* :doc:`Advanced Git <GitAdvanced>`
|
2012-01-17 01:34:56 +01:00
|
|
|
* :doc:`API documentation <API>` for internal details on the
|
|
|
|
:mod:`offlineimap` module
|
2011-04-27 10:37:15 +02:00
|
|
|
|
|
|
|
.. toctree::
|
2012-01-17 01:34:56 +01:00
|
|
|
:hidden:
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2012-02-24 11:13:27 +01:00
|
|
|
features
|
2012-01-17 01:34:56 +01:00
|
|
|
INSTALL
|
|
|
|
MANUAL
|
2012-02-13 16:07:33 +01:00
|
|
|
nametrans
|
2012-04-19 17:36:52 +02:00
|
|
|
advanced_config
|
2011-05-02 17:11:40 +02:00
|
|
|
offlineimap
|
2012-01-17 01:34:56 +01:00
|
|
|
FAQ
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2015-03-07 19:08:22 +01:00
|
|
|
CONTRIBUTING
|
|
|
|
GitAdvanced
|
2012-01-17 01:34:56 +01:00
|
|
|
API
|
|
|
|
repository
|
|
|
|
ui
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2011-05-02 17:11:40 +02:00
|
|
|
|
2012-01-17 01:34:56 +01:00
|
|
|
.. moduleauthor:: John Goerzen, and many others. See AUTHORS and the git history for a full list.
|
2011-04-27 10:37:15 +02:00
|
|
|
|
2012-01-17 01:34:56 +01:00
|
|
|
:License: This module is covered under the GNU GPL v2 (or later).
|