Mon, 04 Mar 2019 19:00:43 +0100
E5GoogleMail: fixed a source docu error.
--- a/Documentation/Source/eric6.E5Network.E5GoogleMail.html Sun Mar 03 18:06:43 2019 +0100 +++ b/Documentation/Source/eric6.E5Network.E5GoogleMail.html Mon Mar 04 19:00:43 2019 +0100 @@ -34,7 +34,7 @@ <td>Class implementing the logic to send emails via Google Mail.</td> </tr><tr> <td><a href="#E5GoogleMailAuthBrowser">E5GoogleMailAuthBrowser</a></td> -<td>Module function to get the Google credentials.</td> +<td>Class implementing a simple web browser to perform the OAuth2 authentication process.</td> </tr> </table> <h3>Functions</h3> @@ -232,16 +232,9 @@ <a NAME="E5GoogleMailAuthBrowser" ID="E5GoogleMailAuthBrowser"></a> <h2>E5GoogleMailAuthBrowser</h2> <p> - Module function to get the Google credentials. -</p><p> Class implementing a simple web browser to perform the OAuth2 authentication process. -</p><dl> -<dt>Returns:</dt> -<dd> -Google Mail credentials -</dd> -</dl><h3>Signals</h3> +</p><h3>Signals</h3> <dl> <dt>approvalCodeReceived(str)</dt> <dd>
--- a/E5Network/E5GoogleMail.py Sun Mar 03 18:06:43 2019 +0100 +++ b/E5Network/E5GoogleMail.py Mon Mar 04 19:00:43 2019 +0100 @@ -36,12 +36,9 @@ class E5GoogleMailAuthBrowser(QDialog): """ - Module function to get the Google credentials. - Class implementing a simple web browser to perform the OAuth2 authentication process. - @return Google Mail credentials @signal approvalCodeReceived(str) emitted to indicate the receipt of the approval code """