TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: open standards for mail storage?

5 pointsby hyuenover 15 years ago
Hi all, I was wondering if there are any standards/documentation for storing mail, either in the server, or in e-mail clients? I am specially interested in how companies like Xobni are able to crawl the data from the user's mailboxes. A poor man's crawler could be probably with an IMAP client, but that doesn't sound particularly efficient.

1 comment

Scott_MacGregorover 15 years ago
Email messages are stored in open human readable text on the email server, unless they are encrypted.<p>An Administrator on a Microsoft server with the proper permission level can open the mail directory on the server and see all of the user directories inside. Then simply open the directory and see all of the email message files. Since they are plain text they can be opened with a text editor such as WordPad and easily read.<p>Linux is the same.<p>I am not sure if XOBNI crawls the user mailbox on the email server. More likely, it is getting the information it needs from the Outlook .pst file that is on the user’s client machine. The .pst file is a little database just for Outlook to use.<p>I went to a Microsoft Office developers brunch a while back (good food) and I think I remember they said that they were opening a lot of their Office products to developers so they could make apps to tie in to them.<p>Here is link to the MSN Developers Network that might help you: <a href="http://msdn.microsoft.com/en-us/default.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/default.aspx</a>