mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #1074] IMAP search fails on non-Google servers #858
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#858
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 @Jimisa on GitHub (Feb 24, 2022).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/1074
Originally assigned to: @kurahaupo on GitHub.
Expected behaviour
Restore all backed up SMS from a 4.x Android to a new and empty 10 Android (LineageOS, /e/), using custom IMAP server.
Actual behaviour
When restoring, identification step passed, then stopped with a
UID SEARCH 1:* (HEADER X-SMSSYNC-DATATYPE "SMS") UNDELETED; response: #4# [BAD,UID SEARCH bad parameters]messageSteps to reproduce the behaviour
Please specify the following:
sms_backup_plus/.log is empty
@kurahaupo commented on GitHub (Sep 5, 2022):
Have you set the IMAP "folder" (Gmail "label") to match the previous installation that you want to restore from?
If not, it's likely that there are no messages in the folder/label that's actually used, so that the range
1:*is invalid, because there's no message numbered "1".@kurahaupo commented on GitHub (Sep 5, 2022):
« Messaging app » <- celui-ci veut le nom du logiciel que vous utilizez pour lire les SMS
@wvengen commented on GitHub (Jan 4, 2024):
I have a similar problem, where the server logs show: Error: FTS Xapian: Unknown header 'x-smssync-datatype'.
Perhaps it would be useful to support iterating items without relying on this header being searchable.
@kurahaupo commented on GitHub (Jan 22, 2024):
@wvengen I'll note that for a future update.