gitextract_dkjlc6xq/ ├── .coveragerc ├── .dockerignore ├── .gitignore ├── .gitmodules ├── .travis.yml ├── .tx/ │ └── config ├── AGPLv3.txt ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── COPYING.md ├── DEV_FAQ.md ├── Dockerfile ├── Dockerfile.dev ├── Gruntfile.js ├── MANIFEST.in ├── Makefile ├── README.md ├── babel.cfg ├── bower.json ├── docker-compose.dev.yml ├── docker-compose.yml ├── install_hooks.py ├── mailpile/ │ ├── __init__.py │ ├── __main__.py │ ├── app.py │ ├── auth.py │ ├── command_cache.py │ ├── commands.py │ ├── config/ │ │ ├── __init__.py │ │ ├── base.py │ │ ├── defaults.py │ │ ├── detect.py │ │ ├── manager.py │ │ ├── paths.py │ │ └── validators.py │ ├── conn_brokers.py │ ├── crypto/ │ │ ├── __init__.py │ │ ├── aes_utils.py │ │ ├── autocrypt.py │ │ ├── gpgi.py │ │ ├── keyinfo.py │ │ ├── mime.py │ │ ├── records.py │ │ ├── state.py │ │ ├── streamer.py │ │ └── tor.py │ ├── eventlog.py │ ├── httpd.py │ ├── i18n.py │ ├── index/ │ │ ├── __init__.py │ │ ├── base.py │ │ ├── mailboxes.py │ │ ├── msginfo.py │ │ └── search.py │ ├── mail_source/ │ │ ├── __init__.py │ │ ├── imap.py │ │ ├── imap_starttls.py │ │ ├── imap_utf7.py │ │ ├── local.py │ │ └── pop3.py │ ├── mailboxes/ │ │ ├── __init__.py │ │ ├── gmvault.py │ │ ├── macmail.py │ │ ├── maildir.py │ │ ├── maildirwin.py │ │ ├── mbox.py │ │ ├── pop3.py │ │ └── wervd.py │ ├── mailutils/ │ │ ├── __init__.py │ │ ├── addresses.py │ │ ├── emails.py │ │ ├── generator.py │ │ ├── header.py │ │ ├── headerprint.py │ │ ├── html.py │ │ ├── safe.py │ │ └── vcal.py │ ├── packing.py │ ├── platforms.py │ ├── plugins/ │ │ ├── __init__.py │ │ ├── autotag.py │ │ ├── autotag_sb.py │ │ ├── backups.py │ │ ├── compose.py │ │ ├── contacts.py │ │ ├── core.py │ │ ├── crypto_autocrypt.py │ │ ├── crypto_gnupg.py │ │ ├── crypto_policy.py │ │ ├── cryptostate.py │ │ ├── dates.py │ │ ├── eventlog.py │ │ ├── exporters.py │ │ ├── groups.py │ │ ├── gui.py │ │ ├── html_magic.py │ │ ├── keylookup/ │ │ │ ├── __init__.py │ │ │ ├── email_keylookup.py │ │ │ └── wkd.py │ │ ├── migrate.py │ │ ├── motd.py │ │ ├── oauth.py │ │ ├── plugins.py │ │ ├── search.py │ │ ├── setup_magic.py │ │ ├── setup_magic_ispdb.py │ │ ├── sizes.py │ │ ├── smtp_server.py │ │ ├── tags.py │ │ ├── vcard_carddav.py │ │ ├── vcard_gnupg.py │ │ ├── vcard_gravatar.py │ │ ├── vcard_libravatar.py │ │ ├── vcard_mork.py │ │ └── webterminal.py │ ├── postinglist.py │ ├── safe_popen.py │ ├── search.py │ ├── search_history.py │ ├── security.py │ ├── smtp_client.py │ ├── spambayes/ │ │ ├── LICENSE.txt │ │ ├── Options.py │ │ ├── OptionsClass.py │ │ ├── Tester.py │ │ ├── __init__.py │ │ ├── chi2.py │ │ ├── classifier.py │ │ └── safepickle.py │ ├── tests/ │ │ ├── TESTS │ │ ├── __init__.py │ │ ├── data/ │ │ │ ├── Maildir/ │ │ │ │ ├── cur/ │ │ │ │ │ ├── .gitkeep │ │ │ │ │ ├── 1379857166.25979_1.hottie,2,S │ │ │ │ │ ├── 1379857166.25979_3.hottie,2,S │ │ │ │ │ ├── 1379857166.25979_5.hottie,2,S │ │ │ │ │ ├── 1379857166.25979_7.hottie,2,S │ │ │ │ │ ├── 1379857166.25979_9.hottie,2,S │ │ │ │ │ ├── 1379857166.25980_9.hottie,2,S │ │ │ │ │ ├── 1379857166.25981_10.hottie,2,S │ │ │ │ │ ├── broken_email_1396694612 │ │ │ │ │ ├── encrypted-empty-content-w-key.eml │ │ │ │ │ ├── fw-question-1443197278.mbx │ │ │ │ │ ├── mailpile-1398950855.mbx │ │ │ │ │ ├── mailpile-1400069992.mbx │ │ │ │ │ └── no-subject-1400067892.mbx │ │ │ │ ├── new/ │ │ │ │ │ └── .gitkeep │ │ │ │ └── tmp/ │ │ │ │ └── .gitkeep │ │ │ ├── contacts/ │ │ │ │ ├── README │ │ │ │ ├── contacttest.ldif │ │ │ │ ├── contacttest.mork │ │ │ │ └── contacttest.vcf │ │ │ ├── gpg-keyring/ │ │ │ │ ├── pubring.gpg │ │ │ │ ├── secring.gpg │ │ │ │ ├── testing.gpg.pub │ │ │ │ └── trustdb.gpg │ │ │ ├── pgp-data/ │ │ │ │ ├── buildexamples.py │ │ │ │ └── sources/ │ │ │ │ ├── ar.iso-8859-6 │ │ │ │ ├── ar.utf-8 │ │ │ │ ├── ar.windows-1256 │ │ │ │ ├── cn.utf-8 │ │ │ │ ├── gr.iso-8859-7 │ │ │ │ ├── gr.utf-8 │ │ │ │ ├── gr.windows-1253 │ │ │ │ ├── ru.koi8-ru │ │ │ │ ├── ru.utf-8 │ │ │ │ ├── ru.windows-1251 │ │ │ │ └── vi.utf-8 │ │ │ ├── pub.key │ │ │ └── tests.mbx │ │ ├── gui/ │ │ │ ├── __init__.py │ │ │ ├── test_contacts.py │ │ │ ├── test_mail.py │ │ │ └── test_tags.py │ │ ├── test_command.py │ │ ├── test_config.py │ │ ├── test_crypto_policy.py │ │ ├── test_eventlog.py │ │ ├── test_keylookup.py │ │ ├── test_mail_generator.py │ │ ├── test_mailutils.py │ │ ├── test_performance.py │ │ ├── test_plugin.py │ │ ├── test_search.py │ │ ├── test_ui.py │ │ ├── test_vcard.py │ │ └── test_vcard_mork.py │ ├── ui.py │ ├── urlmap.py │ ├── util.py │ ├── vcard.py │ ├── vfs.py │ ├── workers.py │ └── www/ │ ├── __init__.py │ ├── jinjaextensions.py │ └── jinjaloader.py ├── mp.cmd ├── package.json ├── packages/ │ ├── Dockerfile_debian │ ├── debian/ │ │ ├── changelog │ │ ├── compat │ │ ├── control │ │ ├── copyright │ │ ├── gbp.conf │ │ ├── mailpile-apache2.dirs │ │ ├── mailpile-apache2.install │ │ ├── mailpile-apache2.links │ │ ├── mailpile-apache2.lintian-overrides │ │ ├── mailpile-apache2.postinst │ │ ├── mailpile-apache2.postrm │ │ ├── mailpile-desktop.install │ │ ├── mailpile-desktop.links │ │ ├── mailpile.install │ │ ├── mailpile.lintian-overrides │ │ ├── mailpile.manpages │ │ ├── rules │ │ ├── source/ │ │ │ └── format │ │ └── watch │ ├── docker/ │ │ └── entrypoint.sh │ ├── macos/ │ │ ├── README.md │ │ ├── appdmg.json.template │ │ ├── brew/ │ │ │ └── symlinks.rb │ │ ├── build-script/ │ │ │ ├── 00-check-dependencies │ │ │ ├── 10-create-app-icons │ │ │ ├── 11-build-gui-o-mac-tic │ │ │ ├── 20-build-homebrew │ │ │ ├── 21-install-mailpile-deps │ │ │ ├── 30-slim-down │ │ │ ├── 55-install-mailpile │ │ │ ├── 90-fix-libraries │ │ │ ├── 91-fix-paths │ │ │ ├── 92-fix-python-launcher │ │ │ ├── 98-codesign │ │ │ └── 99-make-dmg │ │ ├── build.sh │ │ ├── configurator.sh │ │ ├── dmgbuild-settings.py │ │ └── mailpile │ ├── mailpile.1 │ ├── redhat/ │ │ └── mailpile.spec.in │ ├── scripts/ │ │ ├── build-controller.py │ │ ├── build-deb.sh │ │ ├── build-desktop.py │ │ ├── crontab │ │ ├── deb-package-py-deps.sh │ │ ├── kite-runner-mac.cfg │ │ ├── kite-runner-sample.cfg │ │ ├── kite-runner-win.cfg │ │ ├── kite-runner.py │ │ ├── kiterunner.service.plist │ │ └── update-repos.sh │ └── windows-wix/ │ ├── README.QUICK_START.md │ ├── README.md │ ├── TODO.md │ ├── assets/ │ │ └── LicenseText.rtf │ ├── bin/ │ │ ├── launch-mailpile.bat │ │ └── with-mailpile-env.py │ ├── dependencies-windows.txt │ ├── package.json │ ├── package.py │ ├── package_template.json │ ├── provide/ │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── build.py │ │ ├── cache.py │ │ ├── default.py │ │ └── scripts/ │ │ ├── __init__.py │ │ ├── bootstrap.py │ │ ├── export.py │ │ ├── external.py │ │ ├── extract_msi.py │ │ ├── git_checkout.py │ │ ├── msi_package.py │ │ ├── python27.py │ │ ├── root.py │ │ ├── sign_tree.py │ │ ├── util.py │ │ ├── version.py │ │ ├── win4gpg.py │ │ └── zip.py │ ├── provide-example-bootstrap-local.json │ ├── provide-example-bootstrap-remote.json │ ├── provide-example-fork-local.json │ ├── provide-example-fork-remote.json │ ├── provide.json │ └── resources.json ├── requirements-dev.txt ├── requirements-with-deps.txt ├── requirements.txt ├── scripts/ │ ├── __init__.py │ ├── add-gpgme-and-gnupg-to-venv │ ├── clear-cache.sh │ ├── colorprints.py │ ├── compile-messages.sh │ ├── create-debian-changelog.py │ ├── docker-dev/ │ │ ├── down │ │ ├── shell │ │ └── up │ ├── email-parsing-test.py │ ├── gitwhere.sh │ ├── gpg │ ├── less-compiler.in │ ├── mailpile │ ├── mailpile-admin │ ├── mailpile-decrypt.py │ ├── mailpile-pyside.py │ ├── mailpile-test.py │ ├── make-messages.sh │ ├── mbox-minimal.py │ ├── minimize-pgp-key.py │ ├── mk-credits.py │ ├── nginx.conf │ ├── python-lint.sh │ ├── reset-mac-mailpile.sh │ ├── setup-test.sh │ ├── test-sendmail.sh │ ├── unsent-mail-finder.py │ └── version.py ├── setup.cfg ├── setup.py ├── shared-data/ │ ├── contrib/ │ │ ├── README.md │ │ ├── autoajax/ │ │ │ ├── autoajax.js │ │ │ └── manifest.json │ │ ├── datadig/ │ │ │ ├── datadig-modal.html │ │ │ ├── datadig.html │ │ │ ├── datadig.js │ │ │ ├── datadig.py │ │ │ └── manifest.json │ │ ├── demos/ │ │ │ ├── demos.css │ │ │ ├── demos.js │ │ │ ├── demos.py │ │ │ ├── manifest.json │ │ │ ├── md5sum-wordy.html │ │ │ ├── md5sum.html │ │ │ ├── md5sum.xml │ │ │ └── search.html │ │ ├── experiments/ │ │ │ ├── experiments.py │ │ │ └── manifest.json │ │ ├── forcegrapher/ │ │ │ ├── README.md │ │ │ ├── d3.drasl.js │ │ │ ├── d3.js │ │ │ ├── forcegrapher.css │ │ │ ├── forcegrapher.html │ │ │ ├── forcegrapher.js │ │ │ ├── forcegrapher.py │ │ │ └── manifest.json │ │ ├── hacks/ │ │ │ ├── hacks.py │ │ │ └── manifest.json │ │ ├── hints/ │ │ │ ├── hints/ │ │ │ │ ├── autotagging.html │ │ │ │ ├── backups.html │ │ │ │ ├── deletion.html │ │ │ │ ├── dragging-tags.html │ │ │ │ ├── gravatar.html │ │ │ │ ├── keyboard-shortcuts.html │ │ │ │ ├── organize-sidebar.html │ │ │ │ └── spam.html │ │ │ ├── hints.html │ │ │ ├── hints.js │ │ │ ├── hints.py │ │ │ └── manifest.json │ │ ├── i18nhelper/ │ │ │ ├── i18nhelper.js │ │ │ ├── i18nhelper.py │ │ │ └── manifest.json │ │ ├── maildeck/ │ │ │ ├── maildeck.css │ │ │ ├── maildeck.html │ │ │ ├── maildeck.js │ │ │ ├── maildeck.py │ │ │ └── manifest.json │ │ ├── remoteaccess/ │ │ │ ├── manifest.json │ │ │ └── settings-remote.html │ │ └── unthread/ │ │ ├── i18n-stubs.html │ │ ├── manifest.json │ │ ├── modal.html │ │ └── unthread.js │ ├── default-theme/ │ │ ├── README.md │ │ ├── css/ │ │ │ ├── default.css │ │ │ ├── guide.css │ │ │ └── print.css │ │ ├── html/ │ │ │ ├── abortabortabort/ │ │ │ │ └── index.html │ │ │ ├── auth/ │ │ │ │ ├── login/ │ │ │ │ │ └── index.html │ │ │ │ ├── logout/ │ │ │ │ │ └── index.html │ │ │ │ └── shared.html │ │ │ ├── backup/ │ │ │ │ └── restore/ │ │ │ │ └── index.html │ │ │ ├── browse/ │ │ │ │ └── index.html │ │ │ ├── contacts/ │ │ │ │ ├── add/ │ │ │ │ │ └── index.html │ │ │ │ ├── import/ │ │ │ │ │ └── index.html │ │ │ │ ├── index.html │ │ │ │ └── view/ │ │ │ │ └── index.html │ │ │ ├── crypto/ │ │ │ │ ├── gpg/ │ │ │ │ │ └── key/ │ │ │ │ │ └── index.html │ │ │ │ └── tls/ │ │ │ │ └── getcert/ │ │ │ │ └── index.html │ │ │ ├── filter/ │ │ │ │ └── list/ │ │ │ │ └── index.html │ │ │ ├── group/ │ │ │ │ ├── add/ │ │ │ │ │ └── index.html │ │ │ │ └── index.html │ │ │ ├── help/ │ │ │ │ ├── bottom.html │ │ │ │ └── index.html │ │ │ ├── jsapi/ │ │ │ │ ├── app.js │ │ │ │ ├── compose/ │ │ │ │ │ ├── attachments.js │ │ │ │ │ ├── autosave.js │ │ │ │ │ ├── body.js │ │ │ │ │ ├── complete.js │ │ │ │ │ ├── crypto.js │ │ │ │ │ ├── events.js │ │ │ │ │ ├── init.js │ │ │ │ │ ├── modals.js │ │ │ │ │ ├── recipients.js │ │ │ │ │ └── tooltips.js │ │ │ │ ├── contacts/ │ │ │ │ │ ├── display_modes.js │ │ │ │ │ ├── events.js │ │ │ │ │ ├── init.js │ │ │ │ │ └── modals.js │ │ │ │ ├── crypto/ │ │ │ │ │ ├── events.js │ │ │ │ │ ├── find.js │ │ │ │ │ ├── import.js │ │ │ │ │ ├── init.js │ │ │ │ │ ├── modals.js │ │ │ │ │ ├── tooltips.js │ │ │ │ │ └── ui.js │ │ │ │ ├── global/ │ │ │ │ │ ├── activities.js │ │ │ │ │ ├── eventlog.js │ │ │ │ │ ├── global.js │ │ │ │ │ ├── helpers.js │ │ │ │ │ └── silly.js │ │ │ │ ├── index.css │ │ │ │ ├── index.html │ │ │ │ ├── index.js │ │ │ │ ├── index.txt │ │ │ │ ├── message/ │ │ │ │ │ ├── events.js │ │ │ │ │ ├── html-sandbox.js │ │ │ │ │ ├── init.js │ │ │ │ │ ├── message.js │ │ │ │ │ ├── tooltips.js │ │ │ │ │ └── ui.js │ │ │ │ ├── pwa/ │ │ │ │ │ ├── manifest.json │ │ │ │ │ └── service-worker.js │ │ │ │ ├── search/ │ │ │ │ │ ├── bulk_actions.js │ │ │ │ │ ├── display_modes.js │ │ │ │ │ ├── events.js │ │ │ │ │ ├── init.js │ │ │ │ │ ├── selection_actions.js │ │ │ │ │ ├── tooltips.js │ │ │ │ │ └── ui.js │ │ │ │ ├── settings/ │ │ │ │ │ └── content.js │ │ │ │ ├── tags/ │ │ │ │ │ ├── events.js │ │ │ │ │ ├── init.js │ │ │ │ │ └── modals.js │ │ │ │ ├── templates/ │ │ │ │ │ ├── modal-add-tag.html │ │ │ │ │ ├── modal-auto.html │ │ │ │ │ ├── modal-compose-quoted-reply.html │ │ │ │ │ ├── modal-composer-encryption-helper.html │ │ │ │ │ ├── modal-contact-add.html │ │ │ │ │ ├── modal-display-keybindings.html │ │ │ │ │ ├── modal-related-search.html │ │ │ │ │ ├── modal-save-search.html │ │ │ │ │ ├── modal-search-keyservers.html │ │ │ │ │ ├── modal-send-public-key.html │ │ │ │ │ ├── modal-tag-picker.html │ │ │ │ │ ├── modal-upload-key.html │ │ │ │ │ └── template-modal-tag-picker-item.html │ │ │ │ └── ui/ │ │ │ │ ├── content.js │ │ │ │ ├── events.js │ │ │ │ ├── global.js │ │ │ │ ├── init.js │ │ │ │ ├── keybindings.js │ │ │ │ ├── notifications.js │ │ │ │ ├── selection.js │ │ │ │ ├── sidebar.js │ │ │ │ ├── tagging.js │ │ │ │ ├── terminal.js │ │ │ │ ├── tooltips.js │ │ │ │ └── topbar.js │ │ │ ├── layouts/ │ │ │ │ ├── auth.html │ │ │ │ ├── content-tall.html │ │ │ │ ├── content-wide.html │ │ │ │ ├── content.html │ │ │ │ ├── full-tall.html │ │ │ │ ├── full-wide.html │ │ │ │ ├── full.html │ │ │ │ ├── minimal-tall.html │ │ │ │ ├── minimal-wide.html │ │ │ │ └── minimal.html │ │ │ ├── logs/ │ │ │ │ ├── events/ │ │ │ │ │ └── index.html │ │ │ │ ├── layout.html │ │ │ │ └── network/ │ │ │ │ └── index.html │ │ │ ├── message/ │ │ │ │ ├── compose/ │ │ │ │ │ └── index.html │ │ │ │ ├── download/ │ │ │ │ │ └── index.html │ │ │ │ ├── draft/ │ │ │ │ │ └── index.html │ │ │ │ ├── forward/ │ │ │ │ │ └── forward.html │ │ │ │ ├── index.html │ │ │ │ ├── reply/ │ │ │ │ │ ├── composer.html │ │ │ │ │ └── index.html │ │ │ │ ├── send/ │ │ │ │ │ └── index.html │ │ │ │ ├── single.html │ │ │ │ └── update/ │ │ │ │ └── index.html │ │ │ ├── page/ │ │ │ │ ├── contribute/ │ │ │ │ │ ├── bugs.html │ │ │ │ │ └── index.html │ │ │ │ ├── entropy/ │ │ │ │ │ └── index.html │ │ │ │ ├── gmail-2-step-verification/ │ │ │ │ │ └── index.html │ │ │ │ ├── gmail-access-non-google-accounts/ │ │ │ │ │ └── index.html │ │ │ │ ├── index.html │ │ │ │ ├── multipile/ │ │ │ │ │ └── index.html │ │ │ │ ├── release-notes/ │ │ │ │ │ ├── credits-code.html │ │ │ │ │ ├── credits-i18n.html │ │ │ │ │ ├── credits.html │ │ │ │ │ ├── index.html │ │ │ │ │ └── license.html │ │ │ │ └── template-straw-man/ │ │ │ │ ├── index.html │ │ │ │ ├── index.js │ │ │ │ └── tags.html │ │ │ ├── partials/ │ │ │ │ ├── compose.html │ │ │ │ ├── error_message_missing.html │ │ │ │ ├── errors_content.html │ │ │ │ ├── head.html │ │ │ │ ├── helpers.html │ │ │ │ ├── hidden.html │ │ │ │ ├── javascript.html │ │ │ │ ├── modals.html │ │ │ │ ├── pile_compose.html │ │ │ │ ├── pile_email_hints.html │ │ │ │ ├── pile_email_tags.html │ │ │ │ ├── pile_message.html │ │ │ │ ├── pile_threading.html │ │ │ │ ├── search_item.html │ │ │ │ ├── sidebar.html │ │ │ │ ├── tag_add.html │ │ │ │ ├── thread_message_cryptofail.html │ │ │ │ ├── tools_contacts.html │ │ │ │ ├── tools_default.html │ │ │ │ ├── tools_message.html │ │ │ │ ├── tools_search.html │ │ │ │ ├── tools_settings.html │ │ │ │ ├── tools_tags.html │ │ │ │ ├── tooltips.html │ │ │ │ └── topbar.html │ │ │ ├── plugins/ │ │ │ │ └── index.html │ │ │ ├── profiles/ │ │ │ │ ├── account-form.html │ │ │ │ ├── add/ │ │ │ │ │ └── index.html │ │ │ │ ├── edit/ │ │ │ │ │ └── index.html │ │ │ │ ├── index.html │ │ │ │ └── remove/ │ │ │ │ └── index.html │ │ │ ├── quitquitquit/ │ │ │ │ └── index.html │ │ │ ├── search/ │ │ │ │ ├── atts.html │ │ │ │ ├── default.html │ │ │ │ ├── drafts.html │ │ │ │ ├── index.html │ │ │ │ ├── outbox.html │ │ │ │ ├── outgoing.html │ │ │ │ ├── photos.html │ │ │ │ ├── prev_more_next.html │ │ │ │ ├── sent.html │ │ │ │ └── trash.html │ │ │ ├── settings/ │ │ │ │ ├── index.html │ │ │ │ ├── mailbox/ │ │ │ │ │ └── index.html │ │ │ │ ├── plugins.html │ │ │ │ ├── preferences.html │ │ │ │ ├── privacy.html │ │ │ │ ├── recipes.html │ │ │ │ └── set/ │ │ │ │ ├── index.html │ │ │ │ └── password/ │ │ │ │ ├── index.html │ │ │ │ └── keys.html │ │ │ ├── setup/ │ │ │ │ ├── oauth2/ │ │ │ │ │ └── index.html │ │ │ │ ├── password/ │ │ │ │ │ └── index.html │ │ │ │ └── welcome/ │ │ │ │ └── index.html │ │ │ └── tags/ │ │ │ ├── add/ │ │ │ │ └── index.html │ │ │ ├── edit.html │ │ │ ├── form.html │ │ │ ├── index.html │ │ │ └── sidebar.html │ │ ├── index.html │ │ ├── js/ │ │ │ ├── helpers.js │ │ │ ├── libraries.js │ │ │ └── mousetrap.global.bind.js │ │ ├── less/ │ │ │ ├── app/ │ │ │ │ ├── attachments.less │ │ │ │ ├── compose.less │ │ │ │ ├── contacts.less │ │ │ │ ├── crypto.less │ │ │ │ ├── files.less │ │ │ │ ├── global.less │ │ │ │ ├── helpers.less │ │ │ │ ├── icons.less │ │ │ │ ├── library-override.less │ │ │ │ ├── login.less │ │ │ │ ├── message.less │ │ │ │ ├── mobile.less │ │ │ │ ├── modals.less │ │ │ │ ├── navigation.less │ │ │ │ ├── notifications.less │ │ │ │ ├── pile.less │ │ │ │ ├── profiles.less │ │ │ │ ├── screens.less │ │ │ │ ├── search.less │ │ │ │ ├── settings.less │ │ │ │ ├── setup.less │ │ │ │ ├── sidebar.less │ │ │ │ ├── tablet.less │ │ │ │ ├── tags.less │ │ │ │ ├── terminal.less │ │ │ │ ├── thread.less │ │ │ │ ├── tooltips.less │ │ │ │ ├── topbar.less │ │ │ │ └── webfonts.less │ │ │ ├── config.less │ │ │ ├── default.less │ │ │ ├── libraries/ │ │ │ │ ├── bootstrap.less │ │ │ │ ├── dropdowns.less │ │ │ │ ├── modals.less │ │ │ │ └── typeahead.less │ │ │ └── print.less │ │ ├── theme.json │ │ └── webfonts/ │ │ ├── LICENSE │ │ └── index.html │ ├── locale/ │ │ ├── README.md │ │ └── mailpile.pot │ ├── mailpile-gui/ │ │ ├── icons-osx/ │ │ │ └── mk_icons.sh │ │ ├── mailpile-gui.py │ │ ├── mailpile.desktop │ │ └── media/ │ │ └── background.xcf │ └── multipile/ │ ├── README.md │ ├── mailpile-admin.py │ ├── mailpile-launcher.py │ ├── multipile.rc.sample │ └── www/ │ ├── apache-broken.html │ ├── index.html │ └── not-running.html ├── test-requirements.txt └── tox.ini