Popular recipes by Shamil Bikineyev http://code.activestate.com/recipes/users/4173185/2010-09-28T15:11:15-07:00ActiveState Code Recipesworking with GroupWise (Python) 2010-09-28T15:11:15-07:00Shamil Bikineyevhttp://code.activestate.com/recipes/users/4173185/http://code.activestate.com/recipes/577410-working-with-groupwise/ <p style="color: grey"> Python recipe 577410 by <a href="/recipes/users/4173185/">Shamil Bikineyev</a> . </p> <p>some utilities for working with <a href="http://developer.novell.com/wiki/index.php/GroupWise_Object_API">GroupWise</a> through COM-interface</p> working with an email's headers (Python) 2010-03-19T09:32:05-07:00Shamil Bikineyevhttp://code.activestate.com/recipes/users/4173185/http://code.activestate.com/recipes/577128-working-with-an-emails-headers/ <p style="color: grey"> Python recipe 577128 by <a href="/recipes/users/4173185/">Shamil Bikineyev</a> (<a href="/recipes/tags/email/">email</a>, <a href="/recipes/tags/header/">header</a>). </p> <p>email utils (decode_header, get_header, parseaddr, formataddr) that useful while working with an email's parts</p> retrieving emails from POP3 server (Python) 2010-03-19T09:18:45-07:00Shamil Bikineyevhttp://code.activestate.com/recipes/users/4173185/http://code.activestate.com/recipes/577127-retrieving-emails-from-pop3-server/ <p style="color: grey"> Python recipe 577127 by <a href="/recipes/users/4173185/">Shamil Bikineyev</a> (<a href="/recipes/tags/email/">email</a>). </p> <p>poplib utils (retr_text, retr_msg, ..) that useful while working with POP3 server</p>