On 30 Lis, 22:26, Adam Tauno Williams <awill...@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 :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to