Documentation/Source/eric5.Preferences.ConfigurationPages.EmailPage.html

changeset 1032
f7c2e348f6f3
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
1031:c0f795aa71a7 1032:f7c2e348f6f3
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#EmailPage.__init__">EmailPage</a></td> 60 <td><a href="#EmailPage.__init__">EmailPage</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#EmailPage.__updateTestButton">__updateTestButton</a></td>
64 <td>Private slot to update the enabled state of the test button.</td>
65 </tr><tr>
66 <td><a href="#EmailPage.on_mailAuthenticationCheckBox_toggled">on_mailAuthenticationCheckBox_toggled</a></td>
67 <td>Private slot to handle a change of the state of the authentication selector.</td>
68 </tr><tr>
69 <td><a href="#EmailPage.on_mailPasswordEdit_textChanged">on_mailPasswordEdit_textChanged</a></td>
70 <td>Private slot to handle a change of the text of the user edit.</td>
71 </tr><tr>
72 <td><a href="#EmailPage.on_mailUserEdit_textChanged">on_mailUserEdit_textChanged</a></td>
73 <td>Private slot to handle a change of the text of the user edit.</td>
74 </tr><tr>
75 <td><a href="#EmailPage.on_testButton_clicked">on_testButton_clicked</a></td>
76 <td>Private slot to test the mail server login data.</td>
77 </tr><tr>
63 <td><a href="#EmailPage.save">save</a></td> 78 <td><a href="#EmailPage.save">save</a></td>
64 <td>Public slot to save the Email configuration.</td> 79 <td>Public slot to save the Email configuration.</td>
65 </tr> 80 </tr>
66 </table> 81 </table>
67 <a NAME="EmailPage.__init__" ID="EmailPage.__init__"></a> 82 <a NAME="EmailPage.__init__" ID="EmailPage.__init__"></a>
68 <h4>EmailPage (Constructor)</h4> 83 <h4>EmailPage (Constructor)</h4>
69 <b>EmailPage</b>(<i></i>) 84 <b>EmailPage</b>(<i></i>)
70 <p> 85 <p>
71 Constructor 86 Constructor
87 </p><a NAME="EmailPage.__updateTestButton" ID="EmailPage.__updateTestButton"></a>
88 <h4>EmailPage.__updateTestButton</h4>
89 <b>__updateTestButton</b>(<i></i>)
90 <p>
91 Private slot to update the enabled state of the test button.
92 </p><a NAME="EmailPage.on_mailAuthenticationCheckBox_toggled" ID="EmailPage.on_mailAuthenticationCheckBox_toggled"></a>
93 <h4>EmailPage.on_mailAuthenticationCheckBox_toggled</h4>
94 <b>on_mailAuthenticationCheckBox_toggled</b>(<i>checked</i>)
95 <p>
96 Private slot to handle a change of the state of the authentication
97 selector.
98 </p><dl>
99 <dt><i>checked</i></dt>
100 <dd>
101 state of the checkbox (boolean)
102 </dd>
103 </dl><a NAME="EmailPage.on_mailPasswordEdit_textChanged" ID="EmailPage.on_mailPasswordEdit_textChanged"></a>
104 <h4>EmailPage.on_mailPasswordEdit_textChanged</h4>
105 <b>on_mailPasswordEdit_textChanged</b>(<i>txt</i>)
106 <p>
107 Private slot to handle a change of the text of the user edit.
108 </p><dl>
109 <dt><i>txt</i></dt>
110 <dd>
111 current text of the edit (string)
112 </dd>
113 </dl><a NAME="EmailPage.on_mailUserEdit_textChanged" ID="EmailPage.on_mailUserEdit_textChanged"></a>
114 <h4>EmailPage.on_mailUserEdit_textChanged</h4>
115 <b>on_mailUserEdit_textChanged</b>(<i>txt</i>)
116 <p>
117 Private slot to handle a change of the text of the user edit.
118 </p><dl>
119 <dt><i>txt</i></dt>
120 <dd>
121 current text of the edit (string)
122 </dd>
123 </dl><a NAME="EmailPage.on_testButton_clicked" ID="EmailPage.on_testButton_clicked"></a>
124 <h4>EmailPage.on_testButton_clicked</h4>
125 <b>on_testButton_clicked</b>(<i></i>)
126 <p>
127 Private slot to test the mail server login data.
72 </p><a NAME="EmailPage.save" ID="EmailPage.save"></a> 128 </p><a NAME="EmailPage.save" ID="EmailPage.save"></a>
73 <h4>EmailPage.save</h4> 129 <h4>EmailPage.save</h4>
74 <b>save</b>(<i></i>) 130 <b>save</b>(<i></i>)
75 <p> 131 <p>
76 Public slot to save the Email configuration. 132 Public slot to save the Email configuration.

eric ide

mercurial