Hi, I have set two email accounts one mydomain.it the other Gmail. Gmail has Esepi archive folders, mydomain.it doesn't have. Both use SSL. What is wrong?
Many thanks, Massimo
When you setup a new e-mail account in EPESI and start Roundcube IMAP mail client for the first time on this account 2 folders will be created: - EPESI Archive and - EPESI Archive Sent
Maybe there was something wrong with permissions? Check your logs - especially php error log. Read this first: http://www.epesi.org/Troubleshooting
Try to create these folders manually.
I have the same problem both with my hosting Epesi installation and Epesi trial version. I tried to create these folder manually but there is not the automation from "archive" button. If the problem is related to my account what parameters/permission I have to check or activate?
Thanks, Massimo
Problem solved.
/public_html/epesi/modules/CRM/Roundcube/RC/plugins/epesi_archive/epesi_archive.php
I changed:
line 5 from Epesi Archive to INBOX.Epesi Archive line 6 from Epesi Archive Sent to INBOX.Epesi Archive Sent
You could add "INBOX" as Imap root in account settings. This would make the same without modifying the code.
Regards, Adam