32 <tr> |
32 <tr> |
33 <td><a href="#E5GoogleMail">E5GoogleMail</a></td> |
33 <td><a href="#E5GoogleMail">E5GoogleMail</a></td> |
34 <td>Class implementing the logic to send emails via Google Mail.</td> |
34 <td>Class implementing the logic to send emails via Google Mail.</td> |
35 </tr><tr> |
35 </tr><tr> |
36 <td><a href="#E5GoogleMailAuthBrowser">E5GoogleMailAuthBrowser</a></td> |
36 <td><a href="#E5GoogleMailAuthBrowser">E5GoogleMailAuthBrowser</a></td> |
37 <td>Module function to get the Google credentials.</td> |
37 <td>Class implementing a simple web browser to perform the OAuth2 authentication process.</td> |
38 </tr> |
38 </tr> |
39 </table> |
39 </table> |
40 <h3>Functions</h3> |
40 <h3>Functions</h3> |
41 <table> |
41 <table> |
42 <tr> |
42 <tr> |
230 <div align="right"><a href="#top">Up</a></div> |
230 <div align="right"><a href="#top">Up</a></div> |
231 <hr /><hr /> |
231 <hr /><hr /> |
232 <a NAME="E5GoogleMailAuthBrowser" ID="E5GoogleMailAuthBrowser"></a> |
232 <a NAME="E5GoogleMailAuthBrowser" ID="E5GoogleMailAuthBrowser"></a> |
233 <h2>E5GoogleMailAuthBrowser</h2> |
233 <h2>E5GoogleMailAuthBrowser</h2> |
234 <p> |
234 <p> |
235 Module function to get the Google credentials. |
|
236 </p><p> |
|
237 Class implementing a simple web browser to perform the OAuth2 |
235 Class implementing a simple web browser to perform the OAuth2 |
238 authentication process. |
236 authentication process. |
239 </p><dl> |
237 </p><h3>Signals</h3> |
240 <dt>Returns:</dt> |
|
241 <dd> |
|
242 Google Mail credentials |
|
243 </dd> |
|
244 </dl><h3>Signals</h3> |
|
245 <dl> |
238 <dl> |
246 <dt>approvalCodeReceived(str)</dt> |
239 <dt>approvalCodeReceived(str)</dt> |
247 <dd> |
240 <dd> |
248 emitted to indicate the receipt of the |
241 emitted to indicate the receipt of the |
249 approval code |
242 approval code |