Author: nick
Date: Thu Jul  2 12:17:21 2015
New Revision: 1688810

URL: http://svn.apache.org/r1688810
Log:
Mention Outlook MSG support in the mail formats section

Modified:
    tika/site/publish/1.10/formats.html
    tika/site/publish/1.6/formats.html
    tika/site/publish/1.7/formats.html
    tika/site/publish/1.8/formats.html
    tika/site/publish/1.9/formats.html
    tika/site/src/site/apt/1.10/formats.apt
    tika/site/src/site/apt/1.6/formats.apt
    tika/site/src/site/apt/1.7/formats.apt
    tika/site/src/site/apt/1.8/formats.apt
    tika/site/src/site/apt/1.9/formats.apt

Modified: tika/site/publish/1.10/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.10/formats.html?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/publish/1.10/formats.html (original)
+++ tika/site/publish/1.10/formats.html Thu Jul  2 12:17:21 2015
@@ -176,6 +176,7 @@
 <p>The <a 
href="./api/org/apache/tika/parser/mbox/MboxParser.html">MboxParser</a> can 
extract email messages from the mbox format used by many email archives and 
Unix-style mailboxes.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/mail/RFC822Parser.html">RFC822Parser</a> can 
process single email messages in the RFC 822 format used by many email clients 
in their archives / exports.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/mbox/OutlookPSTParser.html">OutlookPSTParser</a>
 can extract email messages from the Microsoft Outlook PST email format.</p>
+<p>The <a 
href="./api/org/apache/tika/parser/microsoft/OutlookExtractor.html">OutlookExtractor</a>
 (part of <a 
href="./api/org/apache/tika/parser/microsoft/OfficeParser">OfficeParser</a>) is 
able to extract email messages from the Microsoft Outlook MSG email format.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/microsoft/TNEFParser.html">TNEFParser</a> 
can extract email attachments from the Microsoft TNEF (Transport Neutral 
Encoding Format, aka Winmail.dat) used with some Microsoft email 
clients.</p></div>
 <div class="section">
 <h3><a name="CAD_formats">CAD formats</a></h3>

Modified: tika/site/publish/1.6/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/formats.html?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/publish/1.6/formats.html (original)
+++ tika/site/publish/1.6/formats.html Thu Jul  2 12:17:21 2015
@@ -172,7 +172,8 @@
 <h3><a name="Mail_formats">Mail formats</a></h3>
 <p>The <a 
href="./api/org/apache/tika/parser/mbox/MboxParser.html">MboxParser</a> can 
extract email messages from the mbox format used by many email archives and 
Unix-style mailboxes.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/mail/RFC822Parser.html">RFC822Parser</a> can 
process single email messages in the RFC 822 format used by many email clients 
in their archives / exports.</p>
-<p>The <a 
href="./api/org/apache/tika/parser/mbox/PSTParser.html">PSDParser</a> can 
extract email messages from the Microsoft Outlook PST email format.</p></div>
+<p>The <a 
href="./api/org/apache/tika/parser/mbox/PSTParser.html">PSDParser</a> can 
extract email messages from the Microsoft Outlook PST email format.</p>
+<p>The <a 
href="./api/org/apache/tika/parser/microsoft/OutlookExtractor.html">OutlookExtractor</a>
 (part of <a 
href="./api/org/apache/tika/parser/microsoft/OfficeParser">OfficeParser</a>) is 
able to extract email messages from the Microsoft Outlook MSG email 
format.</p></div>
 <div class="section">
 <h3><a name="CAD_formats">CAD formats</a></h3>
 <p>The <a href="./api/org/apache/tika/parser/dwg/DWGParser.html">DWGParser</a> 
can extract simple metadata from the DWG CAD format.</p></div>

Modified: tika/site/publish/1.7/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.7/formats.html?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/publish/1.7/formats.html (original)
+++ tika/site/publish/1.7/formats.html Thu Jul  2 12:17:21 2015
@@ -174,7 +174,8 @@
 <h3><a name="Mail_formats">Mail formats</a></h3>
 <p>The <a 
