The Artima Developer Community
Sponsored Link

Python Buzz Forum
Need better e-mail database

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Need better e-mail database Posted: Mar 24, 2004 7:15 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: Need better e-mail database
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

IMAP is starting to suck here; the folder that collects message from my girlfriend is up to 1300-ish and it's taking all day for Mutt to open it. Getting seriously tempted to try putting it all (a few hundred megs) into a postgres DB or something. But then how do I get to it from my mail client? Or perhaps I can get Mutt to read the maildir directly instead of going via IMAP; that would be good.

Need a better way of downloading my mail, too, because that is taking far too long. Right now I run the 'getmail' script, and it opens an SSH connection to my server and runs the server-side spam deleter, then runs through a list of pop3 servers to download mail from. The SSH connection takes too long, but is handy because it lets me get rid of the most annoying spam. I'm thinking a nice way to get my mail would be to get the app I run over SSH to package up all the mail for me to download in one big .tar.bz2 that I can pick up with SCP or something later.

Comment

Read: Need better e-mail database

Topic: PyCon attendance Previous Topic   Next Topic Topic: PyCon sprints, day 1

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use