66 self.mailUserEdit.text()) |
66 self.mailUserEdit.text()) |
67 Preferences.setUser("MailServerPassword", |
67 Preferences.setUser("MailServerPassword", |
68 self.mailPasswordEdit.text()) |
68 self.mailPasswordEdit.text()) |
69 Preferences.setUser("MailServerUseTLS", |
69 Preferences.setUser("MailServerUseTLS", |
70 self.useTlsCheckBox.isChecked()) |
70 self.useTlsCheckBox.isChecked()) |
71 |
|
72 |
71 |
73 def __updateTestButton(self): |
72 def __updateTestButton(self): |
74 """ |
73 """ |
75 Private slot to update the enabled state of the test button. |
74 Private slot to update the enabled state of the test button. |
76 """ |
75 """ |