mshevory / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Sending yourself a message produces a loop where the message cannot be deleted #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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