IMAP support

pakalk pakalk at gmail.com
Tue Nov 30 16:36:44 EST 2010


On 30 Lis, 22:26, Adam Tauno Williams <awill... at whitemice.org> wrote:
> On Tue, 2010-11-30 at 13:03 -0800, pakalk wrote:
> > Please, give me an example of raw query to IMAP server?
>
> <http://www.devshed.com/c/a/Python/Python-Email-Libraries-part-2-IMAP/2/>
>
> I'm not certain what you mean by "raw query".

m = imap()
m.query('UID SORT ...') # etc.

Thanks for link :)



More information about the Python-list mailing list