mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #1085] Will SMS messages on Gmail disappear once phone with messages is disconnected #867
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#867
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kimreuwer on GitHub (Jul 19, 2022).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/1085
Hi! Thank you so much for continuing to update such a helpful app. We used the server name imap.Gmail.com and the sms+ backup worked like a breeze.
My sister is disconnecting her phone tomorrow. Will the SMS messages automatically disappear after the phone is wiped? We are unsure whether the hosted messages need a continued phone connection.
thank you
Version 1.5.11
Old Phone - Google Pixel 3
EDIT : the messages stayed on the Gmail server/her Gmail! After light digging I found that IMAP stores a local copy so the messages were successfully saved. Again, thank you!
@kurahaupo commented on GitHub (Sep 5, 2022):
@kimreuwer her messages are safe.
One of the key use-cases for this app is to restore messages after a phone has been wiped; it wouldn't be very good at that job if it automatically dropped all the messages when the phone is disconnected.
Firstly, Gmail has no way to track the continued existence of a particular IMAP client device, since it's only identified by the login credentials that you provide. "Disconnect" in this context has nothing to do with actual connections, but rather is used as a vague shorthand for "remove the credentials from the client device so that it can't log in"; the server simply has no way to know this has occurred.
You can ask Gmail to issue new credentials at any time; it has no way of knowing whether you plan to use those in a new or existing app installation, and therefore no way of inferring that the "old" device has "gone away".
Secondly, messages stored in Gmail are stored in exactly the same say as emails that arrived normally, which is to say, they're independent copies that don't "belong" to any device. So even if Gmail did somehow track the device connections, it wouldn't affect messages that were stored.
Thirdly, the app doesn't even contain the IMAP "delete" and "expunge" commands. It couldn't delete your messages even if it went bizarrely wrong.