href="./api/org/apache/tika/parser/mbox/MboxParser.html">MboxParser</a> can 
extract email messages from the mbox format used by many email archives and 
Unix-style mailboxes.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/mail/RFC822Parser.html">RFC822Parser</a> can 
process single email messages in the RFC 822 format used by many email clients 
in their archives / exports.</p>
-<p>The <a 
href="./api/org/apache/tika/parser/mbox/PSTParser.html">PSDParser</a> can 
extract email messages from the Microsoft Outlook PST email format.</p></div>
+<p>The <a 
href="./api/org/apache/tika/parser/mbox/PSTParser.html">PSDParser</a> can 
extract email messages from the Microsoft Outlook PST email format.</p>
+<p>The <a 
href="./api/org/apache/tika/parser/microsoft/OutlookExtractor.html">OutlookExtractor</a>
 (part of <a 
href="./api/org/apache/tika/parser/microsoft/OfficeParser">OfficeParser</a>) is 
able to extract email messages from the Microsoft Outlook MSG email 
format.</p></div>
 <div class="section">
 <h3><a name="CAD_formats">CAD formats</a></h3>
 <p>The <a href="./api/org/apache/tika/parser/dwg/DWGParser.html">DWGParser</a> 
can extract simple metadata from the DWG CAD format.</p></div>

Modified: tika/site/publish/1.8/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.8/formats.html?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/publish/1.8/formats.html (original)
+++ tika/site/publish/1.8/formats.html Thu Jul  2 12:17:21 2015
@@ -174,7 +174,8 @@
 <h3><a name="Mail_formats">Mail formats</a></h3>
 <p>The <a 
href="./api/org/apache/tika/parser/mbox/MboxParser.html">MboxParser</a> can 
extract email messages from the mbox format used by many email archives and 
Unix-style mailboxes.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/mail/RFC822Parser.html">RFC822Parser</a> can 
process single email messages in the RFC 822 format used by many email clients 
in their archives / exports.</p>
-<p>The <a 
href="./api/org/apache/tika/parser/mbox/PSTParser.html">PSDParser</a> can 
extract email messages from the Microsoft Outlook PST email format.</p></div>
+<p>The <a 
href="./api/org/apache/tika/parser/mbox/PSTParser.html">PSDParser</a> can 
extract email messages from the Microsoft Outlook PST email format.</p>
+<p>The <a 
href="./api/org/apache/tika/parser/microsoft/OutlookExtractor.html">OutlookExtractor</a>
 (part of <a 
href="./api/org/apache/tika/parser/microsoft/OfficeParser">OfficeParser</a>) is 
able to extract email messages from the Microsoft Outlook MSG email 
format.</p></div>
 <div class="section">
 <h3><a name="CAD_formats">CAD formats</a></h3>
 <p>The <a href="./api/org/apache/tika/parser/dwg/DWGParser.html">DWGParser</a> 
can extract simple metadata from the DWG CAD format.</p></div>

Modified: tika/site/publish/1.9/formats.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.9/formats.html?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/publish/1.9/formats.html (original)
+++ tika/site/publish/1.9/formats.html Thu Jul  2 12:17:21 2015
@@ -176,6 +176,7 @@
 <p>The <a 
href="./api/org/apache/tika/parser/mbox/MboxParser.html">MboxParser</a> can 
extract email messages from the mbox format used by many email archives and 
Unix-style mailboxes.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/mail/RFC822Parser.html">RFC822Parser</a> can 
process single email messages in the RFC 822 format used by many email clients 
in their archives / exports.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/mbox/OutlookPSTParser.html">OutlookPSTParser</a>
 can extract email messages from the Microsoft Outlook PST email format.</p>
+<p>The <a 
href="./api/org/apache/tika/parser/microsoft/OutlookExtractor.html">OutlookExtractor</a>
 (part of <a 
href="./api/org/apache/tika/parser/microsoft/OfficeParser">OfficeParser</a>) is 
able to extract email messages from the Microsoft Outlook MSG email format.</p>
 <p>The <a 
href="./api/org/apache/tika/parser/microsoft/TNEFParser.html">TNEFParser</a> 
can extract email attachments from the Microsoft TNEF (Transport Neutral 
Encoding Format, aka Winmail.dat) used with some Microsoft email 
clients.</p></div>
 <div class="section">
 <h3><a name="CAD_formats">CAD formats</a></h3>

Modified: tika/site/src/site/apt/1.10/formats.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.10/formats.apt?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/src/site/apt/1.10/formats.apt (original)
+++ tika/site/src/site/apt/1.10/formats.apt Thu Jul  2 12:17:21 2015
@@ -219,6 +219,11 @@ Supported Document Formats
    The 
{{{./api/org/apache/tika/parser/mbox/OutlookPSTParser.html}OutlookPSTParser}} 
can
    extract email messages from the Microsoft Outlook PST email format.
 
