mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 01:36:04 +03:00
[PR #73] [MERGED] encoding improvements #141
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:dev-encoding📝 Commits (9)
44e1e26rename oauth2 utility script4919990improved detection and conversion of non-utf8 messages1721273switch default key bindings for sort and filtere9b0cc1reduce ui notification time to 0.5 sec339e5e7ensure header parsing is cached when viewing search results2681455ensure current message does not change after initiating action8250567add dialog in message view when trying to go to next/prev but is already on last/first60e8bfbtoggling text / html view to reset message view to first line900a9f0doc 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.