smscalls: parse mms data from xml export
purarue opened this issue · 2 comments
purarue commented
Creating this issue to track this, have noticed that we only parse sms
elements from the sms xml export, when theres also mms
, which includes parts
, which includes data like images encoded as base64 and contacts in https://en.wikipedia.org/wiki/Synchronized_Multimedia_Integration_Language
perhaps theres a library to help parse this, instead of re-implementing it
seanbreckenridge commented
Posting this here as reference: https://github.com/danzek/sms-backup-and-restore-parser/blob/master/smsbackuprestore/mms.go