Skip Menu |

This queue is for tickets about the Device-Gsm CPAN distribution.

Report information
The Basics
Id: 38288
Status: resolved
Priority: 0/
Queue: Device-Gsm

People
Owner: cosimo [...] cpan.org
Requestors: amadis [...] parmatel.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: WISH
Date: Thu, 7 Aug 2008 17:08:59 +0400
To: bug-Device-Gsm [...] rt.cpan.org
From: Vadim Kutchin <amadis [...] parmatel.ru>
Hi! This is not really a BUG, this is a WISH. I can read incoming SMS messages by $gsm->messages function. But how can I delete already readed SMS message? Please, add such function... Thank you! Version (I have debian etch distribution, this is a package version): libdevice-gsm-perl 1.48-1 -- С уважением, Кучин Вадим Системный администратор ЗАО "ПармаТел" +7 908 717 92 54
On Gio. 07 Ago. 2008 09:09:36, amadis@parmatel.ru wrote: Show quoted text
> Hi! > This is not really a BUG, this is a WISH. > > I can read incoming SMS messages by $gsm->messages function. But how
can I Show quoted text
> delete already readed SMS message? Please, add such function... > Thank you! > > Version (I have debian etch distribution, this is a package version): > libdevice-gsm-perl 1.48-1
Don't know about the debian version, but take a look here: http://search.cpan.org/~cosimo/Device-Gsm-1.48/Gsm.pm#delete_sms() -- Cosimo
Device::Gsm::delete_sms() method should do what you want. It doesn't work on all phone/device models, but this is a common problem, and it's not specific to delete_sms(). I'll close the ticket. Feel free to report your results.