Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

OpenChange

Compare

  Analyzed 1 day ago

Open Source and portable implementation of Microsoft Exchange protocols (MAPI) and Microsoft Exchange Server.

406K lines of code

0 current contributors

almost 8 years since last commit

11 users on Open Hub

Inactive
4.5
   
I Use This

MFCMAPI

Compare

  Analyzed 1 day ago

MFCMAPI uses Microsoft's published APIs to provide access to MAPI stores through a graphical user interface. Its purpose is to facilitate investigation of Exchange and Outlook issues and to provide developers with a canonical sample for MAPI development.

76.1K lines of code

1 current contributors

3 days since last commit

2 users on Open Hub

Moderate Activity
5.0
 
I Use This

java-libpst

Compare

  Analyzed about 6 hours ago

The PST (or PFF) file format is a horrible, closed proprietary format. Over the years many people have accumulated a large amount of important email and other information into these files, this project aims to allow people to access and extract this information so that it may be migrated to other ... [More] messaging systems. The goal of this project is to take the format documentation which has been reversed engineered and made available through projects such as https://sourceforge.net/projects/libpff/ and turn it into a java library that will allow for efficient access to stored email. The functional goals are: Efficiency; should be able to work with very large PST files with reasonable speed Support for 64bit PSTs (Outlook 2003+, 32bit is not a primary goal) Support for compressible encryption (on by default with newer versions of Outlook) Intuitive API Things that the library will most likely not do: Fix or work with broken PST files Provide write access to PST files Recover deleted email items Note: Version 0.1 contains a GPL'd implementation of the LZFU compression algorithm for the retrieval of RTF content. This has been addressed in version 0.2 with my own implementation of the algorithm, this is the only difference between the two versions. [Less]

5.68K lines of code

0 current contributors

about 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This