|
| enum | SpamAgentTypes {
SpamAgentNone
, SpamAgentBool
, SpamAgentFloat
, SpamAgentFloatLarge
,
SpamAgentAdjustedFloat
} |
| |
| enum | IMAPUserIdFormat { FullEmail
, UserName
} |
| |
| enum | FolderContentsType {
ContentsTypeMail = 0
, ContentsTypeCalendar
, ContentsTypeContact
, ContentsTypeNote
,
ContentsTypeTask
, ContentsTypeJournal
, ContentsTypeLast = ContentsTypeJournal
} |
| |
| enum | { num_primes = 29
} |
| |
| enum | ReplyStrategy {
ReplySmart = 0
, ReplyAuthor
, ReplyList
, ReplyAll
,
ReplyNone
} |
| |
| enum | StatusValueTypes {
StatusImportant = 0
, StatusNew = 1
, StatusUnread = 2
, StatusRead = 3
,
StatusOld = 4
, StatusDeleted = 5
, StatusReplied = 6
, StatusForwarded = 7
,
StatusQueued = 8
, StatusSent = 9
, StatusWatched = 10
, StatusIgnored = 11
,
StatusSpam = 12
, StatusHam = 13
, StatusToDo = 14
, StatusInvitation = 15
,
StatusHasAttachment = 16
} |
| |
folderdiaquotatab.h
quotajobs.h
The namespace where all classes of KMail can be found in.
A tiny little class to use for displaying raw messages, textual attachments etc.
The KMail namespace contains classes used for KMail.
Copyright (c) 2006 Till Adam adam@.nosp@m.kde..nosp@m.org
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
In addition, as a special exception, the copyright holders give permission to link the code of this program with any edition of the TQt library by Trolltech AS, Norway (or with modified versions of TQt that use the same license as TQt), and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than TQt. If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.
This is to keep them out of the way from all the other un-namespaced classes in libs and the rest of PIM.
Auto-deletes itself when closed.
- Author
- Carsten Pfeiffer pfeif.nosp@m.fer@.nosp@m.kde.o.nosp@m.rg
◆ ACLList
◆ AnnotationList
◆ QuotaInfoList
| typedef TQValueVector<QuotaInfo> KMail::QuotaInfoList |
◆ SimpleFolderTree
| typedef SimpleFolderTreeBase<TDEListViewItem> KMail::SimpleFolderTree |
◆ SpamAgents
| typedef TQValueList<SpamAgent> KMail::SpamAgents |
◆ SpamAgentsIterator
| typedef TQValueListIterator<SpamAgent> KMail::SpamAgentsIterator |
◆ SpamScores
| typedef TQValueList<SpamScore> KMail::SpamScores |
◆ SpamScoresIterator
| typedef TQValueListIterator<SpamScore> KMail::SpamScoresIterator |
◆ anonymous enum
◆ FolderContentsType
| enum KMail::FolderContentsType |
◆ IMAPUserIdFormat
| enum KMail::IMAPUserIdFormat |
◆ ReplyStrategy
| enum KMail::ReplyStrategy |
◆ SpamAgentTypes
Valid types of SpamAgent.
| Enumerator |
|---|
| SpamAgentNone | Invalid SpamAgent, skip this agent.
|
| SpamAgentBool | Simple Yes or No (Razor)
|
| SpamAgentFloat | For straight percentages between 0.0 and 1.0 (BogoFilter)
|
| SpamAgentFloatLarge | For straight percentages between 0.0 and 100.0.
|
| SpamAgentAdjustedFloat | Use this when we need to compare against a threshold (SpamAssasssin)
|
Definition at line 46 of file antispamconfig.h.
◆ StatusValueTypes
| enum KMail::StatusValueTypes |
◆ beginVerboseSigstatHeader()
| static TQString KMail::beginVerboseSigstatHeader |
( |
| ) |
|
|
static |
◆ checkConfigUpdates()
| TDE_EXPORT void KMail::checkConfigUpdates |
( |
| ) |
|
◆ cleanup()
| TDE_EXPORT void KMail::cleanup |
( |
| ) |
|
◆ directionOf()
| static TQString KMail::directionOf |
( |
const TQString & |
str | ) |
|
|
inlinestatic |
◆ dotstuff()
| static TQString KMail::dotstuff |
( |
TQString |
s | ) |
|
|
inlinestatic |
◆ endVerboseSigstatHeader()
| static TQString KMail::endVerboseSigstatHeader |
( |
const PartMetaData & |
pmd | ) |
|
|
static |
◆ findUrlForAccount()
| static KURL KMail::findUrlForAccount |
( |
const KMail::ImapAccountBase * |
a | ) |
|
|
static |
◆ insertLibraryCataloguesAndIcons()
| TDE_EXPORT void KMail::insertLibraryCataloguesAndIcons |
( |
| ) |
|
◆ lockOrDie()
| TDE_EXPORT void KMail::lockOrDie |
( |
| ) |
|
◆ makeComposer()
| KMail::Composer * KMail::makeComposer |
( |
KMMessage * |
msg = 0, |
|
|
uint |
identity = 0 |
|
) |
| |
◆ makeShowAuditLogLink()
| static TQString KMail::makeShowAuditLogLink |
( |
const GpgME::Error & |
err, |
|
|
const TQString & |
auditLog |
|
) |
| |
|
static |
◆ nextPrime()
| unsigned long KMail::nextPrime |
( |
unsigned long |
n | ) |
|
|
inline |
◆ recurseFilter()
| static int KMail::recurseFilter |
( |
TQListViewItem * |
item, |
|
|
const TQString & |
filter, |
|
|
int |
column |
|
) |
| |
|
static |
◆ renameChildFolders()
| static void KMail::renameChildFolders |
( |
KMFolderDir * |
dir, |
|
|
const TQString & |
oldPath, |
|
|
const TQString & |
newPath |
|
) |
| |
|
static |
◆ signatureToStatus()
| static int KMail::signatureToStatus |
( |
const GpgME::Signature & |
sig | ) |
|
|
static |
◆ smartDisplay()
| static AttachmentStrategy::Display KMail::smartDisplay |
( |
const partNode * |
node | ) |
|
|
static |
◆ stringList()
| static TQStringList KMail::stringList |
( |
const char * |
headers[], |
|
|
int |
numHeaders |
|
) |
| |
|
static |
◆ strToHtml()
| static TQString KMail::strToHtml |
( |
const TQString & |
str, |
|
|
int |
flags = LinkLocator::PreserveSpaces |
|
) |
| |
|
static |
◆ urlFromAccount()
| static KURL KMail::urlFromAccount |
( |
const KMail::ImapAccountBase * |
a | ) |
|
|
static |
◆ writeSimpleSigstatHeader()
| static TQString KMail::writeSimpleSigstatHeader |
( |
const PartMetaData & |
block | ) |
|
|
static |
◆ allStrategy
| const HeaderStrategy* KMail::allStrategy = 0 |
|
static |
◆ authors
| const about_data KMail::authors[] |
|
static |
◆ briefHeaders
| const char* KMail::briefHeaders[] |
|
static |
Initial value:= {
"subject", "from", "cc", "bcc", "date"
}
Definition at line 49 of file headerstrategy.cpp.
◆ briefStrategy
| const HeaderStrategy* KMail::briefStrategy = 0 |
|
static |
◆ briefStyle
◆ credits
| const about_data KMail::credits[] |
|
static |
◆ customStrategy
| const HeaderStrategy* KMail::customStrategy = 0 |
|
static |
◆ enterpriseStyle
◆ fancyStyle
◆ headerOnlyStrategy
| const AttachmentStrategy* KMail::headerOnlyStrategy = 0 |
|
static |
◆ hiddenStrategy
| const AttachmentStrategy* KMail::hiddenStrategy = 0 |
|
static |
◆ iconicStrategy
| const AttachmentStrategy* KMail::iconicStrategy = 0 |
|
static |
◆ imapDefaultPort
| const unsigned short int KMail::imapDefaultPort = 143 |
|
static |
◆ inlinedStrategy
| const AttachmentStrategy* KMail::inlinedStrategy = 0 |
|
static |
◆ kmailIdentityMimeType
| const char KMail::kmailIdentityMimeType[] = "application/x-kmail-identity-drag" |
|
static |
◆ numBriefHeaders
| const int KMail::numBriefHeaders = sizeof briefHeaders / sizeof *briefHeaders |
|
static |
◆ numRichHeaders
| const int KMail::numRichHeaders = sizeof richHeaders / sizeof *richHeaders |
|
static |
◆ numStandardHeaders
| const int KMail::numStandardHeaders = sizeof standardHeaders / sizeof *standardHeaders |
|
static |
◆ plainStyle
◆ prime_list
| const unsigned long KMail::prime_list[num_primes] |
|
static |
Initial value:=
{
31ul, 53ul, 97ul, 193ul, 389ul,
769ul, 1543ul, 3079ul, 6151ul, 12289ul,
24593ul, 49157ul, 98317ul, 196613ul, 393241ul,
786433ul, 1572869ul, 3145739ul, 6291469ul, 12582917ul,
25165843ul, 50331653ul, 100663319ul, 201326611ul, 402653189ul,
805306457ul, 1610612741ul, 3221225473ul, 4294967291ul
}
Definition at line 70 of file kmglobal.h.
◆ richHeaders
| const char* KMail::richHeaders[] |
|
static |
Initial value:= {
"subject", "date", "from", "cc", "bcc", "to",
"organization", "organisation", "reply-to",
"user-agent", "x-mailer"
}
Definition at line 61 of file headerstrategy.cpp.
◆ richStrategy
| const HeaderStrategy* KMail::richStrategy = 0 |
|
static |
◆ s_serverConnections
| TQMap<TQString, int> KMail::s_serverConnections |
|
static |
◆ smartStrategy
| const AttachmentStrategy* KMail::smartStrategy = 0 |
|
static |
◆ standardHeaders
| const char* KMail::standardHeaders[] |
|
static |
Initial value:= {
"subject", "from", "cc", "bcc", "to"
}
Definition at line 55 of file headerstrategy.cpp.
◆ standardStrategy
| const HeaderStrategy* KMail::standardStrategy = 0 |
|
static |
◆ StatusValueCount
| const int KMail::StatusValueCount |
|
static |
Initial value:=
sizeof( StatusValues ) / sizeof( MessageStatus )
Definition at line 256 of file kmsearchpattern.h.
◆ StatusValueCountWithoutHidden
| const int KMail::StatusValueCountWithoutHidden = StatusValueCount - 1 |
|
static |
◆ StatusValues
| const MessageStatus KMail::StatusValues[] |
|
static |
Initial value:= {
{ I18N_NOOP( "Important" ), "kmmsgflag" },
{ I18N_NOOP( "New" ), "kmmsgnew" },
{ I18N_NOOP( "Unread" ), "kmmsgunseen" },
{ I18N_NOOP( "Read" ), "kmmsgread" },
{ I18N_NOOP( "Old" ), 0 },
{ I18N_NOOP( "Deleted" ), "kmmsgdel" },
{ I18N_NOOP( "Replied" ), "kmmsgreplied" },
{ I18N_NOOP( "Forwarded" ), "kmmsgforwarded" },
{ I18N_NOOP( "Queued" ), "kmmsgqueued" },
{ I18N_NOOP( "Sent" ), "kmmsgsent" },
{ I18N_NOOP( "Watched" ), "kmmsgwatched" },
{ I18N_NOOP( "Ignored" ), "kmmsgignored" },
{ I18N_NOOP( "Spam" ), "kmmsgspam" },
{ I18N_NOOP( "Ham" ), "kmmsgham" },
{ I18N_NOOP( "To Do" ), "kmmsgtodo" },
{ I18N_NOOP( "Invitation" ), "kmmsginvitation" },
{ I18N_NOOP( "Has Attachment"), "kmmsgattachment" }
}
Definition at line 216 of file kmsearchpattern.h.
|