AutoHotkey Community

It is currently May 26th, 2012, 10:30 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: September 4th, 2009, 7:01 pm 
Offline

Joined: August 26th, 2007, 12:23 am
Posts: 50
Location: USA
Has there been a script to extract a time line from emails?

example.
Your boss wants a time line from all the email communication to a company that's not paying a bill.
You have all the emails but there are hundreds of them. so you would have to open them and extract the time you emailed and what was said and then what was said back.

I did some searching and couldn't find anything so maybe somebody knows of a script that i haven't seen? Something almost like a chat log.

_________________
~ B r () n c ()


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2009, 12:32 am 
Online

Joined: April 8th, 2009, 7:49 pm
Posts: 6066
Location: San Diego, California
I haven't checked, but I doubt that such a specific complicated script exists.

I found this link, bit is realted to only part of the problem. http://www.autohotkey.com/forum/topic47986.html

I did a quick test with Win Mail and I can select several emails, hit forward, and they become attachements. I sent it to myself, opened the main message and saved the attachments, they became *.EML files that can be opened with notepad. All the body of the email appears to be there, in text form. No clue about images.

You could write an AHK script to go through all the files and collect the receipt date, or send date (depending) Then you could make a list of the filenames vs the date&time and sort this list by date&time.

You could then look through this list and parse each file extracting the needed information, and writing it to a file with little --8<----8<----8<---
lines between each message. :wink:

Wow, the script would be easy for YOU to write. :?: The only things to check are:

Is this the way the boss wants it done?
If you go to court, will this 'hold up' in court?
What actual information is needed?
Can you d/l all the emails like this?
Would it take longer to write the code or do it manually?
Are ALL THE EMAILS available, including the ones that weren't sent to that company, but were only internal to your company?

:idea: Or you could check to see if an application exists that you can buy that already does this. :wink:
:idea: Maybe your local courthouse has someone that can give you a name of a company that designs/sells this type of software.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: AndyJenk, Bing [Bot], JSLover, Leef_me, Miguel, patgenn123, rbrtryn and 66 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group