I had this issue and after going through the documentation i worked it out. Basically, when you look at the core SugarCRM documentation, you can see that the āCHECK MAILā manually button is completely disabled for group email. IE, it can only occur via a scheduled task.
If you added a personal email, you would see it working fine⦠technically the CHECK MAIL button (and the corresponding āmanualā option), only works on personal accounts.
You were probably puzzled like i was that the account connected and was authenticating just fine but no email was being added and no cases created. Naturally I assumed it was a bug, but it was just weird SugarCRM logic that Suite inherited, (and is rather poorly documented by Sugar in the first place).
if you go to scheduler | inbound email. You can see this will state āneverā next to being run. I noticed one of the screenshots on this forum showed a windows instance with localhost in the taskbar, you gotta setup windows scheduler for windows. Otherwise just try triggering the cron manually via commandline on linux and then add it to crontab as your permanent solution.
I had problems configuring and testing Bounce mailbox in 7.2.2. The test cycle ended before using ā/ssl/validate-certāā, interpreting āIMAP connection brokenā as āwrong user ID or passwordā and ended test. The solution was to comment out line 2441 in /modules/InboundEmail/InboundEmail.php (see below)
I have been googling for hours because i couldnāt get the group imap inbound email working, the Test Settings button said everything was correct but no email showed up in the group email box, in fact the folder structure doesnāt even show in the SuiteCRM email screen (but i CAN select all the folders in the IMAP setup screen so it connects!). Your post made me try and setup a personal email account with the same settings i used before with the group account and now it works! So obviously the SuiteCRM server can connect with my IMAP account but for some reason the group email function isnāt working.
You say i have to setup the cron but my cron job is already configured. Iām still not getting any emails into the group account. I donāt get itā¦
This hack fixes SSL IMAP Authencation. Your hack has allowed me to connect via ssl imap. thank you so much. Before i use to get invalid username or password and could only connect via regular imap. The issue of receiving mail is still at large and I donāt even see the inbox really, i can only send mail. Has anyone solved this matter.
Im having the same issue with 7.3.2. Im having this error Login or Password Incorrect. Is this a permanent bug or did somebody have a fix for this issue. Kindly help us.