aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/authenticationInfos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/authenticationInfos.cpp')
-rw-r--r--src/messaging/authenticationInfos.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/messaging/authenticationInfos.cpp b/src/messaging/authenticationInfos.cpp
index 3c5acca7..70579ff1 100644
--- a/src/messaging/authenticationInfos.cpp
+++ b/src/messaging/authenticationInfos.cpp
@@ -36,5 +36,17 @@ authenticationInfos::authenticationInfos(const authenticationInfos& infos)
}
+const string& authenticationInfos::getUsername() const
+{
+ return (m_username);
+}
+
+
+const string& authenticationInfos::getPassword() const
+{
+ return (m_password);
+}
+
+
} // messaging
} // vmime