aboutsummaryrefslogtreecommitdiffstats
path: root/src/mailboxList.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-02-05 20:24:15 +0000
committerVincent Richard <[email protected]>2006-02-05 20:24:15 +0000
commit64ba82c100cbddca9befb28a6b146b7cc813b5ef (patch)
treed02d0768f0e06927258f93e561450d4ac5a05599 /src/mailboxList.cpp
parentChanged copyright year to 2006. (diff)
downloadvmime-64ba82c100cbddca9befb28a6b146b7cc813b5ef.tar.gz
vmime-64ba82c100cbddca9befb28a6b146b7cc813b5ef.zip
Added toAddressList().
Diffstat (limited to 'src/mailboxList.cpp')
-rw-r--r--src/mailboxList.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mailboxList.cpp b/src/mailboxList.cpp
index 63a622a8..8050db92 100644
--- a/src/mailboxList.cpp
+++ b/src/mailboxList.cpp
@@ -210,4 +210,11 @@ void mailboxList::generate(utility::outputStream& os, const string::size_type ma
}
+ref <addressList> mailboxList::toAddressList() const
+{
+ return m_list.clone().dynamicCast <addressList>();
+}
+
+
} // vmime
+