[PR #73] [MERGED] encoding improvements #141

Closed
opened 2026-03-03 01:20:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/d99kris/nmail/pull/73
Author: @d99kris
Created: 4/2/2021
Status: Merged
Merged: 4/2/2021
Merged by: @d99kris

Base: masterHead: dev-encoding


📝 Commits (9)

  • 44e1e26 rename oauth2 utility script
  • 4919990 improved detection and conversion of non-utf8 messages
  • 1721273 switch default key bindings for sort and filter
  • e9b0cc1 reduce ui notification time to 0.5 sec
  • 339e5e7 ensure header parsing is cached when viewing search results
  • 2681455 ensure current message does not change after initiating action
  • 8250567 add dialog in message view when trying to go to next/prev but is already on last/first
  • 60e8bfb toggling text / html view to reset message view to first line
  • 900a9f0 doc update - improved open source attribution

📊 Changes

12 files changed (+222 additions, -88 deletions)

View changed files

📝 CMakeLists.txt (+9 -4)
📝 README.md (+19 -16)
📝 make.sh (+2 -2)
📝 src/auth.cpp (+1 -1)
📝 src/body.cpp (+5 -10)
src/encoding.cpp (+105 -0)
src/encoding.h (+21 -0)
📝 src/nmail.1 (+1 -1)
📝 src/oauth2nmail (+10 -10)
📝 src/ui.cpp (+48 -20)
📝 src/util.cpp (+1 -22)
📝 src/util.h (+0 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/d99kris/nmail/pull/73 **Author:** [@d99kris](https://github.com/d99kris) **Created:** 4/2/2021 **Status:** ✅ Merged **Merged:** 4/2/2021 **Merged by:** [@d99kris](https://github.com/d99kris) **Base:** `master` ← **Head:** `dev-encoding` --- ### 📝 Commits (9) - [`44e1e26`](https://github.com/d99kris/nmail/commit/44e1e26b1fff4d4bea26f4790581045f9e75ae2a) rename oauth2 utility script - [`4919990`](https://github.com/d99kris/nmail/commit/4919990e14e7308b58447022590ad11bb35d9026) improved detection and conversion of non-utf8 messages - [`1721273`](https://github.com/d99kris/nmail/commit/1721273e713f4cc2ef5ff64c465907c24f9f1741) switch default key bindings for sort and filter - [`e9b0cc1`](https://github.com/d99kris/nmail/commit/e9b0cc16ff7720f3ce97be2de05ade4b0d91181f) reduce ui notification time to 0.5 sec - [`339e5e7`](https://github.com/d99kris/nmail/commit/339e5e701d08e47510d4721fdf4baaf28782f80c) ensure header parsing is cached when viewing search results - [`2681455`](https://github.com/d99kris/nmail/commit/2681455c2ba4c1b29508cb9bee2b376dab7c9be3) ensure current message does not change after initiating action - [`8250567`](https://github.com/d99kris/nmail/commit/82505675c9d4bd48f50db41a2ea7c2a9ce85be31) add dialog in message view when trying to go to next/prev but is already on last/first - [`60e8bfb`](https://github.com/d99kris/nmail/commit/60e8bfb2684671c6d4db1c0198c601db4d5577a6) toggling text / html view to reset message view to first line - [`900a9f0`](https://github.com/d99kris/nmail/commit/900a9f0b2065eb6bbb3994e51575ec3bb8075719) doc update - improved open source attribution ### 📊 Changes **12 files changed** (+222 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+9 -4) 📝 `README.md` (+19 -16) 📝 `make.sh` (+2 -2) 📝 `src/auth.cpp` (+1 -1) 📝 `src/body.cpp` (+5 -10) ➕ `src/encoding.cpp` (+105 -0) ➕ `src/encoding.h` (+21 -0) 📝 `src/nmail.1` (+1 -1) 📝 `src/oauth2nmail` (+10 -10) 📝 `src/ui.cpp` (+48 -20) 📝 `src/util.cpp` (+1 -22) 📝 `src/util.h` (+0 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:20:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nmail#141
No description provided.