+   The 
{{{./api/org/apache/tika/parser/microsoft/OutlookExtractor.html}OutlookExtractor}}
 (part of 
+   {{{./api/org/apache/tika/parser/microsoft/OfficeParser}OfficeParser}})
+   is able to extract email messages from the Microsoft Outlook MSG email
+   format.
+
    The {{{./api/org/apache/tika/parser/microsoft/TNEFParser.html}TNEFParser}} 
can
    extract email attachments from the Microsoft TNEF (Transport Neutral 
Encoding
    Format, aka Winmail.dat) used with some Microsoft email clients.

Modified: tika/site/src/site/apt/1.6/formats.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.6/formats.apt?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/src/site/apt/1.6/formats.apt (original)
+++ tika/site/src/site/apt/1.6/formats.apt Thu Jul  2 12:17:21 2015
@@ -201,6 +201,11 @@ Supported Document Formats
    The {{{./api/org/apache/tika/parser/mbox/PSTParser.html}PSDParser}} can
    extract email messages from the Microsoft Outlook PST email format.
 
+   The 
{{{./api/org/apache/tika/parser/microsoft/OutlookExtractor.html}OutlookExtractor}}
 (part of 
+   {{{./api/org/apache/tika/parser/microsoft/OfficeParser}OfficeParser}})
+   is able to extract email messages from the Microsoft Outlook MSG email
+   format.
+
 * {CAD formats}
 
    The {{{./api/org/apache/tika/parser/dwg/DWGParser.html}DWGParser}} can

Modified: tika/site/src/site/apt/1.7/formats.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.7/formats.apt?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/src/site/apt/1.7/formats.apt (original)
+++ tika/site/src/site/apt/1.7/formats.apt Thu Jul  2 12:17:21 2015
@@ -212,6 +212,11 @@ Supported Document Formats
    The {{{./api/org/apache/tika/parser/mbox/PSTParser.html}PSDParser}} can
    extract email messages from the Microsoft Outlook PST email format.
 
+   The 
{{{./api/org/apache/tika/parser/microsoft/OutlookExtractor.html}OutlookExtractor}}
 (part of 
+   {{{./api/org/apache/tika/parser/microsoft/OfficeParser}OfficeParser}})
+   is able to extract email messages from the Microsoft Outlook MSG email
+   format.
+
 * {CAD formats}
 
    The {{{./api/org/apache/tika/parser/dwg/DWGParser.html}DWGParser}} can

Modified: tika/site/src/site/apt/1.8/formats.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.8/formats.apt?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/src/site/apt/1.8/formats.apt (original)
+++ tika/site/src/site/apt/1.8/formats.apt Thu Jul  2 12:17:21 2015
@@ -212,6 +212,11 @@ Supported Document Formats
    The {{{./api/org/apache/tika/parser/mbox/PSTParser.html}PSDParser}} can
    extract email messages from the Microsoft Outlook PST email format.
 
+   The 
{{{./api/org/apache/tika/parser/microsoft/OutlookExtractor.html}OutlookExtractor}}
 (part of 
+   {{{./api/org/apache/tika/parser/microsoft/OfficeParser}OfficeParser}})
+   is able to extract email messages from the Microsoft Outlook MSG email
+   format.
+
 * {CAD formats}
 
    The {{{./api/org/apache/tika/parser/dwg/DWGParser.html}DWGParser}} can

Modified: tika/site/src/site/apt/1.9/formats.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.9/formats.apt?rev=1688810&r1=1688809&r2=1688810&view=diff
==============================================================================
--- tika/site/src/site/apt/1.9/formats.apt (original)
+++ tika/site/src/site/apt/1.9/formats.apt Thu Jul  2 12:17:21 2015
@@ -219,6 +219,11 @@ Supported Document Formats
    The 
{{{./api/org/apache/tika/parser/mbox/OutlookPSTParser.html}OutlookPSTParser}} 
can
    extract email messages from the Microsoft Outlook PST email format.
 
+   The 
{{{./api/org/apache/tika/parser/microsoft/OutlookExtractor.html}OutlookExtractor}}
 (part of 
+   {{{./api/org/apache/tika/parser/microsoft/OfficeParser}OfficeParser}})
+   is able to extract email messages from the Microsoft Outlook MSG email
+   format.
+
    The {{{./api/org/apache/tika/parser/microsoft/TNEFParser.html}TNEFParser}} 
can
    extract email attachments from the Microsoft TNEF (Transport Neutral 
Encoding
    Format, aka Winmail.dat) used with some Microsoft email clients.


Reply via email to