IMAP Fetch not showing up

Discussion forum for Enterprise Edition.
Post Reply
dcol
Posts: 237
Joined: Fri May 26, 2017 11:25 pm

IMAP Fetch not showing up

Post by dcol »

I am using the MailEnable IMAP Fetch Utility. All was successful migrating but the email does not appear in webmail.

I can see the mail in the Postoffices folder, but they do not show up in the Webmail.
How do I rebuild or re-index the Inbox so I can see this mail in the Webmail?

Then I tried the import in the advanced options and I got the emails, but three copies of every email are now there. And this is on another account that I did not use the IMAP Fetch Utility on.

How do I get a successful import? Ideally I would like to import an entire domain. Any way to do that?

Admin
Site Admin
Posts: 1127
Joined: Mon Jun 10, 2002 6:31 pm
Location: Melbourne, Victoria, Australia

Re: IMAP Fetch not showing up

Post by Admin »

You can force the indexes to update and check for new messages by placing a file called _change.dty in the message folder on the server. An easy way to do this is to create a batch file with the following contents and run it:

Code: Select all

for /f "usebackq delims=|" %f in (`dir /b /s /A:D "C:\Program Files (x86)\Mail Enable\POSTOFFICES"`) do copy "%f\_index.xml" "%f\_change.dty" /Y
Just change the path to where you have installed MailEnable.

Post Reply