Preferences/ConfigurationPages/EmailPage.py

branch
Py2 comp.
changeset 2677
3d4277929fb3
parent 2525
8b507a9a2d40
parent 2632
94121e2f55b9
child 3057
10516539f238
equal deleted inserted replaced
2670:e60ea6cb8e11 2677:3d4277929fb3
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 """

eric ide

mercurial