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 cannot

Re: mailbox multipart

2010-04-14 Thread janwillem
On Apr 14, 8:26 am, Tim Roberts wrote: > janwillem 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

mailbox multipart

2010-04-13 Thread janwillem
ot; and "to" of of a multipart mail 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/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 >> >> thu

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/lis

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
ay compatible with e.g. the Excel interfaces I have for them. My first attempt with sum(i,j) was successful but sum(x,y) (FORTRAN typecast thinking) needs apparently understanding ctypes. Janwillem -- http://mail.python.org/mailman/listinfo/python-list

extending python with array functions

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