I want 23 Sep 2007 … an email archiver that sorts through the several tens of thousands of emails I have received in the past fifteen years and makes it all a nice searchable archive. If it would automatically archive from the current folders, that would be nice. On the Mac OS X. Any ideas Administrative
Administrative Anyone in Amsterdam? 18 Mar 2009 I have a six hour layover at the airport in the morning of 20 April… or I can just work on my talk. Read More
Administrative Feedback now has to be authenticated 2 Jun 2008 The snivelling little boy, Mats Envall, who thinks that walking into someone’s living room and pissing on the floor is acceptable behaviour, has forced me to make comments require my manual authentication. I am sorry for the rest of you, but we are up to 122 spams from the idiot…. Read More
Administrative I am an idiot 13 Jul 2010 I decided not to continue being the manager of a technical computing graphics department when I realised that my staff knew more than I did. I hadn’t realised until a few minutes ago that I now must relinquish the title of “geek”. There’s nothing wrong with my offline editor. I… Read More
glimpse http://webglimpse.net/ (but I’m don’t know about the OS X part of your requirements?). As an aside, an example MUA (e-mail program) which has support for glimpse is EXMH http://exmh.org/ but you do not need to use EXMH to use glimpse. glimpse is a stand-alone tool.
Google Desktop is a really nice solution not only for the emails but also for any file you got stored. It will index every file and shows the results of your search as fast as the web google search does. The only thing you’ll need is to have the emails stored in your hard disk, I mean in any email software. http://desktop.google.com/mac/ I hope this helps you.
Thanks, but I had Google Desktop installed and it was a dog. Besides, I don’t know that it is a good idea to rely on the proprietary formats of a particular supplier. In 30 years, I may not be able to access my email.
On delete: A lot of this is stuff I want to keep for various reasons – such as correspondence with Actual Authorities, or discussion groups that cover material I am interested in and will one day return to. Spotlight has a problem in that it only indexes Apple Mail, which is something I can’t use at my university because of a stupid configuration for the mailservers here involving Exchange. Don’t get me started. Besides, Spotlight finds too many hits, as it lacks a query language (a problem I’m finding with the thousands of PDFs I have on my ‘puter).
If you use Apple Mail, the actual mail is stored in an SQLite database, so any sql client should be able to manipulate it from the command line. Or you could always grep the mail directory..(mind you, MS Entourage does something really weird with your mail; any ideas?)
Have you looked at MailSteward (http://www.mailsteward.com/)? I haven’t tried it myself, but it claims to do about what you want, and has been weel reviewed.
Mail.app will support Exchange in Leopard (10.5). So, you could wait a month, then switch over to Apple Mail.
Devon Think is not just for Mail but it might do what you want. Go to Devon Technologies website, http://www.devon-technologies.com/ The software has some AI built in and after a while, it has gathered enough information to catagorize things on its own. It might be overkill but you could also use it for PDF files and combined with Devon Agent, it makes a great information management tool.
What’s wrong with Spotlight? Spotlight consists of several parts: the main ones are: an indexer, an index, a search engine and three front ends to the search engine. The index and the search engine are pretty powerful but far from perfect. They ignore certain kind of files, certain locations and certain kinds of metadata. The search engine is the best part. It has a very powerfull (but complicated) query language. The real problem is the front ends which allow for only one type of query, do not support booleans, and, with the exception of the finder’s cannot restrict the search to certain types of data. As a result they typically yield far to many hits. There are several ways out One is to use the terminal command ‘mfind’ to feed your queries directly to the search engine. To do this you need to learn that query language (see this page at Apple’s developer’s site). There are several alternative front ends available. I use the freeware front end NotLight. You might prefer FileSpot or HoudahSpot ($20). In addition, there are several alternative search utilities such as EasyFind (free) and Foxtrot ($30). Yep ($30) allows you to search, view and manage all your pdfs in one convenient place. Finally, there are some specialized information managers. I would recommend DevonThink (already mentioned above). I have used it for many years now and I am very satisfied with it (although it has a few quircks). Currently I use DevonThink Pro with comes with scripts to import your mail, but DevonThink Pro Office seems to do a better job and imports email from major email applications including formatting and attachments and integrates it with all your other documents.
Thank you all. I have bought and set up (it is humming in the background as we speak) Mailsteward. I have downloaded NotLight and EasyFind, both free and more useful to me than Spotlight. And I await with slightly bated breath Apple’s next revision to Mail, which (I hope!) can handle Exchange Public Folders without choking. Bless you all, and take a raise out of petty cash.
Have you looked at MailSteward (http://www.mailsteward.com/)? I haven’t tried it myself, but it claims to do about what you want, and has been weel reviewed.
If you use Apple Mail, the actual mail is stored in an SQLite database, so any sql client should be able to manipulate it from the command line. Or you could always grep the mail directory..(mind you, MS Entourage does something really weird with your mail; any ideas?)