thunderbird-android/app/k9mail
Vincent Breitmoser c06e1a9d9b always just send IP instead of hostname in SMTP EHLO message
Clients are very often behind NATs, which makes the hostname in
HELO/EHLO messages virtually useless these days. Attempting to figure
out a hostname we could use also led to issues with some strict Postfix
configurations (see https://github.com/k9mail/k-9/issues/3387). This
commit changes our behavior to simply send the local IP always, getting
rid of this metadata.

Fixes #3387
2018-12-05 14:36:06 +01:00
..
src always just send IP instead of hostname in SMTP EHLO message 2018-12-05 14:36:06 +01:00
build.gradle Increase targetSdkVersion to 23 2018-11-28 05:16:01 +01:00
proguard-rules.pro Code cleanup 2018-10-18 22:01:10 +02:00