From b3fe63b45c7c7dd1d77a9c3a12bb42ce6561bb5a Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 09 Dec 2003 01:30:26 +0000 Subject: - interface change for imapwrapper - beginning of parsing the body-structure of mails not just simple return the whole body (this moment commented out 'cause it's only working for text/plain type mails) --- (limited to 'noncore/net/mail/accountview.cpp') diff --git a/noncore/net/mail/accountview.cpp b/noncore/net/mail/accountview.cpp index a531976..1bde886 100644 --- a/noncore/net/mail/accountview.cpp +++ b/noncore/net/mail/accountview.cpp @@ -61,7 +61,7 @@ void IMAPfolderItem::refresh(Maillist&target) QString IMAPfolderItem::fetchBody(const RecMail&aMail) { - return imap->getWrapper()->fetchBody(folder->getName(),aMail); + return imap->getWrapper()->fetchBody(aMail); } AccountView::AccountView( QWidget *parent, const char *name, WFlags flags ) -- cgit v0.9.0.2