imap-backup API Documentation
This is the developer documentation for imap-backup's code.
Usage documentation is on GitHub.
You can get an overview of the program's structure from the ARCHITECTURE file.
The CHANGELOG has a history of the changes to the program.
Design Goals
- Secure - use a local configuration file protected by permissions
- Restartable - calculate start point based on already downloaded messages
- Standalone - do not rely on an email client or MTA
Development
See the development documentation.
Testing
See the testing documentation.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request