Aspose.email with Java

Hi,

We have a requirement to read mail from pop3 mail server, so can you please advise whether Aspose.email Java can support? if yes, please help to share some sample code.

Thanks for your support.

Regards,

Anbuselvam M

Hi Anbuselvam,

Thank you for considering Aspose.Email and contacting us.

At present, only Aspose.Email for .NET supports sending/receiving emails to/from servers. This feature is not supported by Aspose.Email fro Java which is also logged as a feature request in our issue tracking system. Once the feature is available, we’ll include it in our monthly blog post of Aspose.Email. Meanwhile, you may explore more about our Emailing components (.NET and Java) and also visit our documentation sections (.NET and Java).

Please feel free to write to us in case you have any other query/inquiry with respect to Aspose.Email. We’ll be glad to assist you further.

Hi Kashif,

This feature was supposed to be ready by the Q4 2013, but still there are no news. Can you please share if your team is even implementing the communication protocol in Aspose email for Java?

Thanks

Hi Cornelius,


Thank you for your inquiry.

The development of this feature was planned to be completed by the end of Q4 2013. However, due to some other priority tasks, we will not be able to provide it within the due time. I have again requested the development team to provide an ETA for this feature and will update you here as soon as some information is available in this regard.

Hi All,

Thanks, we thought that if Aspose.email (Java) can supports to read .msg file with exact template we can get the license and use it for our application. But, it will be ready in aspose only Q4 next year which is too late for us as we are planning this change for Q1.

Anyway thanks for your support, will look some other verdor products.

Regards,

Anbuselvam M

Hi Anbuselvam,

Aspose.Email for Java does support reading .msg (as well as .eml) files and inter-convert between these formats. The API’s MailMessage as well as MapiMessage classes provide the facility for manipulating MSG files as depicted in the following examples. For further examples, you can refer to our online programmer’s guide section of Aspose.Email for Java. Please feel free to write to us in case you have any other query/inquiry related to Aspose.Email for Java. We’ll try to assist you further as soon as possible.

//Loading MSG file with MailMessage
example<o:p> 

MailMessage msg = MailMessage.*load*("SampleMsg.msg");

//Loading MSG file with MapiMessage example

MapiMessage mapi = MapiMessage.*fromFile*("SampleMsg.msg");