I use MantisBT in 2.2.1 with EmailReporting in 0.10.
To test the plugin, I used an Outlook email with some folders and all worked.
Now, I have to use an email linked to a domain we bought with Zimbra webmail. I've create the same folder structure as the Outlook one, connection test seems to be good but the complete test won't show anything even if the basefolder is empty, it's like the plugin don't see messages.
For informations, the new mail use TCP port 993, SSL and Login method.
The Outlook one use TCP 993, TLS and USER method. Both are IMAP.
Please activate debug mode
Make sure there is an email in the folder that should be processed
Run bug_report_mail.php and post the output in this topic
I suggest you remove your password from the posts above (erp_password)
Are you using the latest version of EmailReporting 0.10.0-DEV? check the changelog if necessary
I don't see any errors so it should find the folder properly but for some reason it does not find emails inside the folder. Please enable "Show the memory usage in different stages of the email processing process" in EmailReporting and post the update of the above test with zimbra again
The plugin version is the 0.10-DEV and there is the output with "Show the memory usage in different stages of the email processing process" option enabled.
Thats should only be normal if there are no emails to be processed.
I've been through the code and can't figure which part is causing issues
Please verify that there are still emails in the folder in question and if necessary place some emails in them
Run the script again and post the output here again
Please also post the changelog for 0.10.0-DEV. It's the development version so you might be some chances behind even though the version number itself has not changed
Changelog:
Jan 2017 - EmailReporting-0.10.0-DEV
- Officially compatible with MantisBT 2.x.x
- Drop support for MantisBT 1.2.x
- Updated PEAR packages: PEAR, Auth_SASL, Net_Socket
- Fixed issue with css path in notification emails
- Added support for processing signed emails (#22153)
- Fixed "Email address without the domain name" option for user/real names (based on work from srh-hochschule-berlin)
- Fixed issues with MimeDecode concerning signed email attachments
- Improved email parser to not parse unsupported content
- Fixed issue with "Test" not reporting issues with login information incase of POP3 mailbox
- SAPI helper link now opens in a new tab/window
- Moved the moment for the mailbox (complete) test
- Refreshed the interface for MantisBT 2.x.x
- Added parameter documentation for the ERP_output_config_option function
- Fixed issue with non-existing reporter user resulting in APPLICATION ERROR #811
- Added check to see whether issue exists before adding attachments
- Standardized the regex for email address searching/validation
- Added Spanish language file (provided by franksanabria)
- Fixed issue when job_users variable is not an array
Jan 2017 - EmailReporting-0.9.3.1
- Fixed issue with db_get_table and MantisBT 1.2.x (legacy issue)
Jan 2017 - EmailReporting-0.9.3
- Preliminary support for MantisBT 2.0.x and ModernUI
- Fix possible fatal error on return value
- Added error when __construct is not run when it should have
- Added fallback in case of an unknown email priority
- Added helper link for scheduled job setup
- Updated mimeDecode pear package to version 337165
- SSL Cert error only shown when ssl_cert_verify is enabled
- Added option that allows restricting access to bug_report_mail when invoked through a webserver (based on work from Chris_Z #21786)
- Fixed deprecated errors in PEAR packages
- Fixed issue with disabled mailboxes and "Create project subfolder structure" (#21856)
- Added clean-up of message ids after issue deletion (#21850)
- Added clean-up of message ids for issues beyond the readonly border (#21850)
- Show IMAP foldername if it could not be created
- Fixed IMAP issue with Exchange and empty folders
- Store references ids from message headers for a better match of new emails to existing bugs (#21851)
- Fixed possible duplication of removed reply text
- Only show removed reply text when the description has changed
- Grouped remove reply options together
- Email body can now be limited to a certain size (#21858)
- Added IMAP folder sort to maintain proper email processing order
- Test and Complete test now also show location of pear error
- Fixed moved functionality concerning reassign_on_feedback
- Added extra check whether the given priority exists
- Test and Complete test now always show result
I'm afraid i cannot find the source of the issue
Any tests done seem to be without issues
So i'm going to try to copy your environment so please answer the following questions
Which mail server software are you using?
Which version of PHP are you using?
Which webserver and version of said software are you using?
Any other specifics about your environment that might be relevant