engrKaka / android-sms

This application allows you to automatically backup SMS messages on your Android device to Gmail.
4 stars 1 forks source link

Mark the backup SMS as read #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice if the backed up SMS messages can be shown in Gmail as 
read, instead of unread.

Original issue reported on code.google.com by aris.lan...@gmail.com on 26 Jan 2009 at 5:21

GoogleCodeExporter commented 8 years ago
I was thinking about a feature like this. I'll probably add a setting for this 
and 
make 'read' the default in the next version.

Original comment by chstu...@gmail.com on 26 Jan 2009 at 6:00

GoogleCodeExporter commented 8 years ago
Oh yeah, sorry for marking it as a "Defect."  I couldn't figure out how to 
switch it 
to "Enhancement." :P

Original comment by aris.lan...@gmail.com on 26 Jan 2009 at 6:02

GoogleCodeExporter commented 8 years ago
I've got a compile tested patch attached that may work for this.

Original comment by joel.s...@gmail.com on 1 Feb 2009 at 6:00

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for your patch. This is one of the 3 cases that I intend to implement. I 
could 
imagine a setting like "Mark backed up items as..." with options "read", 
"unread", 
"same status as SMS", where the last option is what you implemented.

Original comment by chstu...@gmail.com on 1 Feb 2009 at 9:52

GoogleCodeExporter commented 8 years ago
This is not as easy at is seems. Gmail ignores flags sent with the APPEND 
command, so 
marking items as read requires at least one extra roundtrip. With the current 
IMAP 
library I'm using I think it would be two extra roundtrips.

Not sure if that will make it into the next release.

Original comment by chstu...@gmail.com on 8 Feb 2009 at 3:29

GoogleCodeExporter commented 8 years ago
As a temporary workaround, one can setup a filter in your gmail account to mark
anything with a subject line of "^SMS\ with\ " to be read.

Original comment by alerque on 12 Apr 2009 at 5:53

GoogleCodeExporter commented 8 years ago
alerque, does this really work for you? I thought uploaded messages (as opposed 
to received messages) were 
unaffected by filters.

Original comment by chstu...@gmail.com on 10 Jun 2009 at 7:32

GoogleCodeExporter commented 8 years ago
I would love to have this as an option!

How does installing the attached patch work?

Original comment by djxspike@gmail.com on 13 Jul 2009 at 10:10

GoogleCodeExporter commented 8 years ago
The attached patch is a source patch and does not work. I have a patch in my 
local repository that fixes this bug 
but it's not yet ready for public consumption, sorry (there are other problems 
with the updated IMAP lib).

Original comment by chstu...@gmail.com on 14 Jul 2009 at 11:45

GoogleCodeExporter commented 8 years ago
@alerque: as chstuder says, the filters do not get applied. to bad because i 
use quite 
a lot of filters, like my family members or clients usually get their own label 
automatically...

Original comment by versluyssander on 28 Jul 2009 at 12:14

GoogleCodeExporter commented 8 years ago
I have added this feature in revision r57 and it will be included in the next 
release. I decided to turn it off by 
default, so backed up messages will appear as unread unless the user changes 
the setting in the "Advanced 
settings" section.

Original comment by chstu...@gmail.com on 2 Aug 2009 at 9:59

GoogleCodeExporter commented 8 years ago
@chstuder and @versluyssander: You guys are right. I had filters setup to skip 
inbox
and don't hae an unread count showing for the label they were being saved as so 
I was
incorrectly imagining that the mark as read checkbox on that filter was working.
Sorry about the mis-lead.

@chstuder: Glad to see this will be properly supported soon.

Original comment by alerque on 3 Aug 2009 at 10:55

GoogleCodeExporter commented 8 years ago
thanks for fixing this! it's really the most usefull app on my g1... keep the 
good work 
man ;-)

Original comment by versluyssander on 11 Aug 2009 at 7:54

GoogleCodeExporter commented 8 years ago

Original comment by chstu...@gmail.com on 11 Aug 2009 at 9:13