Good morning
I tried several configurations to connect an OVH IMAP account but none seem to work
(No answer that could help me on the forum or by OVH support)
I tried different config. but it doesn't work.
"{ssl0.ovh.net:993}Boîte de réception"
"{ssl0.ovh.net:993}INBOX"
"{ssl0.ovh.net:993}"
logs :
[V10.2.2] ERROR *****
on file '/var/www/projeqtor/model/ImapMailbox.php' at line (86)
cause = imap_open(): Couldn't open stream {ssl0.ovh.net:993}INBOX
Error connecting to Mailbox {ssl0.ovh.net:993}INBOX for xxxxx@xxxxxx.fr
[CLOSED] IMAP connection broken (server response)
Furthermore, it seems necessary to deactivate the cron to be able to make changes to the imap account: If the cron is active, and despite the recording of new values in the "IMAP Server" zone, the previous values return just after the execution of the cron as if nothing had been changed. (A test button might be useful too)
Thanks a lot for fixing this issue !
Try additional options in the IMAP url
{ssl0.ovh.net:993}INBOX
{ssl0.ovh.net:993/novalidate-cert}INBOX
{ssl0.ovh.net:993/ssl/novalidate-cert}INBOX
{issl0.ovh.net:993/imap/ssl/novalidate-cert}INBOX
If none works, ask your provider expected options.
This configuration works
{ssl0.ovh.net:993/ssl/novalidate-cert}INBOX
Thanks a lot !!!!