<SNIP>

2010/1/22 Robert Burrell Donkin <[email protected]>:

> maybe:
>
>  deliver(String URL, Mail mail)
>
> would be a reasonable first step. (i agree that we need to revise Mail
> but i think that can wait.)
>
> URL gives more flexibility for virtual stuff and namespacing. for both
> IMAP and POP3 the storage of the read only raw data is logically
> independent from the read-write meta-data that's need to manage the
> mail. i suspect that the optimal performance would be to combine a
> flexible data store for the meta-data and file or http for the raw
> data.
>
> examples
>
> deliver("james://usern...@localhost/", mail)
>

I think we could even use it for deliver via smtp to remote host:

deliver("smtp:mail.whatever.de",mail)

WDYT ?

Bye,
Norman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to