thunderbird-android/mail/protocols/smtp
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 Clean up 2018-05-24 13:57:36 +02:00