It is my first script on python. Don't know is it correctly uses
modules, but it is working fine with specially with russian code pages
and mime formated messages. Also quoted-printable and base64
encoded
It will be very good if anybody post any comments on this script. Is
it good or bad...
ok, may be it is truth, because class UnixMailbox is working. I found
it in "Depricated classess and methods" in manual :(
here is only version 2.4 in Debian....
ra9ftm:
> I am using Debian 4.0 Etch for my tests. May be old version of python
> in this repository?
--
http:/
Hi all. I am trying to use mailbox module, mbox class like this:
import mailbox
m1 = mailbox.mbox('./ra9ftm2')
But it gives the following:
ra9ftm:/home/ra9ftm/pyemail# python mbox1.py
Traceback (most recent call last):
File "mbox1.py", line 2, in ?
m1 = mai