Cosmetics
This commit is contained in:
parent
68f8eb0d39
commit
d7eaba1007
@ -243,7 +243,7 @@ void IMAPMessage::extract(
|
|||||||
shared_ptr <const IMAPFolder> folder = m_folder.lock();
|
shared_ptr <const IMAPFolder> folder = m_folder.lock();
|
||||||
|
|
||||||
if (!folder) {
|
if (!folder) {
|
||||||
throw exceptions::illegal_state("Folder not open");
|
throw exceptions::folder_not_found();
|
||||||
}
|
}
|
||||||
|
|
||||||
extractImpl(
|
extractImpl(
|
||||||
|
Loading…
Reference in New Issue
Block a user