Jonas Maurus wrote:
> I want to write a Python program that receives messages via SMTP and
> stores them in a dict or an array. For my purposes it would be
> important that all received mail would be kept in RAM and not cached
> out to disk. If a new message comes in that can't fit in the allocate
On 19 Sep., 22:48, Jonas Maurus <[EMAIL PROTECTED]> wrote:
> Hello everybody,
>
> I'm pondering the following problem:
>
> I want to write a Python program that receives messages via SMTP and
> stores them in a dict or an array. For my purposes it would be
> important that all received mail would b