KMail Namespace Reference
-*- c++ -*- imapprogressdialog.cpp More...
Classes | |
struct | KMail::CachedImapJob::MsgForDownload |
Information about a message to be downloaded (from the 'IMAP envelope'). More... | |
class | KMail::DictionaryComboBox |
A combo box for selecting the dictionary used for spell checking. More... | |
class | KMail::HeaderStyle |
This class encapsulates the visual appearance of message headers. Encapsulates visual appearance of message headers. More... | |
class | KMail::HtmlStatusBar |
The HTML statusbar widget for use with the reader. More... | |
class | KMail::IdentityDrag |
A QDragObject for KMIdentity. More... | |
class | KMail::IdentityListViewItem |
A QListViewItem for use in IdentityListView. More... | |
class | KMail::IdentityListView |
A listview for KMIdentity. More... | |
struct | KMail::ImapAccountBase::jobData |
Info Data for the Job. More... | |
class | KMail::HtmlWriter |
An interface to HTML sinks. More... | |
class | KMail::URLHandler |
An interface to reader link handlers. More... | |
class | KMail::TeeHtmlWriter |
A HtmlWriter that dispatches all calls to a list of other HtmlWriters. More... | |
class | KMail::TransportManager |
Currently only used to provide a function for reading the transport list. More... | |
class | KMail::UndoInfo |
A class for storing Undo information. More... | |
class | KMail::URLHandlerManager |
Singleton to manage the list of URLHandlers. More... | |
Enumerations | |
enum | ReplyStrategy { ReplySmart = 0, ReplyAuthor, ReplyList, ReplyAll, ReplyNone } |
Functions | |
void | renameChildFolders (KMFolderDir *dir, const QString &oldPath, const QString &newPath) |
QColor | darker (const QColor &c) |
QColor | desaturate (const QColor &c) |
QColor | fixValue (const QColor &c, int newV) |
int | getValueOf (const QColor &c) |
int | pointsToPixel (const QPaintDeviceMetrics &metrics, int pointSize) |
QStringList | stringList (const char *headers[], int numHeaders) |
QString | directionOf (const QString &str) |
QString | strToHtml (const QString &str, bool preserveBlanks=true) |
void | checkConfigUpdates () |
void | lockOrDie () |
void | insertLibraryCatalogues () |
void | cleanup () |
QString | dotstuff (QString s) |
KURL | findUrlForAccount (const KMail::ImapAccountBase *a) |
Variables | |
const about_data | authors [] |
const about_data | credits [] |
const AttachmentStrategy * | iconicStrategy = 0 |
const AttachmentStrategy * | smartStrategy = 0 |
const AttachmentStrategy * | inlinedStrategy = 0 |
const AttachmentStrategy * | hiddenStrategy = 0 |
const char * | briefHeaders [] |
const int | numBriefHeaders = sizeof briefHeaders / sizeof *briefHeaders |
const char * | standardHeaders [] |
const int | numStandardHeaders = sizeof standardHeaders / sizeof *standardHeaders |
const char * | richHeaders [] |
const int | numRichHeaders = sizeof richHeaders / sizeof *richHeaders |
const HeaderStrategy * | allStrategy = 0 |
const HeaderStrategy * | richStrategy = 0 |
const HeaderStrategy * | standardStrategy = 0 |
const HeaderStrategy * | briefStrategy = 0 |
const HeaderStrategy * | customStrategy = 0 |
const HeaderStyle * | briefStyle = 0 |
const HeaderStyle * | plainStyle = 0 |
const HeaderStyle * | fancyStyle = 0 |
const char | kmailIdentityMimeType [] = "application/x-kmail-identity-drag" |
const unsigned short int | imapDefaultPort = 143 |
Detailed Description
-*- c++ -*- imapprogressdialog.cppCopyright (c) 2002-2003 Klarälvdalens Datakonsult AB
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Variable Documentation
|
Initial value:
Definition at line 153 of file aboutdata.cpp. |
|
Initial value:
Definition at line 49 of file headerstrategy.cpp. |
|
Initial value:
Definition at line 55 of file headerstrategy.cpp. |
|
Initial value:
Definition at line 61 of file headerstrategy.cpp. |