Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Usman Aziz
Fetch Emails from POP3 Server in Python
Post Office Protocol (POP3) is a popular email protocol that is used to fetch emails from the mail servers. To work with the email messages in the mailbox, you first need to establish a connection to the POP3 server. To achieve that, this article covers how to connect to a POP3 server from within a Python application. Furthermore, you will learn how to fetch email messages from a POP3 server programmatically in Python.
… Continue ReadingRead MS Outlook PST Files in Java
PST (Personal Storage Table) is a well-known file format that is used for storage purposes by different Microsoft programs such as MS Outlook, Exchange, and Windows Messaging. PST files can store messages, contacts, and information about other items such as calendars, events, etc. In certain cases, you may need to parse a PST file and extract data from it programmatically. To achieve that, this article shows how to read MS Outlook PST files using Java. You will learn how to extract folders' information, read emails and fetch contacts from a PST file.
Convert PDF Files to HTML in Python
PDF is a widely used document format that provides cross-platform support. Thus, you can open the PDF files without worrying about the underlying platform. However, in certain cases, you have to convert the PDF files to HTML, for example for embedding them into web pages. In this article, you will learn how to convert a PDF document to an HTML file programmatically in Python.
Create and Delete Folders on MS Exchange Server in Java
Microsoft Exchange Server keeps emails in different folders such as inbox, outbox, etc. In addition, it allows you to create your own folders or subfolders inside the predefined folders. In certain cases, you may need to create custom folders on Exchange Server programmatically. To accomplish that, this article covers how to create or delete folders or subfolders with EWS on MS Exchange Server in Java.
Work with Conversations on MS Exchange Server in Java
Often, an email is composed of multiple messages (or replies) forming a thread. In Microsoft Exchange Server, these threads are termed as conversations. While working with MS Exchange Server programmatically, you may need to access and manage the conversations. To accomplish that, in this article, you will learn how to find, copy, move and delete conversations on Microsoft Exchange Server in Java.
Posted in Aspose.Email Product Family Tagged Copy a Conversation on MS Exchange Server in Java, Delete a Conversation on MS Exchange Server in Java, Find Conversation on MS Exchange Server in Java, Java API to Work with Conversations on MS Exchange Server, Move a Conversation on MS Exchange Server in Java