mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 01:36:04 +03:00
[PR #70] [MERGED] add oauth 2.0 support #139
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#139
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/70
Author: @d99kris
Created: 3/7/2021
Status: ✅ Merged
Merged: 3/7/2021
Merged by: @d99kris
Base:
master← Head:oauth2📝 Commits (2)
112e4a5add OAuth 2.0 support962333aupdate doc📊 Changes
22 files changed (+1201 additions, -180 deletions)
View changed files
📝
CMakeLists.txt(+8 -1)📝
README.md(+111 -31)📝
src/addressbook.cpp(+2 -2)➕
src/auth.cpp(+312 -0)➕
src/auth.h(+56 -0)📝
src/cacheutil.cpp(+12 -0)📝
src/cacheutil.h(+3 -0)📝
src/imap.cpp(+27 -1)📝
src/imap.h(+1 -0)📝
src/imapcache.cpp(+1 -14)📝
src/imapcache.h(+0 -2)📝
src/imapindex.cpp(+2 -2)📝
src/imapmanager.cpp(+61 -9)📝
src/imapmanager.h(+3 -0)📝
src/main.cpp(+262 -102)📝
src/nmail.1(+11 -5)➕
src/oauth2nmail.py(+293 -0)📝
src/offlinequeue.cpp(+1 -1)📝
src/smtp.cpp(+10 -1)📝
src/ui.cpp(+9 -9)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.