Skip to content

keep outlook-html-style replies with mutt/markdown

Notifications You must be signed in to change notification settings

monkeyxite/muttlook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Muttlook

Background

Fork from a tool for mu4e-mimelook, creating a mutt assistance tool to reply HTML mail (mainly outlook) without reconstruct the original format, with markdown replies.

  • Support reply with Markdown but maintain the style
  • Support inline image

Other dependencies

There are many tools installed in the machine to run the script for the purpose.

  • Neomutt (edit-content-id and MIME alternative multipart support) not upstream mutt.
  • Create tmp folder /tmp/muttlook?
  • Mutt-trim

Python dependencies

Tested with Python 3.11.

Usage

  1. Modify muttrc
  2. Modify mutt-trim

To-do

  • Clean LSP diagnostics (unbound/…)
  • regex to filler out already cid or remote links
  • refectory and better documentation
  • clean madness after send: copy markdown attachment into tmp folder to enable so.
  • Test case for other occasions:
    • Gmail HTML
    • Gmail plain text
    • Outlook HTML
    • Outlook plain text.

Credits

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%