|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Preferences.ConfigurationPages.EmailPage</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Preferences.ConfigurationPages.EmailPage</h1> |
|
23 <p> |
|
24 Module implementing the Email configuration page. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#EmailPage">EmailPage</a></td> |
|
34 <td>Class implementing the Email configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr> |
|
40 <td><a href="#create">create</a></td> |
|
41 <td>Module function to create the configuration page.</td> |
|
42 </tr> |
|
43 </table> |
|
44 <hr /><hr /> |
|
45 <a NAME="EmailPage" ID="EmailPage"></a> |
|
46 <h2>EmailPage</h2> |
|
47 <p> |
|
48 Class implementing the Email configuration page. |
|
49 </p> |
|
50 <h3>Derived from</h3> |
|
51 ConfigurationPageBase, Ui_EmailPage |
|
52 <h3>Class Attributes</h3> |
|
53 <table> |
|
54 <tr><td>None</td></tr> |
|
55 </table> |
|
56 <h3>Class Methods</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
|
60 <h3>Methods</h3> |
|
61 <table> |
|
62 <tr> |
|
63 <td><a href="#EmailPage.__init__">EmailPage</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#EmailPage.__updateTestButton">__updateTestButton</a></td> |
|
67 <td>Private slot to update the enabled state of the test button.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#EmailPage.on_mailAuthenticationCheckBox_toggled">on_mailAuthenticationCheckBox_toggled</a></td> |
|
70 <td>Private slot to handle a change of the state of the authentication selector.</td> |
|
71 </tr><tr> |
|
72 <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> |
|
74 </tr><tr> |
|
75 <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> |
|
77 </tr><tr> |
|
78 <td><a href="#EmailPage.on_testButton_clicked">on_testButton_clicked</a></td> |
|
79 <td>Private slot to test the mail server login data.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#EmailPage.save">save</a></td> |
|
82 <td>Public slot to save the Email configuration.</td> |
|
83 </tr> |
|
84 </table> |
|
85 <h3>Static Methods</h3> |
|
86 <table> |
|
87 <tr><td>None</td></tr> |
|
88 </table> |
|
89 <a NAME="EmailPage.__init__" ID="EmailPage.__init__"></a> |
|
90 <h4>EmailPage (Constructor)</h4> |
|
91 <b>EmailPage</b>(<i></i>) |
|
92 <p> |
|
93 Constructor |
|
94 </p><a NAME="EmailPage.__updateTestButton" ID="EmailPage.__updateTestButton"></a> |
|
95 <h4>EmailPage.__updateTestButton</h4> |
|
96 <b>__updateTestButton</b>(<i></i>) |
|
97 <p> |
|
98 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> |
|
100 <h4>EmailPage.on_mailAuthenticationCheckBox_toggled</h4> |
|
101 <b>on_mailAuthenticationCheckBox_toggled</b>(<i>checked</i>) |
|
102 <p> |
|
103 Private slot to handle a change of the state of the authentication |
|
104 selector. |
|
105 </p><dl> |
|
106 <dt><i>checked</i></dt> |
|
107 <dd> |
|
108 state of the checkbox (boolean) |
|
109 </dd> |
|
110 </dl><a NAME="EmailPage.on_mailPasswordEdit_textChanged" ID="EmailPage.on_mailPasswordEdit_textChanged"></a> |
|
111 <h4>EmailPage.on_mailPasswordEdit_textChanged</h4> |
|
112 <b>on_mailPasswordEdit_textChanged</b>(<i>txt</i>) |
|
113 <p> |
|
114 Private slot to handle a change of the text of the user edit. |
|
115 </p><dl> |
|
116 <dt><i>txt</i></dt> |
|
117 <dd> |
|
118 current text of the edit (string) |
|
119 </dd> |
|
120 </dl><a NAME="EmailPage.on_mailUserEdit_textChanged" ID="EmailPage.on_mailUserEdit_textChanged"></a> |
|
121 <h4>EmailPage.on_mailUserEdit_textChanged</h4> |
|
122 <b>on_mailUserEdit_textChanged</b>(<i>txt</i>) |
|
123 <p> |
|
124 Private slot to handle a change of the text of the user edit. |
|
125 </p><dl> |
|
126 <dt><i>txt</i></dt> |
|
127 <dd> |
|
128 current text of the edit (string) |
|
129 </dd> |
|
130 </dl><a NAME="EmailPage.on_testButton_clicked" ID="EmailPage.on_testButton_clicked"></a> |
|
131 <h4>EmailPage.on_testButton_clicked</h4> |
|
132 <b>on_testButton_clicked</b>(<i></i>) |
|
133 <p> |
|
134 Private slot to test the mail server login data. |
|
135 </p><a NAME="EmailPage.save" ID="EmailPage.save"></a> |
|
136 <h4>EmailPage.save</h4> |
|
137 <b>save</b>(<i></i>) |
|
138 <p> |
|
139 Public slot to save the Email configuration. |
|
140 </p> |
|
141 <div align="right"><a href="#top">Up</a></div> |
|
142 <hr /><hr /> |
|
143 <a NAME="create" ID="create"></a> |
|
144 <h2>create</h2> |
|
145 <b>create</b>(<i>dlg</i>) |
|
146 <p> |
|
147 Module function to create the configuration page. |
|
148 </p><dl> |
|
149 <dt><i>dlg</i></dt> |
|
150 <dd> |
|
151 reference to the configuration dialog |
|
152 </dd> |
|
153 </dl><dl> |
|
154 <dt>Returns:</dt> |
|
155 <dd> |
|
156 reference to the instantiated page (ConfigurationPageBase) |
|
157 </dd> |
|
158 </dl> |
|
159 <div align="right"><a href="#top">Up</a></div> |
|
160 <hr /> |
|
161 </body></html> |