@leedsy90 @gulzarahmad
I think this your host problem.
'{imap.public-internet.co.uk:993/imap/ssl}INBOX'
I think this will work for you
If you still getting the same issue, Please let us know.
I think you are a bit confused between mailboxes and swift mailers.
Sorry, But this is not the mailboxes list. It is a swift mailer list, Swiftmailer basically helps you to send mail.
I am attaching a screenshot here,
If you still get the same issue please let us know.
imap_open() warning is showing here because of two reason
file location : your_project_name->config->packages->uvdesk_mailbox.yaml
After this, you can fetch mails by hit the refresh command.
If you still get the same issue or any issue please let us know.
Hi,
@gulzarahmad is the engineer currently trying to assist me with getting the mailbox/swift mailer working on the VPS community install.
After enabling less secure apps the mailbox is now fetching correctly from Gmail, however, this is not useful as I have a company domain with associated IMAP mailboxes that still do not work.
The IMAP server details are correct (although the mailbox config does not allow for port configuration so I can only assume its using 993 or 143 to fetch) I have tested the credentials using the providers webmail portal and they work perfectly fine on another rainloop webmail instance using the incoming/outgoing server details.
There is no useful output on the failure to fetch, simply;
But the mailbox does exist!
uvdesk_mailbox.yaml shows the correct password, although doesn't show port number or SSL enabled for the corporate IMAP account, should this be added manually?
@leedsy90 @gulzarahmad
I think this your host problem.
'{imap.public-internet.co.uk:993/imap/ssl}INBOX'
I think this will work for you
If you still getting the same issue, Please let us know.
OMG! @vipin you are an absolute genius! Editing the uvdesk_mailbox.yaml and adding the '{imap.public-internet.co.uk:993/imap/ssl}INBOX' string worked!
@leedsy90
I am happy to see that your problem is now resolved.
If you get any issues, Please let us know.
@vipin Thank you so much for your Help.