-
Notifications
You must be signed in to change notification settings - Fork 2
Some QoL #1
Description
I'm using mboxshell right now, and some things that I would like (need) and give some "Quality of Life" enhancements/features:
Better html messages rendering
Sometimes messages do have tables, that right now looks awful.
Workaround:
Copy
htmlcode fromemlin text editor and save ashtml, and then:
- open with
chawanorw3m(or any terminal web browser)- convert with
pandoc in.html -t plainorhtml2text in.htmland then use a pager
Suggested solutions: (in preference order)
- change to a better internal message (body) render of
html - option to open
htmlmessage with an external tool (text web browser, pandoc, html2text, etc), or custom message export. htmlbody message export option
Fix eml export ?
The resulting exported eml file can't be processed by:
-
eml-extractor: Error message:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 6006: invalid continuation byte -
emlAnalyzer: Error message:
[!] Error: 'utf-8' codec can't decode byte 0xf1 in position 14198: invalid continuation byte [!] File could not be loaded
If using mbox2eml, resulting eml is able to be processed by both previous tools without error. Maybe is related to another encoding (like ISO-8859-1)?
Layout mode 1 (fullscreen)
When using this mode and press Tab to change to message, you can't see the message (only change "selection" border and nothing else); If you are using mboxshell inside a tmux small pane (maybe a 1/3 or 1/4 of your monitor), doesn't make sense to use layout mode 2 (or 3) because you see a lot less info of both (list and message).
Suggested solutions:
- I think in this mode, when
Tab(orEnter) is pressed, should be better to change to message view (and back to list view whenTabis pressed again).