Regarding Mail:
Fetch mail, transform it to XML, store in MarkLogic.
Then you can add range indexes, fields, etc and analyze you mail. App
builder could be used right away for a minim version of MarkMail.org..
The translation of mail to XML is not that difficult - everything before
the first two line breaks are header items. I did this last year where the
header name was the value of an attribute, so I had a rather simple format:
<headers>
<header type='Reply-To'>[email protected]</header>
<header type='Subject'>Test</header>
etc..
</headers>
I just did the body as a CDATA.
This is the base.. It gets a little more complicated if you care about
indentation (forwarding), but can also be achieved with some attribute of
'level' on a containing element.
Regards.
David
On 25 March 2014 03:13, Abhishek53 S <[email protected]> wrote:
> Hi All,
>
> I want to integrate my Outlook calendar, mail box with MarkLogic and want
> to do some meaningful analysis for product users. Please let me know some
> thought to do it.
>
> Thanks
> Abhishek
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
> _______________________________________________
> General mailing list
> [email protected]
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general