pesaply / smslib

Automatically exported from code.google.com/p/smslib
0 stars 0 forks source link

Implement method for deleting non-text messages from modem. #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement some sort of method which will delete all non recognized messages
(like vcards, mms, etc) from the modem's inbox.

Such messages now issue an "Unhandled message, skipping" error, and they
stay in the modem for ever.

Original issue reported on code.google.com by T.Delenikas on 21 Nov 2007 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by T.Delenikas on 28 Nov 2007 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by T.Delenikas on 28 Nov 2007 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by T.Delenikas on 28 Nov 2007 at 8:04

GoogleCodeExporter commented 9 years ago
Scheduled for v3.1

Original comment by T.Delenikas on 12 Dec 2007 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by T.Delenikas on 20 Dec 2007 at 10:18

GoogleCodeExporter commented 9 years ago
Isn't it better to handover this kind of SMSs to the receiver so the can
be handled accordingly (if the reciever know how to handle them?) 

/ Hakan

Original comment by digi...@gmail.com on 22 Dec 2007 at 11:53

GoogleCodeExporter commented 9 years ago
HI,

The implementation is not exactly what is written in the original description.
These messages are mapped to the "UnknownMessage" class and its up to you (i.e. 
the
user) to decide what to do with them. No automatic deletion ever takes place.

Original comment by T.Delenikas on 22 Dec 2007 at 2:35