From c8d0dd53a75b7142a5ce924e4afbea77b86e56b0 Mon Sep 17 00:00:00 2001 From: alwin Date: Mon, 05 Jan 2004 22:21:41 +0000 Subject: bugfix in imapwrapper storemail for all possible mail-accounts raw body fetch in all wrappers unified public interface dialog for selecting a target mailbox started --- (limited to 'noncore/net/mail/selectstore.cpp') diff --git a/noncore/net/mail/selectstore.cpp b/noncore/net/mail/selectstore.cpp new file mode 100644 index 0000000..28ab5a8 --- a/dev/null +++ b/noncore/net/mail/selectstore.cpp @@ -0,0 +1,19 @@ +#include "selectstore.h" + +Selectstore::Selectstore(QWidget* parent, const char* name) + :selectstoreui(parent,name,true) +{ + +} + +Selectstore::~Selectstore() +{ +} + +void Selectstore::slotCreateNewFolder() +{ +} + +void Selectstore::slotMoveMail() +{ +} -- cgit v0.9.0.2