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.__checkGoogleMail">__checkGoogleMail</a></td> |
|
67 <td>Private method to check the Google Mail availability and set the widgets accordingly.</td> |
|
68 </tr><tr> |
66 <td><a href="#EmailPage.__updatePortSpin">__updatePortSpin</a></td> |
69 <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> |
70 <td>Private slot to set the value of the port spin box depending upon the selected encryption method.</td> |
68 </tr><tr> |
71 </tr><tr> |
69 <td><a href="#EmailPage.__updateTestButton">__updateTestButton</a></td> |
72 <td><a href="#EmailPage.__updateTestButton">__updateTestButton</a></td> |
70 <td>Private slot to update the enabled state of the test button.</td> |
73 <td>Private slot to update the enabled state of the test button.</td> |
71 </tr><tr> |
74 </tr><tr> |
|
75 <td><a href="#EmailPage.on_googleCheckAgainButton_clicked">on_googleCheckAgainButton_clicked</a></td> |
|
76 <td>Private slot to check again the availability of Google Mail.</td> |
|
77 </tr><tr> |
72 <td><a href="#EmailPage.on_googleHelpButton_clicked">on_googleHelpButton_clicked</a></td> |
78 <td><a href="#EmailPage.on_googleHelpButton_clicked">on_googleHelpButton_clicked</a></td> |
73 <td>Private slot to show some help text "how to turn on the Gmail API".</td> |
79 <td>Private slot to show some help text "how to turn on the Gmail API".</td> |
|
80 </tr><tr> |
|
81 <td><a href="#EmailPage.on_googleInstallButton_clicked">on_googleInstallButton_clicked</a></td> |
|
82 <td>Private slot to install the required packages for use of Google Mail.</td> |
74 </tr><tr> |
83 </tr><tr> |
75 <td><a href="#EmailPage.on_mailAuthenticationGroup_toggled">on_mailAuthenticationGroup_toggled</a></td> |
84 <td><a href="#EmailPage.on_mailAuthenticationGroup_toggled">on_mailAuthenticationGroup_toggled</a></td> |
76 <td>Private slot to handle a change of the state of the authentication group.</td> |
85 <td>Private slot to handle a change of the state of the authentication group.</td> |
77 </tr><tr> |
86 </tr><tr> |
78 <td><a href="#EmailPage.on_mailPasswordEdit_textChanged">on_mailPasswordEdit_textChanged</a></td> |
87 <td><a href="#EmailPage.on_mailPasswordEdit_textChanged">on_mailPasswordEdit_textChanged</a></td> |
107 <a NAME="EmailPage.__init__" ID="EmailPage.__init__"></a> |
116 <a NAME="EmailPage.__init__" ID="EmailPage.__init__"></a> |
108 <h4>EmailPage (Constructor)</h4> |
117 <h4>EmailPage (Constructor)</h4> |
109 <b>EmailPage</b>(<i></i>) |
118 <b>EmailPage</b>(<i></i>) |
110 <p> |
119 <p> |
111 Constructor |
120 Constructor |
|
121 </p><a NAME="EmailPage.__checkGoogleMail" ID="EmailPage.__checkGoogleMail"></a> |
|
122 <h4>EmailPage.__checkGoogleMail</h4> |
|
123 <b>__checkGoogleMail</b>(<i></i>) |
|
124 <p> |
|
125 Private method to check the Google Mail availability and set the |
|
126 widgets accordingly. |
112 </p><a NAME="EmailPage.__updatePortSpin" ID="EmailPage.__updatePortSpin"></a> |
127 </p><a NAME="EmailPage.__updatePortSpin" ID="EmailPage.__updatePortSpin"></a> |
113 <h4>EmailPage.__updatePortSpin</h4> |
128 <h4>EmailPage.__updatePortSpin</h4> |
114 <b>__updatePortSpin</b>(<i></i>) |
129 <b>__updatePortSpin</b>(<i></i>) |
115 <p> |
130 <p> |
116 Private slot to set the value of the port spin box depending upon |
131 Private slot to set the value of the port spin box depending upon |
118 </p><a NAME="EmailPage.__updateTestButton" ID="EmailPage.__updateTestButton"></a> |
133 </p><a NAME="EmailPage.__updateTestButton" ID="EmailPage.__updateTestButton"></a> |
119 <h4>EmailPage.__updateTestButton</h4> |
134 <h4>EmailPage.__updateTestButton</h4> |
120 <b>__updateTestButton</b>(<i></i>) |
135 <b>__updateTestButton</b>(<i></i>) |
121 <p> |
136 <p> |
122 Private slot to update the enabled state of the test button. |
137 Private slot to update the enabled state of the test button. |
|
138 </p><a NAME="EmailPage.on_googleCheckAgainButton_clicked" ID="EmailPage.on_googleCheckAgainButton_clicked"></a> |
|
139 <h4>EmailPage.on_googleCheckAgainButton_clicked</h4> |
|
140 <b>on_googleCheckAgainButton_clicked</b>(<i></i>) |
|
141 <p> |
|
142 Private slot to check again the availability of Google Mail. |
123 </p><a NAME="EmailPage.on_googleHelpButton_clicked" ID="EmailPage.on_googleHelpButton_clicked"></a> |
143 </p><a NAME="EmailPage.on_googleHelpButton_clicked" ID="EmailPage.on_googleHelpButton_clicked"></a> |
124 <h4>EmailPage.on_googleHelpButton_clicked</h4> |
144 <h4>EmailPage.on_googleHelpButton_clicked</h4> |
125 <b>on_googleHelpButton_clicked</b>(<i></i>) |
145 <b>on_googleHelpButton_clicked</b>(<i></i>) |
126 <p> |
146 <p> |
127 Private slot to show some help text "how to turn on the Gmail API". |
147 Private slot to show some help text "how to turn on the Gmail API". |
|
148 </p><a NAME="EmailPage.on_googleInstallButton_clicked" ID="EmailPage.on_googleInstallButton_clicked"></a> |
|
149 <h4>EmailPage.on_googleInstallButton_clicked</h4> |
|
150 <b>on_googleInstallButton_clicked</b>(<i></i>) |
|
151 <p> |
|
152 Private slot to install the required packages for use of Google Mail. |
128 </p><a NAME="EmailPage.on_mailAuthenticationGroup_toggled" ID="EmailPage.on_mailAuthenticationGroup_toggled"></a> |
153 </p><a NAME="EmailPage.on_mailAuthenticationGroup_toggled" ID="EmailPage.on_mailAuthenticationGroup_toggled"></a> |
129 <h4>EmailPage.on_mailAuthenticationGroup_toggled</h4> |
154 <h4>EmailPage.on_mailAuthenticationGroup_toggled</h4> |
130 <b>on_mailAuthenticationGroup_toggled</b>(<i>checked</i>) |
155 <b>on_mailAuthenticationGroup_toggled</b>(<i>checked</i>) |
131 <p> |
156 <p> |
132 Private slot to handle a change of the state of the authentication |
157 Private slot to handle a change of the state of the authentication |