-
Notifications
You must be signed in to change notification settings - Fork 101
[Request] wrap links into html tags and other features #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
1, 2, and 3. Good suggestions. Will look into it. |
Feature 1 released in 0.9.7. |
Regarding (2), it would be useful for the "index.html" page to be able to sort contacts by most recently contacted (to mirror conversation order in the app). |
Tracked on #101. |
For now, only the time for "delivered" (android & ios) and "read" (android only) is support.
For feature 3, the following have been implemented in cfe04c8:
The following are yet to be supported:
Please note that to view the timestamps, you must use the new theme with |
i had solved it this way before in ios_handler.py:
and added to message class:
and my modified query is:
|
I tested your code and observed that the value in the |
Uh oh!
There was an error while loading. Please reload this page.
Hi KnugiHK,
Thanks for the great script !!
2. after all html files have been created, add a function that will create an overview html file, such as index.html with 2 frames (panes) or by using "aside" html tag, where the left pane will contain the contacts list, each contact linked to their single html file, that will then be displayed in the right pane.Tracked separately in [FEATURE] Introduce Overview HTML page and time-based navigation links #101.4. add an option to preserve original filedate when extracting files.5. add an option to preserve subdirscode here: jsharkey13/iphone_backup_decrypt@95f6f37
Best regards
The text was updated successfully, but these errors were encountered: