diff -r 2079ccbfa335 -r cbf6d88004ce eric6/Documentation/Source/eric6.E5Network.E5GoogleMail.html --- a/eric6/Documentation/Source/eric6.E5Network.E5GoogleMail.html Mon Sep 02 18:52:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.E5Network.E5GoogleMail.html Mon Sep 02 18:58:29 2019 +0200 @@ -82,11 +82,8 @@ <td><a href="#E5GoogleMail.__loadToken">__loadToken</a></td> <td>Private method to load a token from the token file.</td> </tr><tr> -<td><a href="#E5GoogleMail.__prepareMessage_v2">__prepareMessage_v2</a></td> -<td>Private method to prepare the message for sending (Python2 Variant).</td> -</tr><tr> -<td><a href="#E5GoogleMail.__prepareMessage_v3">__prepareMessage_v3</a></td> -<td>Private method to prepare the message for sending (Python2 Variant).</td> +<td><a href="#E5GoogleMail.__prepareMessage">__prepareMessage</a></td> +<td>Private method to prepare the message for sending.</td> </tr><tr> <td><a href="#E5GoogleMail.__processAuthorization">__processAuthorization</a></td> <td>Private slot to process the received authorization code.</td> @@ -150,31 +147,11 @@ <dd> dict or None </dd> -</dl><a NAME="E5GoogleMail.__prepareMessage_v2" ID="E5GoogleMail.__prepareMessage_v2"></a> -<h4>E5GoogleMail.__prepareMessage_v2</h4> -<b>__prepareMessage_v2</b>(<i>message</i>) +</dl><a NAME="E5GoogleMail.__prepareMessage" ID="E5GoogleMail.__prepareMessage"></a> +<h4>E5GoogleMail.__prepareMessage</h4> +<b>__prepareMessage</b>(<i>message</i>) <p> - Private method to prepare the message for sending (Python2 Variant). -</p><dl> -<dt><i>message</i> (email.mime.text.MIMEBase)</dt> -<dd> -message to be prepared -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -prepared message dictionary -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -dict -</dd> -</dl><a NAME="E5GoogleMail.__prepareMessage_v3" ID="E5GoogleMail.__prepareMessage_v3"></a> -<h4>E5GoogleMail.__prepareMessage_v3</h4> -<b>__prepareMessage_v3</b>(<i>message</i>) -<p> - Private method to prepare the message for sending (Python2 Variant). + Private method to prepare the message for sending. </p><dl> <dt><i>message</i> (email.mime.text.MIMEBase)</dt> <dd>