1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# mobile-config-thunderbird
Mobile configuration for current standard and extended support releases of Thunderbird.
This does not replace a proper implementation in Thunderbird upstream,
but aims to make Thunderbird usable on devices with a small screens such as tablets and smartphones.
## Screenshots
<img alt="Screenshot of an inbox with a few e-mails" src="./screenshots/inbox.png" width="360"/>
<img alt="Screenshot of creating an account" src="./screenshots/account-setup.png" width="360"/>
<img alt="Screenshot of importing data (step 1)" src="./screenshots/import-step1.png" width="360"/>
<img alt="Screenshot of importing data (step 2)" src="./screenshots/import-step2.png" width="360"/>
<img alt="Screenshot of importing data (step 3)" src="./screenshots/import-step3.png" width="360"/>
<img alt="Screenshot of importing data (confirm)" src="./screenshots/import-confirm.png" width="360"/>
<img alt="Screenshot of an existing account's overview" src="./screenshots/account-overview.png" width="360"/>
<img alt="Screenshot of list of e-mail folders" src="./screenshots/folder-pane.png" width="360"/>
<img alt="Screenshot of reading an e-mail" src="./screenshots/reader.png" width="360"/>
<img alt="Screenshot of composing an e-mail" src="./screenshots/composer.png" width="360"/>
## Debugging
- Logfile is available at `.thunderbird/$PROFILE/chrome/mobile-config-thunderbird.log`.
- Run Thunderbird with JS Console from the CLI: `thunderbird --jsconsole`.
- Use Debug Add-ons menu to load add-on during development.
## License
[src](./src) is licensed under the
[Mozilla Public License 2.0 (MPL-2.0)](./LICENSE).
[extension](./extension) is licensed
under the [General Public License v3.0 (GPL-3.0)](./extension/LICENSE)
since the extension is based upon the
[work of Dillinger](https://addons.thunderbird.net/en-us/thunderbird/addon/toggle-message-pane/)
which is licensed under the GPLv3.0 license.
|