diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailboxList.cpp | 7 |
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 + |
