email and unicode

2010-04-18 Thread janwillem
I have a script that extracts attachments from all emails in a mbox (largely based on http://code.activestate.com/recipes/302086-strip-attachments-from-an-email-message/; thanks ActiveState). It works fine until it encounters an attachment with a unicode file name (Ukrainian in my case). I

Re: mailbox multipart

2010-04-14 Thread janwillem
On Apr 14, 8:26 am, Tim Roberts t...@probo.com wrote: janwillem jwevand...@xs4all.nl wrote: I am trying to analyze mailboxes using an iterator:    for key, message in mbox.iteritems(): When message is a simple mail message['date']  results the date. When, however, it is a multipart message

mailbox multipart

2010-04-13 Thread janwillem
using python? Thanks janwillem -- http://mail.python.org/mailman/listinfo/python-list

Re: wxpython file dialog

2008-02-10 Thread Janwillem
Guilherme Polo wrote: 2008/2/9, Janwillem [EMAIL PROTECTED]: Is there a way to force the wx.FileDialog to show as default the thumbnails vie in stead of list view? thanks, janwillem -- http://mail.python.org/mailman/listinfo/python-list You should be using

Re: wxpython file dialog

2008-02-10 Thread Janwillem
Guilherme Polo wrote: 2008/2/10, Janwillem [EMAIL PROTECTED]: Guilherme Polo wrote: 2008/2/9, Janwillem [EMAIL PROTECTED]: Is there a way to force the wx.FileDialog to show as default the thumbnails vie in stead of list view? thanks, janwillem -- http://mail.python.org

wxpython file dialog

2008-02-09 Thread Janwillem
Is there a way to force the wx.FileDialog to show as default the thumbnails vie in stead of list view? thanks, janwillem -- http://mail.python.org/mailman/listinfo/python-list

Re: extending python with array functions

2008-02-05 Thread Janwillem
. Janwillem -- http://mail.python.org/mailman/listinfo/python-list

extending python with array functions

2008-02-04 Thread Janwillem
thanks, Janwillem -- http://mail.python.org/mailman/listinfo/python-list