Skip to content

wikis Search Results · repo:thunderbird/thunderbird-android language:Java

Filter by

13 results
 (97 ms)

13 results

inthunderbird/thunderbird-android (press backspace or delete to remove)

How to build K-9 Mail Introduction K-9 Mail targets Java 11. New code is written in Kotlin . The current development version of K-9 Mail runs on Android 5.0 (API level 21) and newer versions. Requirements ...
  • Last updated
    on Jun 20, 2023

Overview A received email can be in a lot of different states regarding crypto: It can be encrypted or not, and signed with different degrees of trust and correctness. There are three independent factors ...
  • Last updated
    on Mar 30, 2016

#Find out version number Introduction For bug reports it's important for the developers to know which version of K-9 Mail you're using. This is especially true if you attach debug logs , since ...
  • Last updated
    on May 10, 2022

Git Guide For K-9 Want to contribute to K-9, but never used git before? Or just need a refresher? Or want to know how the K-9 leaders want things done? Then this guide is for you! Notice This page was ...
  • Last updated
    on Jan 17, 2022

Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an Android-powered device connected to a computer via USB. One of its useful features is the ability to capture ...
  • Last updated
    on Mar 27, 2022

https://code.google.com/archive/p/k9mail/issues/17 - Folder hierarchy https://code.google.com/archive/p/k9mail/issues/68 - Better draft editing behaviour https://code.google.com/archive/p/k9mail/issues/161 ...
  • Last updated
    on Jan 10, 2017

Local messages In this document a "local message" is defined as a message that is only available in K-9 Mail, i.e. it is not linked to a message on the server (remote store). Most of the time ...
  • Last updated
    on Aug 22, 2012

Introduction K-9 Mail has controllable debug logging. Users can activate logging to help diagnosing problems and errors. Details Step 1: Activate Debug Logging in K-9 Mail Go to Settings → General settings ...
  • Last updated
    on May 10, 2022

Collating a list of RFC documents and how they are relevant to K-9. Email addresses RFC 3696 - Application Techniques for Checking and Transformation of Names RFC 5321 - Internet Message Format (and errata) ...
  • Last updated
    on Apr 12, 2016

K-9 Code Style Try to follow the existing code style. Kotlin The project is mostly following Kotlin's coding conventions . We're using spotless with ktlint to enforce formatting rules. You can ...
  • Last updated
    on Sep 21, 2023