aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPServiceInfos.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-04 18:49:59 +0000
committerVincent Richard <[email protected]>2005-10-04 18:49:59 +0000
commit3ec0f17ade68adec05f8b0af40c61a4f3a595b75 (patch)
tree990440f5b6803c237c2d72ee298724df176f9e93 /src/net/imap/IMAPServiceInfos.cpp
parentAdded service::setSocketFactory(). (diff)
downloadvmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.tar.gz
vmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.zip
Added service::setTimeoutHandlerFactory().
Diffstat (limited to 'src/net/imap/IMAPServiceInfos.cpp')
-rw-r--r--src/net/imap/IMAPServiceInfos.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/imap/IMAPServiceInfos.cpp b/src/net/imap/IMAPServiceInfos.cpp
index a5d1ca5a..85b23a34 100644
--- a/src/net/imap/IMAPServiceInfos.cpp
+++ b/src/net/imap/IMAPServiceInfos.cpp
@@ -61,8 +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::TIMEOUT_FACTORY)
};
static props imapsProps =
@@ -84,8 +82,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::TIMEOUT_FACTORY)
};
return m_imaps ? imapsProps : imapProps;
@@ -118,8 +114,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_TIMEOUT_FACTORY);
-
return list;
}