[PR #70] [MERGED] add oauth 2.0 support #139

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/70
Author: @d99kris
Created: 3/7/2021
Status: Merged
Merged: 3/7/2021
Merged by: @d99kris

Base: masterHead: oauth2


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/d99kris/nmail/pull/70 **Author:** [@d99kris](https://github.com/d99kris) **Created:** 3/7/2021 **Status:** ✅ Merged **Merged:** 3/7/2021 **Merged by:** [@d99kris](https://github.com/d99kris) **Base:** `master` ← **Head:** `oauth2` --- ### 📝 Commits (2) - [`112e4a5`](https://github.com/d99kris/nmail/commit/112e4a5fc813a5b1f2ff1e677d4cf3e05b9e7418) add OAuth 2.0 support - [`962333a`](https://github.com/d99kris/nmail/commit/962333a68caf0a33eec3b60f99a227484b4b8d0a) update doc ### 📊 Changes **22 files changed** (+1201 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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#139
No description provided.