From 64ba82c100cbddca9befb28a6b146b7cc813b5ef Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 5 Feb 2006 20:24:15 +0000 Subject: Added toAddressList(). --- src/mailboxList.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mailboxList.cpp') 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 mailboxList::toAddressList() const +{ + return m_list.clone().dynamicCast (); +} + + } // vmime + -- cgit v1.2.3