We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23de500 commit 1ceb7e8Copy full SHA for 1ceb7e8
README.md
@@ -79,7 +79,12 @@ Delete the next section of code:
79
At this point you should have a working sample code.
80
81
## Customising the script.
82
-You will need to update the code in the following section:
+You will need to update the code in this function:
83
+```python
84
+handle_each_email()
85
+```
86
+
87
+as well as this section in `main()`
88
```python
89
if notifier == "NOTE1":
90
logger.debug("Note1")
@@ -90,6 +95,8 @@ elif notifier == "NOTE2":
95
# Your custom code goes here. Bot / Line
91
96
processed = True
92
97
```
98
99
93
100
If you are confused. Take a look at gmail.py which is my current working implementation.
94
101
102
## Automating Script Execution
0 commit comments