Hi,
can anyone help me? I tried to convert a mailfile to IMAP, but it doesn’t work:
07.08.2004 10:28:42 l convert -h mail\filename.nsf
07.08.2004 10:28:43 Mail Conversion Utility starting
07.08.2004 10:28:43 Mail Convert: Started adding IMAP specific items in ‘mail\filename.nsf’
07.08.2004 10:28:43 Mail Convert Failed on mail\filename.nsf: Adding IMAP specific items: the database has not been enabled for IMAP support
07.08.2004 10:28:43 Mail Conversion Utility shutdown
Thank you
Subject: Problem Converting to IMAP
Try to convert the mail file first using the:convert -e mail\filename.nsf
See the administrator help on the parameters of the convert task.
Hope this helps,
Uwe
Subject: RE: Problem Converting to IMAP
Convert options (From admin help)
-e Enables mail files for IMAP use.
-h To enable clients to download message headers more efficiently, the Convert task processes all messages in the mail file in the order in which they are listed in the mail file’s “All Documents” view and adds the special IMAP attributes ($Content_Type, IMAP_BodyStruct, and IMAP_RFC822Size) to messages that don’t have them.
Because the Convert task is single-threaded, and this option requires the Convert task to process every message in the mail file, it is resource-intensive and can take a long time, especially for mail files where messages must also be converted from Notes rich text to MIME format.
You cannot use this option in combination with the -e switch.
-o Removes from messages the IMAP items used to provide more efficient header retrieval. You may use this option in combination with the -h option, but not with the -e option.
-e- Disables IMAP access to mail files.