I based my code off of the parse_sms example.
In the extractsms method I added the message instance from
"self.voice.sms().messages" to the msgitem.
That way I can delete the message right from the object extractsms returns.
msgitem['instance'].delete()
Unfortunately, when you send yourself a message, it seems to delete,
but it comes right back.
This process is in a thread if that matters.
Original issue reported on code.google.com by carsonf...@gmail.com on 5 Aug 2011 at 12:21
Original issue reported on code.google.com by
carsonf...@gmail.com
on 5 Aug 2011 at 12:21