diff -r e659bb96cdfa -r bb6667ea9ae7 Documentation/Source/eric6.UI.EmailDialog.html --- a/Documentation/Source/eric6.UI.EmailDialog.html Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Source/eric6.UI.EmailDialog.html Sat Mar 02 17:33:58 2019 +0100 @@ -69,12 +69,18 @@ <td><a href="#EmailDialog.__createSimpleMail">__createSimpleMail</a></td> <td>Private method to create a simple mail message.</td> </tr><tr> +<td><a href="#EmailDialog.__deleteAttachedFiles">__deleteAttachedFiles</a></td> +<td>Private method to delete attached files.</td> +</tr><tr> <td><a href="#EmailDialog.__encodedHeader">__encodedHeader</a></td> <td>Private method to create a correctly encoded mail header.</td> </tr><tr> <td><a href="#EmailDialog.__encodedText">__encodedText</a></td> <td>Private method to create a MIMEText message with correct encoding.</td> </tr><tr> +<td><a href="#EmailDialog.__gmailSendResult">__gmailSendResult</a></td> +<td>Private slot handling the send result reported by the Google Mail interface.</td> +</tr><tr> <td><a href="#EmailDialog.__sendmail">__sendmail</a></td> <td>Private method to actually send the message.</td> </tr><tr> @@ -159,7 +165,12 @@ <dd> email.mime.text.MIMEText </dd> -</dl><a NAME="EmailDialog.__encodedHeader" ID="EmailDialog.__encodedHeader"></a> +</dl><a NAME="EmailDialog.__deleteAttachedFiles" ID="EmailDialog.__deleteAttachedFiles"></a> +<h4>EmailDialog.__deleteAttachedFiles</h4> +<b>__deleteAttachedFiles</b>(<i></i>) +<p> + Private method to delete attached files. +</p><a NAME="EmailDialog.__encodedHeader" ID="EmailDialog.__encodedHeader"></a> <h4>EmailDialog.__encodedHeader</h4> <b>__encodedHeader</b>(<i>txt</i>) <p> @@ -189,6 +200,20 @@ <dd> MIMEText object </dd> +</dl><a NAME="EmailDialog.__gmailSendResult" ID="EmailDialog.__gmailSendResult"></a> +<h4>EmailDialog.__gmailSendResult</h4> +<b>__gmailSendResult</b>(<i>ok, message</i>) +<p> + Private slot handling the send result reported by the Google Mail + interface. +</p><dl> +<dt><i>ok</i> (bool)</dt> +<dd> +flag indicating success +</dd><dt><i>message</i> (str)</dt> +<dd> +message from the interface +</dd> </dl><a NAME="EmailDialog.__sendmail" ID="EmailDialog.__sendmail"></a> <h4>EmailDialog.__sendmail</h4> <b>__sendmail</b>(<i>msg</i>) @@ -214,16 +239,6 @@ <dd> email message to be sent </dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flag indicating success -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> </dl><a NAME="EmailDialog.attachFile" ID="EmailDialog.attachFile"></a> <h4>EmailDialog.attachFile</h4> <b>attachFile</b>(<i>fname, deleteFile</i>)