Summary: | SMTP does not prompt for password | ||
---|---|---|---|
Product: | [Unmaintained] trojita | Reporter: | Pepijn de Vos <pepijndevos> |
Component: | SMTP | Assignee: | Trojita default assignee <trojita-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.3.93 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/trojita/56ba7723cad35fdc1a921cad5f0de72434a5f853 | Version Fixed In: | |
Sentry Crash Report: |
Description
Pepijn de Vos
2013-06-02 15:27:07 UTC
This will take some time to get addressed properly -- thanks for your report, it's much appreciated. Git commit 56ba7723cad35fdc1a921cad5f0de72434a5f853 by Jan Kundrát, on behalf of Pali Rohár. Committed on 13/08/2013 at 19:24. Pushed by jkt into branch 'master'. Add support for asking SMTP password when sending email MSA: AbstractMSA: Add signal passwordRequested() and slot setPassword() for requesting and setting password MSA: SMTP: Use MSA passwordRequested() and setPassword() for requesting password before sending emails Composer: Submission: Use MSA API for requesting and setting password, forward it to parent GUI widget Gui: ComposeWidget: Use Gui::PasswordDialog for password requests from Composer REVIEW: 112065 M +13 -0 src/Composer/Submission.cpp M +7 -0 src/Composer/Submission.h M +22 -0 src/Gui/ComposeWidget.cpp M +2 -0 src/Gui/ComposeWidget.h M +6 -0 src/MSA/AbstractMSA.cpp M +2 -0 src/MSA/AbstractMSA.h M +50 -16 src/MSA/SMTP.cpp M +8 -0 src/MSA/SMTP.h http://commits.kde.org/trojita/56ba7723cad35fdc1a921cad5f0de72434a5f853 |