-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove python 'requests' dependency for oauth2
- Loading branch information
Showing
5 changed files
with
93 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,10 +180,6 @@ Gentoo | |
|
||
sudo make install | ||
|
||
**Optional (for OAuth 2.0 support):** | ||
|
||
pip3 install -U requests | ||
|
||
Getting Started | ||
=============== | ||
|
||
|
@@ -206,11 +202,6 @@ Gmail OAuth 2.0 Setup | |
Use the setup wizard to set up nmail for the account. Example: | ||
|
||
$ nmail -s gmail-oauth2 | ||
Cache Encryption Password (optional): | ||
Save password (y/n): y | ||
|
||
Cache encryption password is optional, if not specified all local cache | ||
encryption will be disabled. | ||
|
||
Note: Refer to [Gmail Prerequisites](#gmail-prerequisites) for enabling | ||
IMAP access and obtaining OAuth 2.0 access. | ||
|
@@ -226,6 +217,12 @@ [email protected] with your actual outlook / hotmail address): | |
Password: | ||
Save password (y/n): y | ||
|
||
Outlook OAuth 2.0 Setup | ||
----------------------- | ||
Use the setup wizard to set up nmail for the account. Example: | ||
|
||
$ nmail -s outlook-oauth2 | ||
|
||
Other Email Providers | ||
--------------------- | ||
Run nmail once in order for it to automatically generate the default config | ||
|
@@ -1211,7 +1208,7 @@ Code Formatting | |
--------------- | ||
Uncrustify is used to maintain consistent source code formatting, example: | ||
|
||
uncrustify -c etc/uncrustify.cfg --replace --no-backup src/*.cpp src/*.h | ||
./make.sh src | ||
|
||
|
||
License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters