python - How to use thread search method in imaplib? -


i want create gmail client ability view emails conversations (threads). in imaplib, there method: imap4.thread(threading_algorithm, charset, search_criterion[, ...]) think solution. has experience using it? please give example. thanks.

that method wrapper imap4rev1 extension thread command. have @ link describes how imap command works: http://tools.ietf.org/search/rfc5256

however, i'm not sure gmail implements thread command. if does, should list 'thread=' among capabilities.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -