aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/defaultAuthenticator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/defaultAuthenticator.hpp')
-rw-r--r--src/messaging/defaultAuthenticator.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messaging/defaultAuthenticator.hpp b/src/messaging/defaultAuthenticator.hpp
index 9480ec56..dcd0f297 100644
--- a/src/messaging/defaultAuthenticator.hpp
+++ b/src/messaging/defaultAuthenticator.hpp
@@ -29,8 +29,10 @@ namespace vmime {
namespace messaging {
-/** An auhenticator that simply returns the credentials set in the
- * session properties (named 'username' and 'password').
+/** Default implementation for authenticator. It simply returns
+ * the credentials set in the session properties (named 'username'
+ * and 'password'). This is the default implementation used if
+ * you do not write your own authenticator object.
*/
class defaultAuthenticator : public authenticator