mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
These additional subjects were extracted from the thunderbird-android source (which is inherited from k-9). The extraction was done with: ``` git clone https://github.com/thunderbird/thunderbird-android/ cd thunderbird-android/legacy/ui/legacy/src/main/res grep string\ name=\"encrypted_subject values-*/strings.xml | cut -f2 -d'>' | cut -f1 -d'<' | sort -u | sed -e 's/^/ "/' -e 's/$/",/' ``` (i did need to clean up one line's escaping to pass the linter's expectations) See also https://github.com/thunderbird/thunderbird-android/issues/8011
chatmaild
chatmaild provides dovecot autentication to create dovecot users on login and mail filtering.