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
Post a Comment