imessage-exporter icon indicating copy to clipboard operation
imessage-exporter copied to clipboard

Export iMessage data + run iMessage Diagnostics

Results 26 imessage-exporter issues
Sort by recently updated
recently updated
newest added

When generating an archive with HTML files the images don't appear into the conversation. But an attachements directory is correctly created in file structure

bug
crate: cli
html

It is a bit misleading to say "Contact 1" given `imessage-exporter` does not access macOS Contacts.

documentation
enhancement

I have a chat.db as well as the attachment folder backed up to a drive, I put it on my desktop, and ran the command as follows: `imessage-exporter --db-path "/path/to/chat_folder/"...

crate: cli
enhancement

For example: Q: Does `imessage-exporter` export message conversations that are on a user's iPhone but **not** mirrored on the user's otherwise in-sync Mac? A: No, the user will have to...

documentation
enhancement

- Use new `RunTime` error type instead of `String` - Improve performance by caching reactions more aggressively - ≈`25%` faster with `--no-copy` Flamegraphs for `Exporter::format_message()` Before: After:

crate: database
crate: cli

Windows does not bundle `sqlite3` like macOS does. Enabling the `bundled` crate feature for `rusqlite` will prevent build issues on Windows: ```zsh error: linking with  x86_64-w64-mingw32-gcc failed: exit code: 1...

crate: database
enhancement

Per [this comment](https://old.reddit.com/r/apple/comments/10cp8dh/_/j4kfavh): ```zsh Building cache… [1/4] Caching chats… thread ‘main’ panicked at ‘called  Result::unwrap()  on an  Err  value: SqliteFailure(Error { code: AuthorizationForStatementDenied, extended_code: 23 }, Some(“authorization denied”))’, /Users/username/.cargo/registry/src/github.com-1ecc6299db9ec823/imessage-database-1.0.0/src/tables/chat.rs:34:54 note:...

bug
crate: database
table

This would be a super helpful way to possibly organize/consume the attachments. If you took the date/time from the message it was sent/received with and tagged that to the photo....

crate: cli
enhancement

https://old.reddit.com/r/apple/comments/10cp8dh/_/j4kfavh ```zsh Building cache… [1/4] Caching chats… thread ‘main’ panicked at ‘called  Result::unwrap()  on an  Err  value: SqliteFailure(Error { code: AuthorizationForStatementDenied, extended_code: 23 }, Some(“authorization denied”))’, /Users/username/.cargo/registry/src/github.com-1ecc6299db9ec823/imessage-database-1.0.0/src/tables/chat.rs:34:54 note: run with  ...

bug
crate: database