mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 01:36:04 +03:00
[PR #107] [MERGED] Imap bug fixes #146
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#146
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/107
Author: @d99kris
Created: 8/6/2022
Status: ✅ Merged
Merged: 8/6/2022
Merged by: @d99kris
Base:
master← Head:imap-bug-fixes📝 Commits (9)
b918e4dfixes #105 - handle non-ascii (utf7) encoded folder namesc833c76fixes #106 - handle unquoted commas in sender/recipient namese1073d3separate uid and flags cache db files from headers cache3adfa5cfix to only get folders the first time entering idle1ee1babfetch flags when entering/exiting imap idle statee44e723fixes #80 - improved status progress reporting during full synca9904f1add support for composing copy of current email with shift-cc71d6aeadd support for floating point percentage progress reporting483ab35code formatting📊 Changes
27 files changed (+999 additions, -153 deletions)
View changed files
📝
CMakeLists.txt(+3 -1)📝
README.md(+16 -3)➕
ext/cyrus-imap/COPYRIGHT(+59 -0)➕
ext/cyrus-imap/lib/imapurl.c(+352 -0)➕
ext/cyrus-imap/lib/imapurl.h(+86 -0)📝
src/addressbook.cpp(+1 -1)📝
src/cacheutil.cpp(+2 -2)📝
src/encoding.cpp(+21 -1)📝
src/encoding.h(+3 -1)📝
src/header.cpp(+12 -12)📝
src/imap.cpp(+39 -5)📝
src/imap.h(+3 -1)📝
src/imapcache.cpp(+76 -23)📝
src/imapcache.h(+5 -1)📝
src/imapindex.cpp(+5 -5)📝
src/imapindex.h(+1 -1)📝
src/imapmanager.cpp(+128 -32)📝
src/imapmanager.h(+20 -5)📝
src/main.cpp(+3 -0)📝
src/nmail.1(+1 -1)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.