Add mail account without SSL/TLS
-
Ability to use STARTTLS would be great. ProtonMail's bridge requires this to work.
-
@LongTimeUser
There is quite an other use case: Exchange: locked down to only MAPI. You'll need some tools to translate MAPI to IMAP, SMTP, calendar, and address book access. Not to mention all the push things Exchange allows and which have to be translated too (most of them have IMAP equivalents).Most of these tools do not implement encryption -- would not make sense: encrypt, decrypt while communicating over local sockets only. What a waste of CPU time.
Whoever is able to grab communication on local sockets, will be able to do anything, because this one already has compromised your local system.
-
Would love to connect to my corporate account using DAVMail (https://davmail.sourceforge.net/index.html). It works very well with my Thunderbird setup, but I'm lost in setting this up in Vivaldi Mail because there is no choice of setting an imap server without SSL/TLS.
-
@JoergP I've seen DAVmail mentioned a couple of times and would also like to try this to back-up my wife's company mail (used to be accessible with IMAP, now it's only visible through webmail or Outlook on Android).
Do you have any experience getting DAVmail to work with the latest annoying login methods? In my wife's case (outlook.com/owa/[company name]) she has to enter a username and password, then gets an authentication screen prompting to type a number on her Outlook app (which doesn't seem able to do this), so she has to go to "alternative" methods and select to get an SMS code instead. I'm very curious if DAVmail is able to handle this utter fustercluck of a login procedure...
-
@mossman I'm afraid I can't speak to that. Our corporate mail doesn't use TFA so far.
-
@mossman said in Add mail account without SSL/TLS:
@JoergP I've seen DAVmail mentioned a couple of times and would also like to try this to back-up my wife's company mail (used to be accessible with IMAP, now it's only visible through webmail or Outlook on Android).
Do you have any experience getting DAVmail to work with the latest annoying login methods? In my wife's case (outlook.com/owa/[company name]) she has to enter a username and password, then gets an authentication screen prompting to type a number on her Outlook app (which doesn't seem able to do this), so she has to go to "alternative" methods and select to get an SMS code instead. I'm very curious if DAVmail is able to handle this utter fustercluck of a login procedure...
Same here. I want to use vivaldi mail at work with exchange protocol through davmail. But it fails at adding account because of SSL/TLS.
Is there any bug/feature request?
-
This post is deleted! -
With a pro type outlook OWA account and a personal account with protonmail... I literally can't use vivaldi mail and that's a real shame.
-
@developers
DO NOT patronize your customers.
Did it never occur to you that fumbling around with selfsigned certificates (which would "solve" the ssl problem) is way more prone to faults and therfore for security issues than using IMAP without ssl within the users LAN (to be FORCED to use ssl when the server IP is 127.0.0.1 or 192.168.x.x is very close to pure idiocy) . So your whole stance regarding security is bogus and blind.
Get your act together an enable IMAP without ssl. Do it until yesterday!!!
-
@gmg said in Add mail account without SSL/TLS:
@Fabri69
We don't support plaintext authentication for security purposes. Is this for a localhost server?Maybe allow it via a flag or typing
thisisunsafe
in the settings dialog like you can do for Chromium SSL error pages. Or, a command-line switch.