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