Page 1 of 1

Outlook - import and file size 0 bytes

PostPosted:Tue Jul 24, 2012 1:18 am
by okmuser
Hi ,

I am using outlook plugin to import emails and it works wonderfully.

I noticed a couple of things which I thought to bring up here so if it is a bug it can be fixed.

1. The imported email size shows 0 byte - aothough the email content is fully impoted correctly
2. Although the integrated imap email account can import almost any characters in the subject line the Outlook plugin won't accept even a : (colon) in its subject, So I have to edit the subject before do the import.

And again, Thanks for this wonderful software and make it opnsource and FREE

Cheers,
OKMUser

Re: Outlook - import and file size 0 bytes

PostPosted:Thu Jul 26, 2012 3:08 pm
by jllort
About size question is an old bug that is not yet solved.
Type here a full example of subject name that not uploads correctly and the OpenKM version you're using.

Re: Outlook - import and file size 0 bytes

PostPosted:Thu Jul 26, 2012 11:55 pm
by okmuser
One example is mail replies
RE: blah blah blah
will not be accepted by outlook export plugin.

So I modify the subject to
blah blah blah
then all OK.

Regards,
OKMUser

Re: Outlook - import and file size 0 bytes

PostPosted:Sat Jul 28, 2012 9:02 am
by jllort
Which openkm version are you using ?

Re: Outlook - import and file size 0 bytes

PostPosted:Sat Jul 28, 2012 10:45 am
by okmuser
OpenKM 5.1.10
Configured with MySQL
All running under FreeBSD-9.0-RELEASE

Re: Outlook - import and file size 0 bytes

PostPosted:Sun Jul 29, 2012 9:29 am
by okmuser
Actually the error is NOT due to
Code: Select all
:
but a
Code: Select all
/
However this was imported without any issues through (IMAP) email configuration import.

Re: Outlook - import and file size 0 bytes

PostPosted:Tue Jul 31, 2012 10:58 am
by jllort
Some problem with doc name that we're not parsing correctly or logic is not correctly implemented, we should test it. Internally this special characters are replaced but if in logic we do not use the returned path ( the return of creation has correct path created ) then could take some error. I should revise the code for it. I have added the ticket http://issues.openkm.com/view.php?id=2227