src/eric7/Documentation/Source/eric7.UI.EmailDialog.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.UI.EmailDialog.html	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.EmailDialog.html	Thu Dec 21 19:50:01 2023 +0100
@@ -146,13 +146,13 @@
 </p>
 <dl>
 
-<dt><i>mode</i></dt>
+<dt><i>mode</i> (str)</dt>
 <dd>
-mode of this dialog (string, "bug" or "feature")
+mode of this dialog ("bug" or "feature")
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of this dialog (QWidget)
+parent widget of this dialog
 </dd>
 </dl>
 <a NAME="EmailDialog.__createMultipartMail" ID="EmailDialog.__createMultipartMail"></a>
@@ -209,15 +209,21 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-header text to encode (string)
+header text to encode
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-encoded header (email.header.Header)
+encoded header
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+email.header.Header
 </dd>
 </dl>
 <a NAME="EmailDialog.__encodedText" ID="EmailDialog.__encodedText"></a>
@@ -229,9 +235,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text to be put into the MIMEText object (string)
+text to be put into the MIMEText object
 </dd>
 </dl>
 <dl>
@@ -240,6 +246,12 @@
 MIMEText object
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+email.mime.text.MIMEText
+</dd>
+</dl>
 <a NAME="EmailDialog.__gmailSendResult" ID="EmailDialog.__gmailSendResult"></a>
 <h4>EmailDialog.__gmailSendResult</h4>
 <b>__gmailSendResult</b>(<i>ok, message</i>)
@@ -268,15 +280,21 @@
 </p>
 <dl>
 
-<dt><i>msg</i></dt>
+<dt><i>msg</i> (str)</dt>
 <dd>
-the message to be sent (string)
+the message to be sent
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EmailDialog.__sendmailGoogle" ID="EmailDialog.__sendmailGoogle"></a>
@@ -302,14 +320,14 @@
 </p>
 <dl>
 
-<dt><i>fname</i></dt>
+<dt><i>fname</i> (str)</dt>
 <dd>
-name of the file to be attached (string)
+name of the file to be attached
 </dd>
-<dt><i>deleteFile</i></dt>
+<dt><i>deleteFile</i> (bool)</dt>
 <dd>
 flag indicating to delete the file after it has
-            been sent (boolean)
+            been sent
 </dd>
 </dl>
 <a NAME="EmailDialog.keyPressEvent" ID="EmailDialog.keyPressEvent"></a>
@@ -321,9 +339,9 @@
 </p>
 <dl>
 
-<dt><i>ev</i></dt>
+<dt><i>ev</i> (QKeyEvent)</dt>
 <dd>
-key event (QKeyEvent)
+key event
 </dd>
 </dl>
 <a NAME="EmailDialog.on_addButton_clicked" ID="EmailDialog.on_addButton_clicked"></a>
@@ -342,9 +360,9 @@
 </p>
 <dl>
 
-<dt><i>button</i></dt>
+<dt><i>button</i> (QAbstractButton)</dt>
 <dd>
-button that was clicked (QAbstractButton)
+button that was clicked
 </dd>
 </dl>
 <a NAME="EmailDialog.on_buttonBox_rejected" ID="EmailDialog.on_buttonBox_rejected"></a>
@@ -391,9 +409,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-changed text (string)
+changed text
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial