A minimal email TUI where you read with Markdown and write in Neovim. neomd.ssp.sh/docs
email markdown neovim tui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

latest docs template and url

+5 -2
+1 -1
docs/content/docs/configuration.md
··· 266 266 267 267 ### Reference documentation for GMAIL and Office365 268 268 269 - - To enable OAuth2 authentication for Office365 accounts, follow the documentation [here]("https://outlook.office365.com/IMAP.AccessAsUser.All", "offline_access") 269 + - To enable OAuth2 authentication for Office365 accounts, follow the documentation [here](https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth) 270 270 - For GMAIL, follow the documentation [here](https://developers.google.com/workspace/gmail/imap/xoauth2-protocol)
+1 -1
docs/go.mod
··· 2 2 3 3 go 1.24 4 4 5 - require github.com/imfing/hextra v0.9.3 // indirect 5 + require github.com/imfing/hextra v0.12.2 // indirect
+2
docs/go.sum
··· 1 1 github.com/imfing/hextra v0.9.3 h1:p4vDm2TSgt3RpJdJm2mqkpoJCH2S08wzySyyYodtgCc= 2 2 github.com/imfing/hextra v0.9.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= 3 + github.com/imfing/hextra v0.12.2 h1:qa+cHQ1LC/7ys9EhRNnHrRBAHu83Tm8rhh1oWO2a7cc= 4 + github.com/imfing/hextra v0.12.2/go.mod h1:vi+yhpq8YPp/aghvJlNKVnJKcPJ/VyAEcfC1BSV9ARo=
+1
docs/hugo.yaml
··· 12 12 disableKinds: ["RSS"] 13 13 14 14 # import hextra as module 15 + # Hextra v0.12.2 is the latest version as of 2026-04-21. 15 16 module: 16 17 imports: 17 18 - path: github.com/imfing/hextra