'x-gbk' is not a supported encoding
I add x-gbk for jdk7, so i can use Charset.forName("x-gbk") in my program. But when i add msg or eml to PST, it's show the following exception ( aspose-email-3.6.0)PS. the attach file includ test.msg...
View ArticleEven example program not working
Hi,Even example program not working. I am trying to create a mail message and save to the disk in .msg format...it throws the below exception. In fact what ever I try I get this exception.Either I use...
View ArticleEmail does not convert to MSG format
This example is from a production system that handles hundreds of email every day - normally the code below works just fine. But not for the attached email, instead raising: "The header name has an...
View ArticleHow to reduce the size of a PST file
Hi,I have raised a question that PSt file size is not decreasing after deleting the messages and your response was" The structure of pst allows to delete items without decreasing the PST/OST file size....
View ArticlePreserving Journal envelope information
Hi,We are migrating journal mailboxes - the output is PST file. If I extract the messages from PST file and convert it into EML files. Will the EML file preserve the envelope information?
View ArticleMSG to EML conversion
Hi,I extracted messages from a PST file and saved to disk as .msg files. I loaded the .msg files from disk and converted it to EML files. 1) some characters in the EML has "=" which is not in the MSG...
View ArticleImapClient.SendCustomCommand example?
Is there an example of how to use the SendCustomCommand method? In particular, I'm trying to access GMail's X-GM-MSGID IMAP extension. (https://developers.google.com/gmail/imap_extensions) I'm using...
View Articlejava.lang.NoClassDefFoundError: Could not initialize class com.aspose.email.ay
My problem occurs with several emails but there doesn't seem to be a problem with the email.I'm batch exporting hundreds to thousands of messages. I can't reproduce the exceptionif I run an export with...
View ArticleFetchMessage (~100Mb) from Exchange Server
Hi,I'm fetching messages from an Exchange Server mailbox. This works fine as long as the size of the messages (their attachments) is not too big. Recently I had to process a message of approx. 100Mb in...
View ArticleIEWSClient methods threadsafe?
Waiting on ticket NETWORKNET-34206, but I looked at the documentation and the static members of IEWSClient are threadsafe, but the instance members are not guaranteed to be threadsafe? What does this...
View ArticleMD5 hashvalue
Hi,I have extracted all the messages from a PST file and created a new PST file.When I compare the MD5 hashvalue of the messages in the original pst file and the messages in the new pst file the hash...
View ArticleAspose Mail - Print to Default printer
Hello, I'm trying to send a saved .msg file on my local hard drive to my default printer using Aspose Email. It looks like the print api saves the file to either XPS/TIFF format which is what I do NOT...
View ArticleProblems enumerating items in semi-corrupt PSTs/OSTs
Hello, One of our customers has been encountering errors while attempting to load metadata from all items in a PST/OST using Aspose.Email for .NET 3.6. Each PST/OST contains a handful of items that are...
View ArticleImap connection : 003 BAD Protocol Error: Invalid string supplied for password
Hi,I try to connect to an email server by using the IMAP protocol.With the following code, the Connect method throw the exception "003 BAD Protocol Error: Invalid string supplied for...
View ArticleSmtpClient for Java
Hi,I'm familiar with the SmptClient class for .net to send MailMessage.What is the equivalent for the Java side of things?I've trawled the Aspose.Email for Java but could not find any.Please...
View ArticleEmail validation return success incorrectly.
Hi, I'm trying to validate some strings for email and the following string "blahblabh1010@aol.com(blahblah@yahoo.com old)" is coming back as valid. Below is the call I made to the...
View ArticleOpen a Pst with Aspose.Email using a specific CodePage
Hi Aspose,We were looking into the Aspose.Email API the methods used to open a PST/OST file and we don't see any option to pass the CodePage or the Encoding before open the...
View ArticleAspose.Email for Java
Hi,I\m trying to understand is this library supports creation of PST file and storing there emails, contacts, calendar items and tasks ? Or it's read only library.Thanks.
View ArticleMAPI Properties
Hi,How to get all the mapi properties of a message?How to add a new custom mapi property to a message?I used the method addCustomProperty - it's throwing datatype not supported exception. Please...
View ArticleBCC list is visible to recipients
Hi, I'm having a strange issue when sending emails, recipients can see the addresses of those in the bcc. It's happening for multiple hosts:email.banckle.commail.aspose.comsmtp.gmail.comCould you...
View Article