Skip to content

Commit 018ae3a

Browse files
LinLin
Lin
authored and
Lin
committed
163 auto-detection enabled
163 auto-detection enabled
1 parent c49ab8d commit 018ae3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/async/imap/MCIMAPAsyncSession.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ bool IMAPAsyncSession::isVoIPEnabled()
193193
return mVoIPEnabled;
194194
}
195195

196+
IMAPNamespace * IMAPAsyncSession::defaultNamespace()
197+
{
198+
return mDefaultNamespace;
199+
}
200+
196201
void IMAPAsyncSession::setDefaultNamespace(IMAPNamespace * ns)
197202
{
198203
MC_SAFE_REPLACE_RETAIN(IMAPNamespace, mDefaultNamespace, ns);

0 commit comments

Comments
 (0)