Re: How to process mail using pgSQL?

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: Irawan Tanudirdjo <irwtan9(at)telkom(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to process mail using pgSQL?
Date: 2003-06-22 19:13:08
Message-ID: 1056309188.26260.8.camel@zeutrh9
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2003-06-17 at 13:02, Irawan Tanudirdjo wrote:
> Shalom,
>
> I need to know does Postgre has email receiving and sending capability?
> (Like xp_mail in M$ SQL Server). If Postgre has this capability, can
> someone give me pointer where could I found the documentation/tutorial
> about using this mail processing capability? Thank you for your help.

Not sure if this is what you are looking for, but I run dbmail locally.
It is a database driven mailstore with smtp/imap/pop connectors. Dbmail
supports both postgres any mysql as the database. I run postgres. The
project is very polished, butit works very well. I am subscribed to
several very active mailling lists (including general and hackers from
postgres) and have over 200,000 total messages spread across several
mailboxes (folders). I use IMAP to view my mail, and it was taking
several minutes to open folders of this size which is very frustrating.
Moving to dbmail has made it all snappy again.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Lehrbaum 2003-06-22 19:53:55 Aggregate functions on ordered data?
Previous Message MT 2003-06-22 19:09:24 Re: Running pg_dump under vcron