Re: [Python-Dev] PyS60 - mailbox

2009-03-10 Thread R. David Murray
On Tue, 10 Mar 2009 at 22:41, Mahesh S wrote: I am from the PyS60 (Python port on S60 platform) team. We have ported the Python 2.5.4 core in the latest 1.9.x series of PyS60. http://wiki.opensource.nokia.com/projects/PyS60 Currently we have a problem with the mailbox module. Check the code snip

Re: [Python-Dev] PyS60 - mailbox

2009-03-10 Thread Guido van Rossum
Great news on the port! On your issue: Is this module relevant for the platform? Do you know of any existing app that uses the qmail mailbox format? As a work-around, I can think of several values to substitute for atime: the current time, or the mtime, or perhaps even the max of mtime and ctime.

[Python-Dev] PyS60 - mailbox

2009-03-10 Thread Mahesh S
Hi, I am from the PyS60 (Python port on S60 platform) team. We have ported the Python 2.5.4 core in the latest 1.9.x series of PyS60. http://wiki.opensource.nokia.com/projects/PyS60 Currently we have a problem with the mailbox module. Check the code snippet below, from the mailbox module. *def c