#include </home/clem/local/src/opie/noncore/net/mail/libmailwrapper/mailwrapper.h>
Inheritance diagram for IMAPFolder:


Public Member Functions | |
| IMAPFolder (const QString &name, const QString &sep, bool select=true, bool noinf=false, const QString &prefix="") | |
| virtual | ~IMAPFolder () |
| virtual bool | may_select () const |
| virtual bool | no_inferior () const |
Static Private Member Functions | |
| static QString | decodeFolderName (const QString &name) |
Private Attributes | |
| bool | m_MaySelect |
| bool | m_NoInferior |
|
||||||||||||||||||||||||
|
Definition at line 48 of file mailwrapper.cpp. References decodeFolderName(), QString::length(), Folder::nameDisplay, Folder::prefix, QString::right(), and QString::startsWith(). |
|
|
Definition at line 65 of file mailwrapper.cpp. |
|
|
Decodes base64 encoded parts of the imapfolder name Code taken from kde cvs: kdebase/kioslave/imap4/rfcdecoder.cc Definition at line 76 of file mailwrapper.cpp. References QString::ascii(), base64chars, QString::fromUtf8(), i, QCString::length(), UNDEFINED, UTF16BASE, UTF16HIGHEND, UTF16HIGHSTART, UTF16LOEND, UTF16LOSTART, and UTF16SHIFT. Referenced by IMAPFolder(). |
|
|
Reimplemented from Folder. Definition at line 99 of file mailwrapper.h. References m_MaySelect. |
|
|
Reimplemented from Folder. Definition at line 100 of file mailwrapper.h. References m_NoInferior. |
|
|
Definition at line 103 of file mailwrapper.h. Referenced by may_select(). |
|
|
Definition at line 103 of file mailwrapper.h. Referenced by no_inferior(). |
1.4.2