We are going to fetch incoming mails with IMAP.
First thing I have to say is: during the deployment phase, we are going to keep all fetched mails both in OTRS and Outlook.
I managed to configure that by commenting this line out in Kernel\System\MailAccount\IMAP.pm:
Code: Select all
# mark email to delete if it got processed
#$IMAPObject->delete($Messageno);
Is there a way to fetch only mails that were not fetched already?
Or, alternatively, is there a way to automatically move fetched messages from Inbox to other folder in Outlook?
Regards,
HervE