nylas / sync-engine

:incoming_envelope: IMAP/SMTP sync system with modern APIs
https://nylas.com/docs/platform
GNU Affero General Public License v3.0
3.5k stars 354 forks source link

Using generic imap with unsecure SMTP server fails #227

Open fkautz opened 8 years ago

fkautz commented 8 years ago

Some servers do not request users to submit a username/pw. At minimum, this breaks inbox-auth. Possibly breaks sending emails too.

Can you add support for smtp without authentication when using imap?

grinich commented 8 years ago

What servers are they? In practice we have not encountered this configuration, since they are so susceptible to spammers.

fkautz commented 8 years ago

It's a server behind a VPN, so not public to others.