Re: [sleuthkit-users] pst file digest
Brought to you by:
carrier
From: Alex N. <ajn...@cs...> - 2013-11-08 16:05:21
|
Hi Stefan, The library is "mailbox." http://docs.python.org/3.3/library/mailbox.html I've used it on .mbox, .pst, and individual email files (the last, as found in Apple Mail). It might have problems with non-ASCII personal names in email headers. The RFCs I've seen say that names, if used, should be ASCII (e.g. "My Name < my...@me...>") (822, 2822), but I've seen a drive with some Israeli correspondence cause this library to fail because the name was in Hebrew. Maybe that has been fixed in the last year. --Alex On Fri, Nov 8, 2013 at 3:14 AM, Stefan Kelm <sk...@bf...> wrote: > Hi Alex, > > > If you're able to program a bit, Python has a PST library that works > > decently, after you extract the files with Autopsy. > > What's the name of that library, please? > > Cheers, > > Stefan. > > -- > Stefan Kelm <sk...@bf...> > BFK edv-consulting GmbH http://www.bfk.de/ > Kriegsstrasse 100 Tel: +49-721-96201-1 > D-76133 Karlsruhe Fax: +49-721-96201-99 > > > ------------------------------------------------------------------------------ > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming models. > Explore > techniques for threading, error checking, porting, and tuning. Get the most > from the latest Intel processors and coprocessors. See abstracts and > register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > |