I've been playing with s60 python for a few days now, but every idea I have had for a usefull app involves accessing the message store , either to read or write. I cant find any docs on doing so. Is it currently impossible or has anyone found a way to do it?
You might be able to poke around in c:\system\mail directly; that's where messages (sms and email at least) are stored on the 6630, though I don't know if there's a parser for them (they appear to have a lot of binary data around the text itself - though for some applications, simply being able to scan for words in the file might be enough...)