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

changeset 5443
3ef014765648
parent 3673
e26d7d0c1088
child 6561
ca224a174b4f
equal deleted inserted replaced
5442:43d42a54cf50 5443:3ef014765648
61 <table> 61 <table>
62 <tr> 62 <tr>
63 <td><a href="#EmailPage.__init__">EmailPage</a></td> 63 <td><a href="#EmailPage.__init__">EmailPage</a></td>
64 <td>Constructor</td> 64 <td>Constructor</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#EmailPage.__updatePortSpin">__updatePortSpin</a></td>
67 <td>Private slot to set the value of the port spin box depending upon the selected encryption method.</td>
68 </tr><tr>
66 <td><a href="#EmailPage.__updateTestButton">__updateTestButton</a></td> 69 <td><a href="#EmailPage.__updateTestButton">__updateTestButton</a></td>
67 <td>Private slot to update the enabled state of the test button.</td> 70 <td>Private slot to update the enabled state of the test button.</td>
68 </tr><tr> 71 </tr><tr>
69 <td><a href="#EmailPage.on_mailAuthenticationCheckBox_toggled">on_mailAuthenticationCheckBox_toggled</a></td> 72 <td><a href="#EmailPage.on_mailAuthenticationGroup_toggled">on_mailAuthenticationGroup_toggled</a></td>
70 <td>Private slot to handle a change of the state of the authentication selector.</td> 73 <td>Private slot to handle a change of the state of the authentication group.</td>
71 </tr><tr> 74 </tr><tr>
72 <td><a href="#EmailPage.on_mailPasswordEdit_textChanged">on_mailPasswordEdit_textChanged</a></td> 75 <td><a href="#EmailPage.on_mailPasswordEdit_textChanged">on_mailPasswordEdit_textChanged</a></td>
73 <td>Private slot to handle a change of the text of the user edit.</td> 76 <td>Private slot to handle a change of the text of the user edit.</td>
74 </tr><tr> 77 </tr><tr>
78 <td><a href="#EmailPage.on_mailServerEdit_textChanged">on_mailServerEdit_textChanged</a></td>
79 <td>Private slot to handle a change of the text of the mail server edit.</td>
80 </tr><tr>
75 <td><a href="#EmailPage.on_mailUserEdit_textChanged">on_mailUserEdit_textChanged</a></td> 81 <td><a href="#EmailPage.on_mailUserEdit_textChanged">on_mailUserEdit_textChanged</a></td>
76 <td>Private slot to handle a change of the text of the user edit.</td> 82 <td>Private slot to handle a change of the text of the user edit.</td>
77 </tr><tr> 83 </tr><tr>
84 <td><a href="#EmailPage.on_noEncryptionButton_toggled">on_noEncryptionButton_toggled</a></td>
85 <td>Private slot handling a change of no encryption button.</td>
86 </tr><tr>
78 <td><a href="#EmailPage.on_testButton_clicked">on_testButton_clicked</a></td> 87 <td><a href="#EmailPage.on_testButton_clicked">on_testButton_clicked</a></td>
79 <td>Private slot to test the mail server login data.</td> 88 <td>Private slot to test the mail server login data.</td>
89 </tr><tr>
90 <td><a href="#EmailPage.on_useSslButton_toggled">on_useSslButton_toggled</a></td>
91 <td>Private slot handling a change of SSL encryption button.</td>
92 </tr><tr>
93 <td><a href="#EmailPage.on_useTlsButton_toggled">on_useTlsButton_toggled</a></td>
94 <td>Private slot handling a change of TLS encryption button.</td>
80 </tr><tr> 95 </tr><tr>
81 <td><a href="#EmailPage.save">save</a></td> 96 <td><a href="#EmailPage.save">save</a></td>
82 <td>Public slot to save the Email configuration.</td> 97 <td>Public slot to save the Email configuration.</td>
83 </tr> 98 </tr>
84 </table> 99 </table>
89 <a NAME="EmailPage.__init__" ID="EmailPage.__init__"></a> 104 <a NAME="EmailPage.__init__" ID="EmailPage.__init__"></a>
90 <h4>EmailPage (Constructor)</h4> 105 <h4>EmailPage (Constructor)</h4>
91 <b>EmailPage</b>(<i></i>) 106 <b>EmailPage</b>(<i></i>)
92 <p> 107 <p>
93 Constructor 108 Constructor
109 </p><a NAME="EmailPage.__updatePortSpin" ID="EmailPage.__updatePortSpin"></a>
110 <h4>EmailPage.__updatePortSpin</h4>
111 <b>__updatePortSpin</b>(<i></i>)
112 <p>
113 Private slot to set the value of the port spin box depending upon
114 the selected encryption method.
94 </p><a NAME="EmailPage.__updateTestButton" ID="EmailPage.__updateTestButton"></a> 115 </p><a NAME="EmailPage.__updateTestButton" ID="EmailPage.__updateTestButton"></a>
95 <h4>EmailPage.__updateTestButton</h4> 116 <h4>EmailPage.__updateTestButton</h4>
96 <b>__updateTestButton</b>(<i></i>) 117 <b>__updateTestButton</b>(<i></i>)
97 <p> 118 <p>
98 Private slot to update the enabled state of the test button. 119 Private slot to update the enabled state of the test button.
99 </p><a NAME="EmailPage.on_mailAuthenticationCheckBox_toggled" ID="EmailPage.on_mailAuthenticationCheckBox_toggled"></a> 120 </p><a NAME="EmailPage.on_mailAuthenticationGroup_toggled" ID="EmailPage.on_mailAuthenticationGroup_toggled"></a>
100 <h4>EmailPage.on_mailAuthenticationCheckBox_toggled</h4> 121 <h4>EmailPage.on_mailAuthenticationGroup_toggled</h4>
101 <b>on_mailAuthenticationCheckBox_toggled</b>(<i>checked</i>) 122 <b>on_mailAuthenticationGroup_toggled</b>(<i>checked</i>)
102 <p> 123 <p>
103 Private slot to handle a change of the state of the authentication 124 Private slot to handle a change of the state of the authentication
104 selector. 125 group.
105 </p><dl> 126 </p><dl>
106 <dt><i>checked</i></dt> 127 <dt><i>checked</i></dt>
107 <dd> 128 <dd>
108 state of the checkbox (boolean) 129 state of the group (boolean)
109 </dd> 130 </dd>
110 </dl><a NAME="EmailPage.on_mailPasswordEdit_textChanged" ID="EmailPage.on_mailPasswordEdit_textChanged"></a> 131 </dl><a NAME="EmailPage.on_mailPasswordEdit_textChanged" ID="EmailPage.on_mailPasswordEdit_textChanged"></a>
111 <h4>EmailPage.on_mailPasswordEdit_textChanged</h4> 132 <h4>EmailPage.on_mailPasswordEdit_textChanged</h4>
112 <b>on_mailPasswordEdit_textChanged</b>(<i>txt</i>) 133 <b>on_mailPasswordEdit_textChanged</b>(<i>txt</i>)
113 <p> 134 <p>
115 </p><dl> 136 </p><dl>
116 <dt><i>txt</i></dt> 137 <dt><i>txt</i></dt>
117 <dd> 138 <dd>
118 current text of the edit (string) 139 current text of the edit (string)
119 </dd> 140 </dd>
141 </dl><a NAME="EmailPage.on_mailServerEdit_textChanged" ID="EmailPage.on_mailServerEdit_textChanged"></a>
142 <h4>EmailPage.on_mailServerEdit_textChanged</h4>
143 <b>on_mailServerEdit_textChanged</b>(<i>txt</i>)
144 <p>
145 Private slot to handle a change of the text of the mail server edit.
146 </p><dl>
147 <dt><i>txt</i> (str)</dt>
148 <dd>
149 current text of the edit (string)
150 </dd>
120 </dl><a NAME="EmailPage.on_mailUserEdit_textChanged" ID="EmailPage.on_mailUserEdit_textChanged"></a> 151 </dl><a NAME="EmailPage.on_mailUserEdit_textChanged" ID="EmailPage.on_mailUserEdit_textChanged"></a>
121 <h4>EmailPage.on_mailUserEdit_textChanged</h4> 152 <h4>EmailPage.on_mailUserEdit_textChanged</h4>
122 <b>on_mailUserEdit_textChanged</b>(<i>txt</i>) 153 <b>on_mailUserEdit_textChanged</b>(<i>txt</i>)
123 <p> 154 <p>
124 Private slot to handle a change of the text of the user edit. 155 Private slot to handle a change of the text of the user edit.
125 </p><dl> 156 </p><dl>
126 <dt><i>txt</i></dt> 157 <dt><i>txt</i></dt>
127 <dd> 158 <dd>
128 current text of the edit (string) 159 current text of the edit (string)
129 </dd> 160 </dd>
161 </dl><a NAME="EmailPage.on_noEncryptionButton_toggled" ID="EmailPage.on_noEncryptionButton_toggled"></a>
162 <h4>EmailPage.on_noEncryptionButton_toggled</h4>
163 <b>on_noEncryptionButton_toggled</b>(<i>checked</i>)
164 <p>
165 Private slot handling a change of no encryption button.
166 </p><dl>
167 <dt><i>checked</i> (bool)</dt>
168 <dd>
169 current state of the button
170 </dd>
130 </dl><a NAME="EmailPage.on_testButton_clicked" ID="EmailPage.on_testButton_clicked"></a> 171 </dl><a NAME="EmailPage.on_testButton_clicked" ID="EmailPage.on_testButton_clicked"></a>
131 <h4>EmailPage.on_testButton_clicked</h4> 172 <h4>EmailPage.on_testButton_clicked</h4>
132 <b>on_testButton_clicked</b>(<i></i>) 173 <b>on_testButton_clicked</b>(<i></i>)
133 <p> 174 <p>
134 Private slot to test the mail server login data. 175 Private slot to test the mail server login data.
135 </p><a NAME="EmailPage.save" ID="EmailPage.save"></a> 176 </p><a NAME="EmailPage.on_useSslButton_toggled" ID="EmailPage.on_useSslButton_toggled"></a>
177 <h4>EmailPage.on_useSslButton_toggled</h4>
178 <b>on_useSslButton_toggled</b>(<i>checked</i>)
179 <p>
180 Private slot handling a change of SSL encryption button.
181 </p><dl>
182 <dt><i>checked</i> (bool)</dt>
183 <dd>
184 current state of the button
185 </dd>
186 </dl><a NAME="EmailPage.on_useTlsButton_toggled" ID="EmailPage.on_useTlsButton_toggled"></a>
187 <h4>EmailPage.on_useTlsButton_toggled</h4>
188 <b>on_useTlsButton_toggled</b>(<i>checked</i>)
189 <p>
190 Private slot handling a change of TLS encryption button.
191 </p><dl>
192 <dt><i>checked</i> (bool)</dt>
193 <dd>
194 current state of the button
195 </dd>
196 </dl><a NAME="EmailPage.save" ID="EmailPage.save"></a>
136 <h4>EmailPage.save</h4> 197 <h4>EmailPage.save</h4>
137 <b>save</b>(<i></i>) 198 <b>save</b>(<i></i>)
138 <p> 199 <p>
139 Public slot to save the Email configuration. 200 Public slot to save the Email configuration.
140 </p> 201 </p>

eric ide

mercurial