Documentation/Source/eric6.E5Network.E5GoogleMail.html

changeset 6817
8fb29a716d1a
parent 6561
ca224a174b4f
child 6828
bb6667ea9ae7
equal deleted inserted replaced
6816:d1a6f7fc6dd2 6817:8fb29a716d1a
23 <p> 23 <p>
24 Module implementing a dialog to send bug reports. 24 Module implementing a dialog to send bug reports.
25 </p> 25 </p>
26 <h3>Global Attributes</h3> 26 <h3>Global Attributes</h3>
27 <table> 27 <table>
28 <tr><td>APPLICATION_NAME</td></tr><tr><td>CLIENT_SECRET_FILE</td></tr><tr><td>SCOPES</td></tr> 28 <tr><td>APPLICATION_NAME</td></tr><tr><td>CLIENT_SECRET_FILE</td></tr><tr><td>CREDENTIALS_FILE</td></tr><tr><td>SCOPES</td></tr>
29 </table> 29 </table>
30 <h3>Classes</h3> 30 <h3>Classes</h3>
31 <table> 31 <table>
32 <tr><td>None</td></tr> 32 <tr><td>None</td></tr>
33 </table> 33 </table>
47 <td>Module function to prepare the message for sending (Python2 Variant).</td> 47 <td>Module function to prepare the message for sending (Python2 Variant).</td>
48 </tr><tr> 48 </tr><tr>
49 <td><a href="#getCredentials">getCredentials</a></td> 49 <td><a href="#getCredentials">getCredentials</a></td>
50 <td>Module function to get the Google credentials.</td> 50 <td>Module function to get the Google credentials.</td>
51 </tr><tr> 51 </tr><tr>
52 <td><a href="#isCredentialsFileAvailable">isCredentialsFileAvailable</a></td> 52 <td><a href="#isClientSecretFileAvailable">isClientSecretFileAvailable</a></td>
53 <td>Module function to check, if the credentials file has been installed.</td> 53 <td>Module function to check, if the client secret file has been installed.</td>
54 </tr> 54 </tr>
55 </table> 55 </table>
56 <hr /><hr /> 56 <hr /><hr />
57 <a NAME="GoogleMailHelp" ID="GoogleMailHelp"></a> 57 <a NAME="GoogleMailHelp" ID="GoogleMailHelp"></a>
58 <h2>GoogleMailHelp</h2> 58 <h2>GoogleMailHelp</h2>
153 Google Mail credentials 153 Google Mail credentials
154 </dd> 154 </dd>
155 </dl> 155 </dl>
156 <div align="right"><a href="#top">Up</a></div> 156 <div align="right"><a href="#top">Up</a></div>
157 <hr /><hr /> 157 <hr /><hr />
158 <a NAME="isCredentialsFileAvailable" ID="isCredentialsFileAvailable"></a> 158 <a NAME="isClientSecretFileAvailable" ID="isClientSecretFileAvailable"></a>
159 <h2>isCredentialsFileAvailable</h2> 159 <h2>isClientSecretFileAvailable</h2>
160 <b>isCredentialsFileAvailable</b>(<i></i>) 160 <b>isClientSecretFileAvailable</b>(<i></i>)
161 <p> 161 <p>
162 Module function to check, if the credentials file has been installed. 162 Module function to check, if the client secret file has been installed.
163 </p><dl> 163 </p><dl>
164 <dt>Returns:</dt> 164 <dt>Returns:</dt>
165 <dd> 165 <dd>
166 flag indicating, that the credentials file is there 166 flag indicating, that the credentials file is there
167 </dd> 167 </dd>

eric ide

mercurial