16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.E5Network.E5GoogleMailHelpers</h1> |
23 <h1>eric6.E5Network.E5GoogleMailHelpers</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing some helpers for Google mail. |
26 Module implementing some helpers for Google mail. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>APPLICATION_NAME</td></tr><tr><td>CLIENT_SECRET_FILE</td></tr><tr><td>RequiredPackages</td></tr><tr><td>SCOPES</td></tr><tr><td>TOKEN_FILE</td></tr> |
31 <tr><td>APPLICATION_NAME</td></tr><tr><td>CLIENT_SECRET_FILE</td></tr><tr><td>RequiredPackages</td></tr><tr><td>SCOPES</td></tr><tr><td>TOKEN_FILE</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
32 <tr><td>None</td></tr> |
36 <tr><td>None</td></tr> |
33 </table> |
37 </table> |
34 <h3>Functions</h3> |
38 <h3>Functions</h3> |
|
39 |
35 <table> |
40 <table> |
|
41 |
36 <tr> |
42 <tr> |
37 <td><a href="#getInstallCommand">getInstallCommand</a></td> |
43 <td><a href="#getInstallCommand">getInstallCommand</a></td> |
38 <td>Module function to get the install command to get the Google mail support activated.</td> |
44 <td>Module function to get the install command to get the Google mail support activated.</td> |
39 </tr><tr> |
45 </tr> |
|
46 <tr> |
40 <td><a href="#isClientSecretFileAvailable">isClientSecretFileAvailable</a></td> |
47 <td><a href="#isClientSecretFileAvailable">isClientSecretFileAvailable</a></td> |
41 <td>Module function to check, if the client secret file has been installed.</td> |
48 <td>Module function to check, if the client secret file has been installed.</td> |
42 </tr> |
49 </tr> |
43 </table> |
50 </table> |
44 <hr /><hr /> |
51 <hr /> |
|
52 <hr /> |
45 <a NAME="getInstallCommand" ID="getInstallCommand"></a> |
53 <a NAME="getInstallCommand" ID="getInstallCommand"></a> |
46 <h2>getInstallCommand</h2> |
54 <h2>getInstallCommand</h2> |
47 <b>getInstallCommand</b>(<i></i>) |
55 <b>getInstallCommand</b>(<i></i>) |
|
56 |
48 <p> |
57 <p> |
49 Module function to get the install command to get the Google mail support |
58 Module function to get the install command to get the Google mail support |
50 activated. |
59 activated. |
51 </p><dl> |
60 </p> |
|
61 <dl> |
52 <dt>Returns:</dt> |
62 <dt>Returns:</dt> |
53 <dd> |
63 <dd> |
54 install command |
64 install command |
55 </dd> |
65 </dd> |
56 </dl><dl> |
66 </dl> |
|
67 <dl> |
57 <dt>Return Type:</dt> |
68 <dt>Return Type:</dt> |
58 <dd> |
69 <dd> |
59 str |
70 str |
60 </dd> |
71 </dd> |
61 </dl> |
72 </dl> |
62 <div align="right"><a href="#top">Up</a></div> |
73 <div align="right"><a href="#top">Up</a></div> |
63 <hr /><hr /> |
74 <hr /> |
|
75 <hr /> |
64 <a NAME="isClientSecretFileAvailable" ID="isClientSecretFileAvailable"></a> |
76 <a NAME="isClientSecretFileAvailable" ID="isClientSecretFileAvailable"></a> |
65 <h2>isClientSecretFileAvailable</h2> |
77 <h2>isClientSecretFileAvailable</h2> |
66 <b>isClientSecretFileAvailable</b>(<i></i>) |
78 <b>isClientSecretFileAvailable</b>(<i></i>) |
|
79 |
67 <p> |
80 <p> |
68 Module function to check, if the client secret file has been installed. |
81 Module function to check, if the client secret file has been installed. |
69 </p><dl> |
82 </p> |
|
83 <dl> |
70 <dt>Returns:</dt> |
84 <dt>Returns:</dt> |
71 <dd> |
85 <dd> |
72 flag indicating, that the credentials file is there |
86 flag indicating, that the credentials file is there |
73 </dd> |
87 </dd> |
74 </dl><dl> |
88 </dl> |
|
89 <dl> |
75 <dt>Return Type:</dt> |
90 <dt>Return Type:</dt> |
76 <dd> |
91 <dd> |
77 bool |
92 bool |
78 </dd> |
93 </dd> |
79 </dl> |
94 </dl> |