-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
5 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 |
---|---|---|
|
@@ -33,6 +33,7 @@ Here's an example of a gmail target: | |
service = gmail | ||
gmail.query = label:action OR label:readme | ||
gmail.login_name = [email protected] | ||
gmail.thread_limit = 100 | ||
|
||
The specified query can be any gmail search term. By default it will select | ||
starred threads. One task is created per selected thread, not per e-mail. | ||
|
@@ -41,6 +42,9 @@ You do not need to specify the ``login_name``, but it can be useful to avoid | |
accidentally fetching data from the wrong account. (This also allows multiple | ||
targets with the same login to share the same authentication token.) | ||
|
||
By default, the last 100 threads matching the query will be returned. You may | ||
adjust the number of returned threads with ``gmail.thread_limit``. | ||
|
||
Authentication | ||
-------------- | ||
|
||
|
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