.github/workflows/checks.yml .gitignore .gitmodules .rubocop.yml CONTRIBUTORS Gemfile HACKING History.txt LICENSE Manifest.txt README.md Rakefile ReleaseNotes bin/sup bin/sup-add bin/sup-config bin/sup-dump bin/sup-import-dump bin/sup-recover-sources bin/sup-sync bin/sup-sync-back-maildir bin/sup-tweak-labels contrib/colorpicker.rb contrib/completion/_sup.bash contrib/completion/_sup.zsh devel/console.sh devel/count-loc.sh devel/load-index.rb devel/profile.rb devel/start-console.rb doc/FAQ.txt doc/Hooks.txt doc/Philosophy.txt doc/wiki ext/mkrf_conf_xapian.rb lib/sup.rb lib/sup/account.rb lib/sup/buffer.rb lib/sup/colormap.rb lib/sup/contact.rb lib/sup/crypto.rb lib/sup/draft.rb lib/sup/hook.rb lib/sup/horizontal_selector.rb lib/sup/idle.rb lib/sup/index.rb lib/sup/interactive_lock.rb lib/sup/keymap.rb lib/sup/label.rb lib/sup/logger.rb lib/sup/logger/singleton.rb lib/sup/maildir.rb lib/sup/mbox.rb lib/sup/message.rb lib/sup/message_chunks.rb lib/sup/mode.rb lib/sup/modes/buffer_list_mode.rb lib/sup/modes/completion_mode.rb lib/sup/modes/compose_mode.rb lib/sup/modes/console_mode.rb lib/sup/modes/contact_list_mode.rb lib/sup/modes/edit_message_async_mode.rb lib/sup/modes/edit_message_mode.rb lib/sup/modes/file_browser_mode.rb lib/sup/modes/forward_mode.rb lib/sup/modes/help_mode.rb lib/sup/modes/inbox_mode.rb lib/sup/modes/label_list_mode.rb lib/sup/modes/label_search_results_mode.rb lib/sup/modes/line_cursor_mode.rb lib/sup/modes/log_mode.rb lib/sup/modes/person_search_results_mode.rb lib/sup/modes/poll_mode.rb lib/sup/modes/reply_mode.rb lib/sup/modes/resume_mode.rb lib/sup/modes/scroll_mode.rb lib/sup/modes/search_list_mode.rb lib/sup/modes/search_results_mode.rb lib/sup/modes/text_mode.rb lib/sup/modes/thread_index_mode.rb lib/sup/modes/thread_view_mode.rb lib/sup/person.rb lib/sup/poll.rb lib/sup/rfc2047.rb lib/sup/search.rb lib/sup/sent.rb lib/sup/service/label_service.rb lib/sup/source.rb lib/sup/tagger.rb lib/sup/textfield.rb lib/sup/thread.rb lib/sup/time.rb lib/sup/undo.rb lib/sup/update.rb lib/sup/util.rb lib/sup/util/axe.rb lib/sup/util/locale_fiddler.rb lib/sup/util/ncurses.rb lib/sup/util/path.rb lib/sup/util/query.rb lib/sup/util/uri.rb lib/sup/version.rb sup.gemspec test/dummy_source.rb test/fixtures/bad-content-transfer-encoding-1.eml test/fixtures/binary-content-transfer-encoding-2.eml test/fixtures/blank-header-fields.eml test/fixtures/contacts.txt test/fixtures/embedded-message.eml test/fixtures/mailing-list-header.eml test/fixtures/malicious-attachment-names.eml test/fixtures/missing-from-to.eml test/fixtures/missing-line.eml test/fixtures/multi-part-2.eml test/fixtures/multi-part.eml test/fixtures/no-body.eml test/fixtures/non-ascii-header-in-nested-message.eml test/fixtures/non-ascii-header.eml test/fixtures/rfc2047-header-encoding.eml test/fixtures/simple-message.eml test/fixtures/text-attachments-with-charset.eml test/fixtures/utf8-header.eml test/fixtures/zimbra-quote-with-bottom-post.eml test/gnupg_test_home/.gpg-v21-migrated test/gnupg_test_home/gpg.conf test/gnupg_test_home/private-keys-v1.d/306D2EE90FF0014B5B9FD07E265C751791674140.key test/gnupg_test_home/pubring.gpg test/gnupg_test_home/receiver_pubring.gpg test/gnupg_test_home/receiver_secring.gpg test/gnupg_test_home/regen_keys.sh test/gnupg_test_home/secring.gpg test/gnupg_test_home/sup-test-2@foo.bar.asc test/integration/test_maildir.rb test/integration/test_mbox.rb test/integration/test_sup-add.rb test/test_crypto.rb test/test_header_parsing.rb test/test_helper.rb test/test_message.rb test/test_messages_dir.rb test/test_yaml_regressions.rb test/unit/service/test_label_service.rb test/unit/test_contact.rb test/unit/test_horizontal_selector.rb test/unit/test_locale_fiddler.rb test/unit/test_person.rb test/unit/util/test_query.rb test/unit/util/test_string.rb test/unit/util/test_uri.rb