KMail Namespace Reference
-*- c++ -*- imapprogressdialog.cpp More...
Classes | |
| struct | CachedImapJob::MsgForDownload |
| Information about a message to be downloaded (from the 'IMAP envelope'). More... | |
| class | DictionaryComboBox |
| A combo box for selecting the dictionary used for spell checking. More... | |
| class | HeaderStyle |
| This class encapsulates the visual appearance of message headers. Encapsulates visual appearance of message headers. More... | |
| class | HtmlStatusBar |
| The HTML statusbar widget for use with the reader. More... | |
| class | IdentityDrag |
| A QDragObject for KMIdentity. More... | |
| class | IdentityListViewItem |
| A QListViewItem for use in IdentityListView. More... | |
| class | IdentityListView |
| A listview for KMIdentity. More... | |
| struct | ImapAccountBase::jobData |
| Info Data for the Job. More... | |
| class | HtmlWriter |
| An interface to HTML sinks. More... | |
| class | URLHandler |
| An interface to reader link handlers. More... | |
| class | TeeHtmlWriter |
| A HtmlWriter that dispatches all calls to a list of other HtmlWriters. More... | |
| class | TransportManager |
| Currently only used to provide a function for reading the transport list. More... | |
| class | UndoInfo |
| A class for storing Undo information. More... | |
| class | 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: {
{ "Severin Greimel", 0, 0, 0 },
{ "Shaheed Haque", 0, 0, 0 },
{ "Heiko Hund", I18N_NOOP("POP filters"),
"heiko@ist.eigentlich.net", 0 },
{ "Torsten Kasch", 0, 0, 0 },
{ "Volker Krause", 0, 0, 0 },
{ "Jeffrey McGee", 0, 0, 0 },
{ "Bernhard Reiter", I18N_NOOP("\xC3\x84gypten and Kroupware project management"),
"bernhard@intevation.de", 0 },
{ "Jan Simonson", I18N_NOOP("beta testing of PGP 6 support"),
"jan@simonson.pp.se", 0 },
{ "Patrick S. Vogt", I18N_NOOP("timestamp for 'Transmission completed' status messages"),
"patrick.vogt@unibas.ch", 0 },
{ "Jan-Oliver Wagner", I18N_NOOP("\xC3\x84gypten and Kroupware project management"),
"jan@intevation.de", 0 },
{ "Wolfgang Westphal", I18N_NOOP("multiple encryption keys per address"),
"wolfgang.westphal@gmx.de", 0 },
{ "Thorsten Zachmann", I18N_NOOP("POP filters"),
"t.zachmann@zagge.de", 0 }
}
Definition at line 153 of file aboutdata.cpp. |
|
|
Initial value: {
"subject", "from", "cc", "bcc", "date"
}
Definition at line 49 of file headerstrategy.cpp. |
|
|
Initial value: {
"subject", "from", "cc", "bcc", "to",
}
Definition at line 55 of file headerstrategy.cpp. |
|
|
Initial value: {
"subject", "date", "from", "cc", "bcc", "to",
"organization", "organisation", "reply-to"
}
Definition at line 61 of file headerstrategy.cpp. |
