aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPServiceInfos.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-04 18:34:25 +0000
committerVincent Richard <[email protected]>2005-10-04 18:34:25 +0000
commit09d9e114398e826a4e676c4dbb3cbe7f88d1236c (patch)
tree9e72eeef6173634c74d1fd10117826a11d0686a1 /src/net/imap/IMAPServiceInfos.cpp
parentAdded TLS/SSL support. (diff)
downloadvmime-09d9e114398e826a4e676c4dbb3cbe7f88d1236c.tar.gz
vmime-09d9e114398e826a4e676c4dbb3cbe7f88d1236c.zip
Added service::setSocketFactory().
Diffstat (limited to 'src/net/imap/IMAPServiceInfos.cpp')
-rw-r--r--src/net/imap/IMAPServiceInfos.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/imap/IMAPServiceInfos.cpp b/src/net/imap/IMAPServiceInfos.cpp
index d8164ce1..a5d1ca5a 100644
--- a/src/net/imap/IMAPServiceInfos.cpp
+++ b/src/net/imap/IMAPServiceInfos.cpp
@@ -61,7 +61,6 @@ const IMAPServiceInfos::props& IMAPServiceInfos::getProperties() const
property(serviceInfos::property::SERVER_ADDRESS, serviceInfos::property::FLAG_REQUIRED),
property(serviceInfos::property::SERVER_PORT, "143"),
- property(serviceInfos::property::SERVER_SOCKETFACTORY),
property(serviceInfos::property::TIMEOUT_FACTORY)
};
@@ -85,7 +84,6 @@ const IMAPServiceInfos::props& IMAPServiceInfos::getProperties() const
property(serviceInfos::property::SERVER_ADDRESS, serviceInfos::property::FLAG_REQUIRED),
property(serviceInfos::property::SERVER_PORT, "993"),
- property(serviceInfos::property::SERVER_SOCKETFACTORY),
property(serviceInfos::property::TIMEOUT_FACTORY)
};
@@ -119,7 +117,6 @@ const std::vector <serviceInfos::property> IMAPServiceInfos::getAvailablePropert
list.push_back(p.PROPERTY_SERVER_ADDRESS);
list.push_back(p.PROPERTY_SERVER_PORT);
- list.push_back(p.PROPERTY_SERVER_SOCKETFACTORY);
list.push_back(p.PROPERTY_TIMEOUT_FACTORY);