Re: PG Email Client - Mailing list pgsql-general

From Michelle Konzack
Subject Re: PG Email Client
Date
Msg-id 20070221164742.GL1907@freenet.de
Whole thread Raw
In response to Re: PG Email Client  (Sim Zacks <sim@compulab.co.il>)
List pgsql-general
Am 2007-01-30 07:56:32, schrieb Sim Zacks:
> In the traditional imap server the mail is stored in folders on the server
> that are accessed by the client. Therefore you are limited to one indexed
> location per email. Lets say you want to look at your email by customer.
> You would want to have a folder per customer so you can review your
> correspondence with each one individually. If you want to look at

Not needed!

I have a Table per $USER and folders are only virtuell.  So if you have
the message in your INBOX and copy it to INBOX.pgsql the the message in
the table become two references for the TWO folders.

<snip>

Note:  Currently I have 7.41 million messages in my table
       for testing plus the originals on Courier-Imap.

Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/6/61925193    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment

pgsql-general by date:

Previous
From: Michelle Konzack
Date:
Subject: Re: PG Email Client
Next
From: Michelle Konzack
Date:
Subject: Re: Any Plans for cross database queries on the same server?