layout | title |
---|---|
page |
Documentation |
{% assign links = site.data.links %} {% assign contribs = site.data.contribs %}
[Frequently Ask Questions]({{ site.base }}/doc/FAQ.html)
- junk {:toc}
- [Be effective]({{ site.base }}/doc/be-effective.html), a 2 minutes guide for hours of time saved (the starting point for everybody new to OfflineIMAP).
- There are good tutorials on the web:
- [Installation]({{ site.base }}/doc/installation.html)
- [Quick Start]({{ site.base }}/doc/quick_start.html)
- offlineimap.conf
- [Configuration Examples]({{ site.base }}/doc/conf_examples.html)
- [offlineimap(1)]({{ site.base }}/doc/offlineimap.html)
- [offlineimapui(7)]({{ site.base }}/doc/offlineimapui.html)
- [How to make backups properly]({{ site.base }}/doc/backups.html)
- [Restore a backup]({{ site.base }}/doc/backups-restore.html)
- [Folder filtering and nametrans]({{ site.base }}/doc/nametrans.html)
- [Some real use cases]({{ site.base }}/doc/use_cases.html)
- [Configuration factorization]({{ site.base }}/doc/ConfigurationFactorization.html)
- [Tips and Tricks]({{ site.base }}/doc/tipsandtricks.html)
The source files of the contributions are locally available in ./contrib
or [online, here]({{ links.offlineimap.project }}/tree/next/contrib).
{% for contrib in contribs %}
- [{{ contrib.linkname }}]({{ site.base }}/doc/contrib/{{ contrib.filename }}.html) {% endfor %}
{: #documentation-for-contributors}
- git bisect, how to find the offending patch
{: #updating-website}
- [Update the website]({{ site.base }}/doc/website-quick-start.html)
- [How to contribute the wiki]({{ site.base }}/doc/contribute-wiki.html)
- [Testing offlineimap]({{ site.base }}/doc/Testing.html)
- [Developer's Certificate of Origin]({{ site.base }}/doc/dco.html) (important)
- [Coding guidelines]({{ site.base }}/doc/CodingGuidelines.html)
- [Git Advanced]({{ site.base }}/doc/GitAdvanced.html)
-
{% for version in site.data.versions %}
- {{ version }} {% endfor %}
- [Become a maintainer]({{ site.base }}/doc/become-a-maintainer.html)
- [Make a new release]({{ site.base }}/doc/make-new-release.html)
- [Maintain the website]({{ site.base }}/doc/maintain-website.html)
- [Maintain the wiki]({{ site.base }}/doc/maintain-wiki.html)
- [Changelog of mainline]({{ site.base }}/doc/Changelog.html) (active branch, recommended)
- [Changelog of stable branch]({{ site.base }}/doc/Changelog.maint.html) (previous branch, deprecated)