Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 98d6b53e11e983e268c3e19f14e091a0 > files > 2410

kdepim-devel-doc-3.5.9-9mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>kmail: kmfolder.h Source File (kmail)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



<style type="text/css">
<!--
hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }

-->
</style>

</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../.."><img id="nav_header_logo" alt="Home" align="left" src="../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>
  <img id="nav_header_logo_right" alt="" align="right" src="../../pimlogo.png" border="0" />

  <div id="nav_header_title" align="left">KDE PIM API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_left" style="text-align: left;">
/ <a href="../../">API Reference</a>
 / <a href=".">kmail</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <h2><a name="content"></a>kmail</h2>


<!-- Generated by Doxygen 1.5.5 -->
<h1>kmfolder.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C++ -*-</span>
<a name="l00002"></a>00002 <span class="comment"> * kmail: KDE mail client</span>
<a name="l00003"></a>00003 <span class="comment"> * Copyright (c) 1996-1998 Stefan Taferner &lt;taferner@kde.org&gt;</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
<a name="l00006"></a>00006 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
<a name="l00007"></a>00007 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00008"></a>00008 <span class="comment"> * (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00013"></a>00013 <span class="comment"> * GNU General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
<a name="l00016"></a>00016 <span class="comment"> * along with this program; if not, write to the Free Software</span>
<a name="l00017"></a>00017 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> */</span>
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef kmfolder_h</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define kmfolder_h</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="comment">// for large file support</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;config.h&gt;</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 <span class="preprocessor">#include "kmfoldernode.h"</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include "kmfoldertype.h"</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "kmmsginfo.h"</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include "kmglobal.h"</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include "kmkernel.h"</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include "folderjob.h"</span>
<a name="l00032"></a>00032 <span class="keyword">using</span> KMail::FolderJob;
<a name="l00033"></a>00033 <span class="preprocessor">#include "mailinglist-magic.h"</span>
<a name="l00034"></a>00034 <span class="keyword">using</span> <a class="code" href="classKMail_1_1MailingList.html" title="Class is used for all Mailing List handling inside KMail.">KMail::MailingList</a>;
<a name="l00035"></a>00035 <span class="preprocessor">#include "kmaccount.h"</span> <span class="comment">// for AccountList</span>
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <span class="preprocessor">#include "mimelib/string.h"</span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;qptrvector.h&gt;</span>
<a name="l00040"></a>00040 <span class="preprocessor">#include &lt;sys/types.h&gt;</span>
<a name="l00041"></a>00041 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include &lt;kshortcut.h&gt;</span>
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="keyword">class </span><a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>;
<a name="l00045"></a>00045 <span class="keyword">class </span><a class="code" href="classKMFolderDir.html" title="KMail list that manages the contents of one directory that may contain folders and/or...">KMFolderDir</a>;
<a name="l00046"></a>00046 <span class="keyword">class </span>QTimer;
<a name="l00047"></a>00047 <span class="keyword">class </span><a class="code" href="classFolderStorage.html" title="The FolderStorage class is the bass class for the storage related aspects of a collection...">FolderStorage</a>;
<a name="l00048"></a>00048 <span class="keyword">class </span>KMFolderTreeItem;
<a name="l00049"></a>00049 <span class="keyword">class </span>KMFolderJob;
<a name="l00050"></a>00050 
<a name="l00051"></a>00051 <span class="keyword">namespace </span>KMail {
<a name="l00052"></a>00052    <span class="keyword">class </span>AttachmentStrategy;
<a name="l00053"></a>00053 }
<a name="l00054"></a>00054 <span class="keyword">using</span> KMail::AttachmentStrategy;
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 <span class="keyword">typedef</span> QValueList&lt;Q_UINT32&gt; SerNumList;
<a name="l00057"></a>00057 
<a name="l00068"></a><a class="code" href="classKMFolder.html">00068</a> <span class="keyword">class </span><a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>: <span class="keyword">public</span> KMFolderNode
<a name="l00069"></a>00069 {
<a name="l00070"></a>00070   Q_OBJECT
<a name="l00071"></a>00071   <span class="keyword">friend</span> class ::KMFolderJob;
<a name="l00072"></a>00072 <span class="keyword">public</span>:
<a name="l00073"></a>00073 
<a name="l00089"></a>00089   <a class="code" href="classKMFolder.html#eacb8eb9032acf219f52940f508d91b1" title="Constructs a new Folder object.">KMFolder</a>( <a class="code" href="classKMFolderDir.html" title="KMail list that manages the contents of one directory that may contain folders and/or...">KMFolderDir</a>* parent, <span class="keyword">const</span> QString&amp; name,
<a name="l00090"></a>00090                 KMFolderType aFolderType, <span class="keywordtype">bool</span> withIndex = <span class="keyword">true</span>,
<a name="l00091"></a>00091                 <span class="keywordtype">bool</span> exportedSernums = <span class="keyword">true</span> );
<a name="l00092"></a>00092   ~<a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>();
<a name="l00093"></a>00093 
<a name="l00095"></a><a class="code" href="classKMFolder.html#188625395968a9ace9dc9c38ddc9adb5">00095</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#188625395968a9ace9dc9c38ddc9adb5" title="Returns true if this folder is the inbox on the local disk.">isMainInbox</a>() {
<a name="l00096"></a>00096     <span class="keywordflow">return</span> <span class="keyword">this</span> == <a class="code" href="classKMKernel.html#90d242e3eb45157375ca56d99f1ca8ff" title="normal control stuff">KMKernel::self</a>()-&gt;<a class="code" href="classKMKernel.html#027648ab7c8fe4d0917a0ed454c53ea8">inboxFolder</a>();
<a name="l00097"></a>00097   }
<a name="l00099"></a><a class="code" href="classKMFolder.html#681bdefee00943dd3c86c1d71fa010ba">00099</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#681bdefee00943dd3c86c1d71fa010ba" title="Returns true only if this is the outbox for outgoing mail.">isOutbox</a>() {
<a name="l00100"></a>00100     <span class="keywordflow">return</span> <span class="keyword">this</span> == <a class="code" href="classKMKernel.html#90d242e3eb45157375ca56d99f1ca8ff" title="normal control stuff">KMKernel::self</a>()-&gt;<a class="code" href="classKMKernel.html#0c484a286787ace12cc5629a0816ceae">outboxFolder</a>();
<a name="l00101"></a>00101   }
<a name="l00104"></a><a class="code" href="classKMFolder.html#557582e96b48b98b4e3e5078914ad5ec">00104</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#557582e96b48b98b4e3e5078914ad5ec" title="Returns true if this folder is the sent-mail box of the local account, or is configured...">isSent</a>() {
<a name="l00105"></a>00105     <span class="keywordflow">return</span> <a class="code" href="classKMKernel.html#90d242e3eb45157375ca56d99f1ca8ff" title="normal control stuff">KMKernel::self</a>()-&gt;<a class="code" href="classKMKernel.html#9719478392afe2ef9b7609f8bbd72a39" title="Returns true if the folder is one of the sent-mail folders.">folderIsSentMailFolder</a>( <span class="keyword">this</span> );
<a name="l00106"></a>00106   }
<a name="l00109"></a><a class="code" href="classKMFolder.html#0acd3214a7073469f8b524060857e0e1">00109</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#0acd3214a7073469f8b524060857e0e1" title="Returns true if this folder is configured as a trash folder, locally or for one of...">isTrash</a>() {
<a name="l00110"></a>00110     <span class="keywordflow">return</span> <a class="code" href="classKMKernel.html#90d242e3eb45157375ca56d99f1ca8ff" title="normal control stuff">KMKernel::self</a>()-&gt;<a class="code" href="classKMKernel.html#ba68286ed84c9ee1e7d0b99507d338ca">folderIsTrash</a>( <span class="keyword">this</span> );
<a name="l00111"></a>00111   }
<a name="l00114"></a><a class="code" href="classKMFolder.html#25e69a3356f7ede006bcb05a8b344764">00114</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#25e69a3356f7ede006bcb05a8b344764" title="Returns true if this folder is the drafts box of the local account, or is configured...">isDrafts</a>() {
<a name="l00115"></a>00115     <span class="keywordflow">return</span> <a class="code" href="classKMKernel.html#90d242e3eb45157375ca56d99f1ca8ff" title="normal control stuff">KMKernel::self</a>()-&gt;<a class="code" href="classKMKernel.html#5620c3ce210c9411194bfc4458454f0e">folderIsDrafts</a>( <span class="keyword">this</span> );
<a name="l00116"></a>00116   }
<a name="l00119"></a><a class="code" href="classKMFolder.html#32bc7c6e2fd8ed8949d3fd95321cd712">00119</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#32bc7c6e2fd8ed8949d3fd95321cd712" title="Returns true if this folder is the templates folder of the local account, or is configured...">isTemplates</a>() {
<a name="l00120"></a>00120     <span class="keywordflow">return</span> <a class="code" href="classKMKernel.html#90d242e3eb45157375ca56d99f1ca8ff" title="normal control stuff">KMKernel::self</a>()-&gt;<a class="code" href="classKMKernel.html#47f81c83aac2df4fb7411a86d43697d9">folderIsTemplates</a>( <span class="keyword">this</span> );
<a name="l00121"></a>00121   }
<a name="l00122"></a>00122 
<a name="l00123"></a>00123   <span class="keywordtype">void</span> setAcctList( AccountList* list ) { mAcctList = list; }
<a name="l00124"></a>00124   AccountList* acctList() { <span class="keywordflow">return</span> mAcctList; }
<a name="l00125"></a>00125 
<a name="l00127"></a><a class="code" href="classKMFolder.html#8a5f359a701bf6e87ca5adf6f56e206c">00127</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#8a5f359a701bf6e87ca5adf6f56e206c" title="Returns TRUE if accounts are associated with this folder.">hasAccounts</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> (mAcctList != 0); }
<a name="l00128"></a>00128 
<a name="l00130"></a>00130   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#a0b6217b3a7f47fe7a11cac01d392820" title="This is used by the storage to read the folder specific configuration.">readConfig</a>( KConfig* config );
<a name="l00131"></a>00131 
<a name="l00133"></a>00133   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#964afb1bb79a8803801d7352a80bee01" title="This is used by the storage to save the folder specific configuration.">writeConfig</a>( KConfig* config ) <span class="keyword">const</span>;
<a name="l00134"></a>00134 
<a name="l00135"></a>00135   <a class="code" href="classFolderStorage.html" title="The FolderStorage class is the bass class for the storage related aspects of a collection...">FolderStorage</a>* storage() { <span class="keywordflow">return</span> mStorage; }
<a name="l00137"></a><a class="code" href="classKMFolder.html#ffa9f0103255cda8574507bef4b7062b">00137</a>   <span class="keyword">const</span> <a class="code" href="classFolderStorage.html" title="The FolderStorage class is the bass class for the storage related aspects of a collection...">FolderStorage</a>* storage()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mStorage; }
<a name="l00138"></a>00138 
<a name="l00140"></a>00140   KMFolderType <a class="code" href="classKMFolder.html#f95cbfeb07323847c6fe68d43c5a9276" title="Returns the type of this folder.">folderType</a>() <span class="keyword">const</span>;
<a name="l00141"></a>00141 
<a name="l00143"></a>00143   QString <a class="code" href="classKMFolder.html#79d80e60d596200543add4a4dd154814" title="Returns the filename of the folder (reimplemented in KMFolderImap).">fileName</a>() <span class="keyword">const</span>;
<a name="l00144"></a>00144 
<a name="l00146"></a>00146   QString <a class="code" href="classKMFolder.html#ee43a9e2a17f7286cb20d81ac2d3f033" title="Returns full path to folder file.">location</a>() <span class="keyword">const</span>;
<a name="l00147"></a>00147 
<a name="l00149"></a>00149   QString <a class="code" href="classKMFolder.html#62c341f646826611e28454ce019c835c" title="Returns full path to index file.">indexLocation</a>() <span class="keyword">const</span>;
<a name="l00150"></a>00150 
<a name="l00152"></a>00152   QString <a class="code" href="classKMFolder.html#da02aa74065697470c7e28dcde0ded02" title="Returns full path to sub directory file.">subdirLocation</a>() <span class="keyword">const</span>;
<a name="l00153"></a>00153 
<a name="l00156"></a><a class="code" href="classKMFolder.html#e64663017e257b091a827139446b5c06">00156</a>   <a class="code" href="classKMFolderDir.html" title="KMail list that manages the contents of one directory that may contain folders and/or...">KMFolderDir</a>* <a class="code" href="classKMFolder.html#e64663017e257b091a827139446b5c06" title="Returns the folder directory associated with this node or 0 if no such directory...">child</a>()<span class="keyword"> const</span>
<a name="l00157"></a>00157 <span class="keyword">    </span>{ <span class="keywordflow">return</span> mChild; }
<a name="l00158"></a>00158 
<a name="l00160"></a>00160   <a class="code" href="classKMFolderDir.html" title="KMail list that manages the contents of one directory that may contain folders and/or...">KMFolderDir</a>* <a class="code" href="classKMFolder.html#9342ce04787044b210296c0fbe5e5bd8" title="Create a child folder directory and associates it with this folder.">createChildFolder</a>();
<a name="l00161"></a>00161 
<a name="l00163"></a>00163   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#edcd325528bd16dd5b97ae5c461854f3" title="Set the folder directory associated with this node.">setChild</a>( <a class="code" href="classKMFolderDir.html" title="KMail list that manages the contents of one directory that may contain folders and/or...">KMFolderDir</a>* aChild );
<a name="l00164"></a>00164 
<a name="l00166"></a>00166   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#09686a96c5c426196119823afe49d03b" title="Returns, if the folder can&amp;#39;t contain mails, but only subfolder.">noContent</a>() <span class="keyword">const</span>;
<a name="l00167"></a>00167 
<a name="l00169"></a>00169   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#9bdc3d865411474a1043a2d11c8cbbea" title="Specify, that the folder can&amp;#39;t contain mails.">setNoContent</a>(<span class="keywordtype">bool</span> aNoContent);
<a name="l00170"></a>00170 
<a name="l00172"></a>00172   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#2ecbbd45a8034bb43f7e296dbcbf95a4" title="Returns, if the folder can&amp;#39;t have children.">noChildren</a>() <span class="keyword">const</span>;
<a name="l00173"></a>00173 
<a name="l00175"></a>00175   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#067242d146c2de146e337c96dfcd8c86" title="Specify, that the folder can&amp;#39;t have children.">setNoChildren</a>(<span class="keywordtype">bool</span> aNoChildren);
<a name="l00176"></a>00176 
<a name="l00178"></a>00178   <a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* <a class="code" href="classKMFolder.html#a0fdfeeed6e8e20eff1cd6445309b2f4" title="Read message at given index.">getMsg</a>(<span class="keywordtype">int</span> idx);
<a name="l00179"></a>00179 
<a name="l00181"></a>00181   KMMsgInfo* <a class="code" href="classKMFolder.html#55d936471c71f7d03f6e54d2f83a0b52" title="Replace KMMessage with KMMsgInfo and delete KMMessage.">unGetMsg</a>(<span class="keywordtype">int</span> idx);
<a name="l00182"></a>00182 
<a name="l00184"></a>00184   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#6dacce907d07e41902f1854e872a5f9d" title="Checks if the message is already &amp;quot;gotten&amp;quot; with getMsg.">isMessage</a>(<span class="keywordtype">int</span> idx);
<a name="l00185"></a>00185 
<a name="l00187"></a>00187   DwString <a class="code" href="classKMFolder.html#78f725f1cb38cbb24df861bbf8543cd4" title="Read a message and returns a DwString.">getDwString</a>(<span class="keywordtype">int</span> idx);
<a name="l00188"></a>00188 
<a name="l00192"></a>00192   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#2761d5fed0946f939714f681a8a86060" title="Removes and deletes all jobs associated with the particular message.">ignoreJobsForMessage</a>( <a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* );
<a name="l00193"></a>00193 
<a name="l00198"></a>00198   FolderJob* <a class="code" href="classKMFolder.html#b9db21189505d49d37d9f114e216d2f4" title="These methods create respective FolderJob (You should derive FolderJob for each derived...">createJob</a>( <a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a> *msg, FolderJob::JobType jt = FolderJob::tGetMessage,
<a name="l00199"></a>00199                         <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a> *folder = 0, QString partSpecifier = QString::null,
<a name="l00200"></a>00200                         <span class="keyword">const</span> AttachmentStrategy *as = 0 ) <span class="keyword">const</span>;
<a name="l00201"></a>00201   FolderJob* <a class="code" href="classKMFolder.html#b9db21189505d49d37d9f114e216d2f4" title="These methods create respective FolderJob (You should derive FolderJob for each derived...">createJob</a>( QPtrList&lt;KMMessage&gt;&amp; msgList, <span class="keyword">const</span> QString&amp; sets,
<a name="l00202"></a>00202                         FolderJob::JobType jt = FolderJob::tGetMessage,
<a name="l00203"></a>00203                         <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a> *folder = 0 ) <span class="keyword">const</span>;
<a name="l00204"></a>00204 
<a name="l00209"></a>00209   <span class="keyword">const</span> KMMsgBase* <a class="code" href="classKMFolder.html#4f7a5e120a3cd63293367cde74378a8a" title="Provides access to the basic message fields that are also stored in the index.">getMsgBase</a>(<span class="keywordtype">int</span> idx) <span class="keyword">const</span>;
<a name="l00210"></a>00210   KMMsgBase* <a class="code" href="classKMFolder.html#4f7a5e120a3cd63293367cde74378a8a" title="Provides access to the basic message fields that are also stored in the index.">getMsgBase</a>(<span class="keywordtype">int</span> idx);
<a name="l00211"></a>00211 
<a name="l00213"></a>00213   <span class="keyword">const</span> KMMsgBase* <a class="code" href="classKMFolder.html#6056e89e83c1082c00dc827ca40c3b16" title="Same as getMsgBase(int).">operator[]</a>(<span class="keywordtype">int</span> idx) <span class="keyword">const</span>;
<a name="l00214"></a>00214 
<a name="l00216"></a>00216   KMMsgBase* <a class="code" href="classKMFolder.html#6056e89e83c1082c00dc827ca40c3b16" title="Same as getMsgBase(int).">operator[]</a>(<span class="keywordtype">int</span> idx);
<a name="l00217"></a>00217 
<a name="l00220"></a>00220   <a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* <a class="code" href="classKMFolder.html#84bce28aea6c2d1638427bb81cded547" title="Detach message from this folder.">take</a>(<span class="keywordtype">int</span> idx);
<a name="l00221"></a>00221   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#84bce28aea6c2d1638427bb81cded547" title="Detach message from this folder.">take</a>(QPtrList&lt;KMMessage&gt; msgList);
<a name="l00222"></a>00222 
<a name="l00229"></a>00229   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#5e7d1aee44132cf435081452c211f1aa" title="Add the given message to the folder.">addMsg</a>(<a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* msg, <span class="keywordtype">int</span>* index_return = 0);
<a name="l00230"></a>00230 
<a name="l00234"></a>00234   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#129005ba12fcaf3c86ab664ed8e2288b" title="(Note(bo): This needs to be fixed better at a later point.">addMsgKeepUID</a>(<a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* msg, <span class="keywordtype">int</span>* index_return = 0);
<a name="l00235"></a>00235 
<a name="l00240"></a>00240   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#5e7d1aee44132cf435081452c211f1aa" title="Add the given message to the folder.">addMsg</a>(QPtrList&lt;KMMessage&gt;&amp;, QValueList&lt;int&gt;&amp; index_return);
<a name="l00241"></a>00241 
<a name="l00244"></a>00244   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#0eaaec706503b27cd86e671c5195165f" title="Called by derived classes implementation of addMsg.">emitMsgAddedSignals</a>(<span class="keywordtype">int</span> idx);
<a name="l00245"></a>00245 
<a name="l00247"></a>00247   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#dcd2d6411b6f5db85711f2a5772adabc" title="Remove (first occurrence of) given message from the folder.">removeMsg</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">bool</span> imapQuiet = <span class="keyword">false</span>);
<a name="l00248"></a>00248   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#dcd2d6411b6f5db85711f2a5772adabc" title="Remove (first occurrence of) given message from the folder.">removeMsg</a>(QPtrList&lt;KMMessage&gt; msgList, <span class="keywordtype">bool</span> imapQuiet = <span class="keyword">false</span>);
<a name="l00249"></a>00249 
<a name="l00252"></a>00252   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#89ae00621a87dcaa7b2386aa562233f3" title="Delete messages in the folder that are older than days.">expungeOldMsg</a>(<span class="keywordtype">int</span> days);
<a name="l00253"></a>00253 
<a name="l00258"></a>00258   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#1235a5fba5a61c47581649c9c0aa733c" title="Detaches the given message from it&amp;#39;s current folder and adds it to this folder...">moveMsg</a>(<a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* msg, <span class="keywordtype">int</span>* index_return = 0);
<a name="l00259"></a>00259   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#1235a5fba5a61c47581649c9c0aa733c" title="Detaches the given message from it&amp;#39;s current folder and adds it to this folder...">moveMsg</a>(QPtrList&lt;KMMessage&gt;, <span class="keywordtype">int</span>* index_return = 0);
<a name="l00260"></a>00260 
<a name="l00262"></a>00262   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#27adedd629ece306415faf3cf5fbc617" title="Returns the index of the given message or -1 if not found.">find</a>(<span class="keyword">const</span> KMMsgBase* msg) <span class="keyword">const</span>;
<a name="l00263"></a>00263   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#27adedd629ece306415faf3cf5fbc617" title="Returns the index of the given message or -1 if not found.">find</a>( <span class="keyword">const</span> <a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a> * msg ) <span class="keyword">const</span>;
<a name="l00264"></a>00264 
<a name="l00266"></a>00266   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#c482e9431d9cd9ec0dc99b57e39e0942" title="Number of messages in this folder.">count</a>(<span class="keywordtype">bool</span> cache = <span class="keyword">false</span>) <span class="keyword">const</span>;
<a name="l00267"></a>00267 
<a name="l00269"></a>00269   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#0bf58938708ce05c58e353c300a529d0" title="Number of new or unread messages in this folder.">countUnread</a>();
<a name="l00270"></a>00270 
<a name="l00273"></a>00273   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#c2595dca977d4993e7fcb59add861585" title="Number of new or unread messages in this folder and all folders contained by this...">countUnreadRecursive</a>();
<a name="l00274"></a>00274 
<a name="l00277"></a>00277   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#2255e5f0eea432ce5342366e68a85b1a" title="Called by KMMsgBase::setStatus when status of a message has changed required to keep...">msgStatusChanged</a>( <span class="keyword">const</span> KMMsgStatus oldStatus,
<a name="l00278"></a>00278                          <span class="keyword">const</span> KMMsgStatus newStatus,
<a name="l00279"></a>00279                          <span class="keywordtype">int</span> idx);
<a name="l00280"></a>00280 
<a name="l00286"></a>00286   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#c12a4bb5f265447d87b3e0e9a9482cc6" title="Open folder for access.">open</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *owner);
<a name="l00287"></a>00287 
<a name="l00290"></a>00290   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#5d346b829aee4176f16077e2a72fd5f3" title="Check folder for permissions Returns zero if readable and writable.">canAccess</a>();
<a name="l00291"></a>00291 
<a name="l00294"></a>00294   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#8d167662bca3ad6315fa5ad67bb9e4dd" title="Close folder.">close</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *owner, <span class="keywordtype">bool</span> force=<span class="keyword">false</span>);
<a name="l00295"></a>00295 
<a name="l00297"></a>00297   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#0460de3002fa915b2f35d17c34a9da19" title="fsync buffers to disk">sync</a>();
<a name="l00298"></a>00298 
<a name="l00300"></a>00300   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#3c27cff932e410e8456989ed09c86c06" title="Test if folder is opened.">isOpened</a>() <span class="keyword">const</span>;
<a name="l00301"></a>00301 
<a name="l00303"></a>00303   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#4aa3e4e258b610dfecbfa22210bc7aed" title="Mark all new messages as unread.">markNewAsUnread</a>();
<a name="l00304"></a>00304 
<a name="l00306"></a>00306   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#6e0ba177d01e5805c8491e917b9b9271" title="Mark all new and unread messages as read.">markUnreadAsRead</a>();
<a name="l00307"></a>00307 
<a name="l00312"></a>00312   <span class="keywordtype">void</span> <span class="keyword">remove</span>();
<a name="l00313"></a>00313 
<a name="l00317"></a>00317   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#864532ff929cd6c408e01bc58788e9fc" title="Delete entire folder.">expunge</a>();
<a name="l00318"></a>00318 
<a name="l00319"></a>00319   <span class="keyword">enum</span> CompactOptions { CompactLater, CompactNow, CompactSilentlyNow };
<a name="l00326"></a>00326   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#cb1a4a8783aa40b3b8eed87e5d099217" title="Compact this folder.">compact</a>( CompactOptions options );
<a name="l00327"></a>00327 
<a name="l00330"></a>00330   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#d0a21830601bb38096722281936a91b2" title="Physically rename the folder.">rename</a>(<span class="keyword">const</span> QString&amp; newName, <a class="code" href="classKMFolderDir.html" title="KMail list that manages the contents of one directory that may contain folders and/or...">KMFolderDir</a> *aParent = 0);
<a name="l00331"></a>00331 
<a name="l00335"></a>00335   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#51ad81a63c0695be5cdcf3a54631197e" title="Returns true if the table of contents is dirty.">dirty</a>() <span class="keyword">const</span>;
<a name="l00336"></a>00336 
<a name="l00338"></a>00338   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#8e31bbaa1db593637720990f79fb3ff1" title="Change the dirty flag.">setDirty</a>(<span class="keywordtype">bool</span> f);
<a name="l00339"></a>00339 
<a name="l00341"></a>00341   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#c538568cbeb1e9c4eca82801193b01ea" title="Returns true if the folder contains deleted messages.">needsCompacting</a>() <span class="keyword">const</span>;
<a name="l00342"></a>00342   <span class="keywordtype">void</span> setNeedsCompacting(<span class="keywordtype">bool</span> f);
<a name="l00343"></a>00343 
<a name="l00352"></a>00352   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#dd188821f165b41987d96f927ff96d8f" title="If set to quiet the folder will not emit msgAdded(idx) signal.">quiet</a>(<span class="keywordtype">bool</span> beQuiet);
<a name="l00353"></a>00353 
<a name="l00355"></a>00355   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#6fc63ddd905b6d47f348400cb1a61b18" title="Is the folder read-only?">isReadOnly</a>() <span class="keyword">const</span>;
<a name="l00356"></a>00356 
<a name="l00361"></a><a class="code" href="classKMFolder.html#775598752860ff7bf869b0f822b4fcb4">00361</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#775598752860ff7bf869b0f822b4fcb4" title="Returns true if the folder is a kmail system folder.">isSystemFolder</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mIsSystemFolder; }
<a name="l00362"></a>00362   <span class="keywordtype">void</span> setSystemFolder(<span class="keywordtype">bool</span> itIs) { mIsSystemFolder=itIs; }
<a name="l00363"></a>00363 
<a name="l00365"></a>00365   <span class="keyword">virtual</span> QString <a class="code" href="classKMFolder.html#34f0beec33715f5a7fa6e1dfa11f6aa0" title="Returns the label of the folder for visualization.">label</a>() <span class="keyword">const</span>;
<a name="l00366"></a>00366   <span class="keywordtype">void</span> setLabel( <span class="keyword">const</span> QString&amp; l ) { mLabel = l; }
<a name="l00367"></a>00367 
<a name="l00369"></a><a class="code" href="classKMFolder.html#dbe4c178c0eda037605636cf75c074be">00369</a>   <span class="keyword">virtual</span> QString <a class="code" href="classKMFolder.html#dbe4c178c0eda037605636cf75c074be" title="Set the label that is used as a system default.">systemLabel</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mSystemLabel; }
<a name="l00370"></a>00370   <span class="keywordtype">void</span> setSystemLabel( <span class="keyword">const</span> QString&amp; l ) { mSystemLabel = l; }
<a name="l00371"></a>00371 
<a name="l00373"></a>00373   <span class="keyword">virtual</span> QString <a class="code" href="classKMFolder.html#978272752c47b2a2c0ebef7b3203419d" title="URL of the node for visualization purposes.">prettyURL</a>() <span class="keyword">const</span>;
<a name="l00374"></a>00374 
<a name="l00376"></a>00376   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#aeaf28330ec4a949276bb9281b936600" title="Returns true if this folder is associated with a mailing-list.">setMailingListEnabled</a>( <span class="keywordtype">bool</span> enabled );
<a name="l00377"></a>00377   <span class="keywordtype">bool</span> isMailingListEnabled()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mMailingListEnabled; }
<a name="l00378"></a>00378 
<a name="l00379"></a>00379   <span class="keywordtype">void</span> setMailingList( <span class="keyword">const</span> <a class="code" href="classKMail_1_1MailingList.html" title="Class is used for all Mailing List handling inside KMail.">MailingList</a>&amp; mlist );
<a name="l00380"></a>00380   <a class="code" href="classKMail_1_1MailingList.html" title="Class is used for all Mailing List handling inside KMail.">MailingList</a> mailingList()<span class="keyword"> const</span>
<a name="l00381"></a>00381 <span class="keyword">  </span>{ <span class="keywordflow">return</span> mMailingList; }
<a name="l00382"></a>00382   QString mailingListPostAddress() <span class="keyword">const</span>;
<a name="l00383"></a>00383 
<a name="l00384"></a>00384   <span class="keywordtype">void</span> setIdentity(uint identity);
<a name="l00385"></a>00385   uint identity() <span class="keyword">const</span>;
<a name="l00386"></a>00386 
<a name="l00388"></a><a class="code" href="classKMFolder.html#bf1f779d8fdd871d6ef9f61be324782b">00388</a>   QString <a class="code" href="classKMFolder.html#bf1f779d8fdd871d6ef9f61be324782b" title="Get / set the name of the field that is used for the Sender/Receiver column in the...">whoField</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mWhoField; }
<a name="l00389"></a>00389   <span class="keywordtype">void</span> setWhoField(<span class="keyword">const</span> QString&amp; aWhoField);
<a name="l00390"></a>00390 
<a name="l00392"></a><a class="code" href="classKMFolder.html#fd000a4fd5d6f371da2cec1bccb49f7a">00392</a>   QString <a class="code" href="classKMFolder.html#fd000a4fd5d6f371da2cec1bccb49f7a" title="Get / set the user-settings for the WhoField (From/To/Empty).">userWhoField</a>(<span class="keywordtype">void</span>) { <span class="keywordflow">return</span> mUserWhoField; }
<a name="l00393"></a>00393   <span class="keywordtype">void</span> setUserWhoField(<span class="keyword">const</span> QString &amp;<a class="code" href="classKMFolder.html#bf1f779d8fdd871d6ef9f61be324782b" title="Get / set the name of the field that is used for the Sender/Receiver column in the...">whoField</a>,<span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#964afb1bb79a8803801d7352a80bee01" title="This is used by the storage to save the folder specific configuration.">writeConfig</a>=<span class="keyword">true</span>);
<a name="l00394"></a>00394 
<a name="l00396"></a>00396   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#178336eb3059148a7de72772521a4078" title="A cludge to help make sure the count of unread messges is kept in sync.">correctUnreadMsgsCount</a>();
<a name="l00397"></a>00397 
<a name="l00399"></a>00399   QString <a class="code" href="classKMFolder.html#bab3b6b7c2758c19aa04c2bf72716b27" title="Returns a string that can be used to identify this folder.">idString</a>() <span class="keyword">const</span>;
<a name="l00400"></a>00400 
<a name="l00404"></a>00404   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#8e62cc3114fef76cf23aebcee1a2c6ed" title="Set whether this folder automatically expires messages.">setAutoExpire</a>(<span class="keywordtype">bool</span> enabled);
<a name="l00405"></a>00405 
<a name="l00409"></a><a class="code" href="classKMFolder.html#ec6711b92126a01ac60cb10b899f4c58">00409</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#ec6711b92126a01ac60cb10b899f4c58" title="Does this folder automatically expire old messages?">isAutoExpire</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mExpireMessages; }
<a name="l00410"></a>00410 
<a name="l00416"></a>00416   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#80baae4d040e76c905ea2ca4d99f66b4" title="Set the maximum age for unread messages in this folder.">setUnreadExpireAge</a>(<span class="keywordtype">int</span> age);
<a name="l00417"></a>00417 
<a name="l00422"></a>00422   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#d0569d401721a233a810c7883aef3c70" title="Set units to use for expiry of unread messages.">setUnreadExpireUnits</a>(ExpireUnits units);
<a name="l00423"></a>00423 
<a name="l00429"></a>00429   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#d2ab0febdf3787f27305d1db89ae4672" title="Set the maximum age for read messages in this folder.">setReadExpireAge</a>(<span class="keywordtype">int</span> age);
<a name="l00430"></a>00430 
<a name="l00435"></a>00435   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#1bfe3a2a9157b0d0bf442807ad7fab27" title="Set units to use for expiry of read messages.">setReadExpireUnits</a>(ExpireUnits units);
<a name="l00436"></a>00436 
<a name="l00441"></a><a class="code" href="classKMFolder.html#2e7c37e96d38ef8e15ce0d138af7203a">00441</a>   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#2e7c37e96d38ef8e15ce0d138af7203a" title="Get the age at which unread messages are expired.">getUnreadExpireAge</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mUnreadExpireAge; }
<a name="l00442"></a>00442 
<a name="l00447"></a><a class="code" href="classKMFolder.html#33f443ebddb9cc13418b72e451d14d50">00447</a>   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#33f443ebddb9cc13418b72e451d14d50" title="Get the age at which read messages are expired.">getReadExpireAge</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mReadExpireAge; }
<a name="l00448"></a>00448 
<a name="l00453"></a><a class="code" href="classKMFolder.html#91f275bc766e313038effc927ea49be8">00453</a>   ExpireUnits <a class="code" href="classKMFolder.html#91f275bc766e313038effc927ea49be8" title="Units getUnreadExpireAge() is returned in.">getUnreadExpireUnits</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mUnreadExpireUnits; }
<a name="l00454"></a>00454 
<a name="l00459"></a><a class="code" href="classKMFolder.html#c0478e7d526c700025d9f125a112c705">00459</a>   ExpireUnits <a class="code" href="classKMFolder.html#c0478e7d526c700025d9f125a112c705" title="Units getReadExpireAge() is returned in.">getReadExpireUnits</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mReadExpireUnits; }
<a name="l00460"></a>00460 
<a name="l00461"></a>00461   <span class="keyword">enum</span> ExpireAction { ExpireDelete, ExpireMove };
<a name="l00465"></a><a class="code" href="classKMFolder.html#1262404ae2776a077a920a176216de58">00465</a>   ExpireAction <a class="code" href="classKMFolder.html#1262404ae2776a077a920a176216de58" title="What should expiry do? Delete or move to another folder?">expireAction</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mExpireAction; }
<a name="l00466"></a>00466   <span class="keywordtype">void</span> setExpireAction( ExpireAction a );
<a name="l00467"></a>00467 
<a name="l00471"></a><a class="code" href="classKMFolder.html#a4a03187721274af43511202fd28b859">00471</a>   QString <a class="code" href="classKMFolder.html#a4a03187721274af43511202fd28b859" title="If expiry should move to folder, return the ID of that folder.">expireToFolderId</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mExpireToFolderId; }
<a name="l00472"></a>00472   <span class="keywordtype">void</span> setExpireToFolderId( <span class="keyword">const</span> QString&amp; <span class="keywordtype">id</span> );
<a name="l00473"></a>00473 
<a name="l00478"></a>00478   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#98ed6ee794341206b398947e45d40112" title="Expire old messages in this folder.">expireOldMessages</a>( <span class="keywordtype">bool</span> immediate );
<a name="l00479"></a>00479 
<a name="l00482"></a>00482   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#26ebcf3ad73d9d9070d0660e1a97c7d7" title="Write index to index-file.">writeIndex</a>( <span class="keywordtype">bool</span> createEmptyIndex = <span class="keyword">false</span> );
<a name="l00483"></a>00483 
<a name="l00485"></a>00485   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#aa5fc6dd2181b3fc83431d10cc7b5462" title="Set the status of the message at index idx to status.">setStatus</a>(<span class="keywordtype">int</span> idx, KMMsgStatus status, <span class="keywordtype">bool</span> toggle=<span class="keyword">false</span>);
<a name="l00486"></a>00486 
<a name="l00488"></a>00488   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#aa5fc6dd2181b3fc83431d10cc7b5462" title="Set the status of the message at index idx to status.">setStatus</a>(QValueList&lt;int&gt;&amp; ids, KMMsgStatus status, <span class="keywordtype">bool</span> toggle=<span class="keyword">false</span>);
<a name="l00489"></a>00489 
<a name="l00491"></a><a class="code" href="classKMFolder.html#f438ca6d909e7a3a8e66ecec2ca9be2d">00491</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#f438ca6d909e7a3a8e66ecec2ca9be2d" title="Icon related methods.">useCustomIcons</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mUseCustomIcons; }
<a name="l00492"></a>00492   <span class="keywordtype">void</span> setUseCustomIcons(<span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#f438ca6d909e7a3a8e66ecec2ca9be2d" title="Icon related methods.">useCustomIcons</a>) { mUseCustomIcons = useCustomIcons; }
<a name="l00493"></a>00493   QString normalIconPath()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mNormalIconPath; }
<a name="l00494"></a>00494   QString unreadIconPath()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mUnreadIconPath; }
<a name="l00495"></a>00495   <span class="keywordtype">void</span> setIconPaths(<span class="keyword">const</span> QString &amp;normalPath, <span class="keyword">const</span> QString &amp;unreadPath);
<a name="l00496"></a>00496 
<a name="l00497"></a>00497   <span class="keywordtype">void</span> removeJobs();
<a name="l00498"></a>00498 
<a name="l00499"></a>00499   <span class="keywordtype">void</span> daysToExpire( <span class="keywordtype">int</span>&amp; unreadDays, <span class="keywordtype">int</span>&amp; readDays );
<a name="l00500"></a>00500 
<a name="l00505"></a>00505   <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>* <a class="code" href="classKMFolder.html#646e29234f52caebd1d119e4ca959c20" title="If this folder has a special trash folder set, return it.">trashFolder</a>() <span class="keyword">const</span>;
<a name="l00506"></a>00506 
<a name="l00511"></a><a class="code" href="classKMFolder.html#8fe8d99b47a4f68659aebb142d4340da">00511</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#8fe8d99b47a4f68659aebb142d4340da" title="Returns true if the replies to mails from this folder should be put in the same folder...">putRepliesInSameFolder</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mPutRepliesInSameFolder; }
<a name="l00512"></a>00512   <span class="keywordtype">void</span> setPutRepliesInSameFolder( <span class="keywordtype">bool</span> b ) { mPutRepliesInSameFolder = b; }
<a name="l00513"></a>00513 
<a name="l00518"></a><a class="code" href="classKMFolder.html#b2ac1097956b8e732e173232f28f7303">00518</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#b2ac1097956b8e732e173232f28f7303" title="Returns true if the user doesn&amp;#39;t want to get notified about new mail in this...">ignoreNewMail</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mIgnoreNewMail; }
<a name="l00519"></a>00519   <span class="keywordtype">void</span> setIgnoreNewMail( <span class="keywordtype">bool</span> b ) { mIgnoreNewMail = b; }
<a name="l00520"></a>00520 
<a name="l00521"></a>00521   <span class="keyword">const</span> KShortcut &amp;shortcut()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mShortcut; }
<a name="l00522"></a>00522   <span class="keywordtype">void</span> setShortcut( <span class="keyword">const</span> KShortcut&amp; );
<a name="l00523"></a>00523 
<a name="l00525"></a>00525   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#35f7b45bb32770d52f2d40b4d5e77ebd" title="Returns true if this folder can be moved.">isMoveable</a>() <span class="keyword">const</span>;
<a name="l00526"></a>00526 
<a name="l00530"></a><a class="code" href="classKMFolder.html#58b6ead04130eb7ec4aee3c253a9bb91">00530</a>   <span class="keywordtype">bool</span> <a class="code" href="classKMFolder.html#58b6ead04130eb7ec4aee3c253a9bb91" title="Returns true if there is currently a move or copy operation going on with this folder...">moveInProgress</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mMoveInProgress; }
<a name="l00531"></a>00531 
<a name="l00533"></a><a class="code" href="classKMFolder.html#a61acdba52420b3bf2039146644733ba">00533</a>   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#a61acdba52420b3bf2039146644733ba" title="Sets the move-in-progress flag.">setMoveInProgress</a>( <span class="keywordtype">bool</span> b ) { mMoveInProgress = b; }
<a name="l00534"></a>00534 
<a name="l00535"></a>00535 signals:
<a name="l00538"></a>00538   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#2122097340f88f713acf24c3ba36f810" title="Emitted when the status, name, or associated accounts of this folder changed.">changed</a>();
<a name="l00539"></a>00539 
<a name="l00542"></a>00542   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#e3730e092c9bbb094ee5352b79fbf3f9" title="Emitted when the folder is closed for real - ticket holders should discard any messages...">closed</a>();
<a name="l00543"></a>00543 
<a name="l00546"></a>00546   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#324ba0942921910dde3b7b691bc71175" title="Emitted when the contents of a folder have been cleared (new search in a search folder...">cleared</a>();
<a name="l00547"></a>00547 
<a name="l00550"></a>00550   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#412b076f44759df188b40bd52b3c6276" title="Emitted after an expunge.">expunged</a>( <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>* );
<a name="l00551"></a>00551 
<a name="l00553"></a>00553   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#fb9144c6b9e9a9d723aa4afd728e0d2a" title="Emitted when the icon paths are set.">iconsChanged</a>();
<a name="l00554"></a>00554 
<a name="l00556"></a>00556   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#9f82af6efa9feb29492c77b19527bc45" title="Emitted when the name of the folder changes.">nameChanged</a>();
<a name="l00557"></a>00557 
<a name="l00559"></a>00559   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#25593d0dee9e3d17d3c6cd5ce24e5352" title="Emitted when the shortcut associated with this folder changes.">shortcutChanged</a>( <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a> * );
<a name="l00560"></a>00560 
<a name="l00562"></a>00562   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#ef77bfe6e662283c899ab1ac44323968" title="Emitted before a message is removed from the folder.">msgRemoved</a>(<a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>*, Q_UINT32 sernum);
<a name="l00563"></a>00563 
<a name="l00565"></a>00565   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#ef77bfe6e662283c899ab1ac44323968" title="Emitted before a message is removed from the folder.">msgRemoved</a>( <span class="keywordtype">int</span> idx, QString msgIdMD5 );
<a name="l00566"></a>00566   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#ef77bfe6e662283c899ab1ac44323968" title="Emitted before a message is removed from the folder.">msgRemoved</a>(<a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>*);
<a name="l00567"></a>00567 
<a name="l00569"></a>00569   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#6bc6f6651196444ae6cbddeba817512a" title="Emitted when a message is added from the folder.">msgAdded</a>(<span class="keywordtype">int</span> idx);
<a name="l00570"></a>00570   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#6bc6f6651196444ae6cbddeba817512a" title="Emitted when a message is added from the folder.">msgAdded</a>(<a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>*, Q_UINT32 sernum);
<a name="l00571"></a>00571 
<a name="l00573"></a>00573   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#42121bed48cd7555c7b3176fe6f4d10a" title="Emitted, when the status of a message is changed.">msgChanged</a>(<a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>*, Q_UINT32 sernum, <span class="keywordtype">int</span> delta);
<a name="l00574"></a>00574 
<a name="l00576"></a>00576   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#7701496020728dd7c0289039312ea39a" title="Emitted when a field of the header of a specific message changed.">msgHeaderChanged</a>(<a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>*, <span class="keywordtype">int</span>);
<a name="l00577"></a>00577 
<a name="l00579"></a>00579   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#0a727f89fc86c5a97ef299249dfa5623" title="Emmited to display a message somewhere in a status line.">statusMsg</a>(<span class="keyword">const</span> QString&amp;);
<a name="l00580"></a>00580 
<a name="l00582"></a>00582   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#3544b5297e78a881cce5cd59a8a0cb4e" title="Emitted when number of unread messages has changed.">numUnreadMsgsChanged</a>( <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>* );
<a name="l00583"></a>00583 
<a name="l00585"></a>00585   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#149b3bff88489fa8eefd8135d2bdfc2e" title="Emitted when a folder was removed.">removed</a>(<a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>*, <span class="keywordtype">bool</span>);
<a name="l00586"></a>00586 
<a name="l00588"></a>00588   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#0a4a0b09ba6a904e7697accd66b858c1" title="Emitted when the variables for the config of the view have changed.">viewConfigChanged</a>();
<a name="l00589"></a>00589 
<a name="l00591"></a>00591   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#a64b19b937bd66d3433e6d6f0ef9c308" title="Emitted when the folder&amp;#39;s size changes.">folderSizeChanged</a>( <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a> * );
<a name="l00592"></a>00592 
<a name="l00593"></a>00593 <span class="keyword">public</span> slots:
<a name="l00595"></a>00595   <span class="keywordtype">int</span> <a class="code" href="classKMFolder.html#0edc05844925dca2ee18d7fb6a33f1b3" title="Incrementally update the index if possible else call writeIndex.">updateIndex</a>();
<a name="l00596"></a>00596 
<a name="l00599"></a>00599   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#f06fb1be65c79bea3e85318ff8468968" title="Add the message to the folder after it has been retrieved from an IMAP server.">reallyAddMsg</a>(<a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* aMsg);
<a name="l00600"></a>00600 
<a name="l00603"></a>00603   <span class="keywordtype">void</span> <a class="code" href="classKMFolder.html#25b9f7bf17139ddb016a121655f05ce7" title="Add a copy of the message to the folder after it has been retrieved from an IMAP...">reallyAddCopyOfMsg</a>(<a class="code" href="classKMMessage.html" title="This is a Mime Message.">KMMessage</a>* aMsg);
<a name="l00604"></a>00604 
<a name="l00605"></a>00605 <span class="keyword">private</span> slots:
<a name="l00607"></a>00607   <span class="keywordtype">void</span> slotContentsTypeChanged( KMail::FolderContentsType type );
<a name="l00609"></a>00609   <span class="keywordtype">void</span> slotFolderSizeChanged();
<a name="l00610"></a>00610 
<a name="l00611"></a>00611 <span class="keyword">private</span>:
<a name="l00612"></a>00612   <a class="code" href="classFolderStorage.html" title="The FolderStorage class is the bass class for the storage related aspects of a collection...">FolderStorage</a>* mStorage;
<a name="l00613"></a>00613   <a class="code" href="classKMFolderDir.html" title="KMail list that manages the contents of one directory that may contain folders and/or...">KMFolderDir</a>* mChild;
<a name="l00614"></a>00614   <span class="keywordtype">bool</span> mIsSystemFolder;
<a name="l00615"></a>00615   <span class="keywordtype">bool</span> mHasIndex :1;
<a name="l00616"></a>00616   <span class="keywordtype">bool</span> mExportsSernums :1;
<a name="l00617"></a>00617   <span class="keywordtype">bool</span> mMoveInProgress :1;
<a name="l00618"></a>00618 
<a name="l00620"></a>00620   QString mLabel;
<a name="l00621"></a>00621   QString mSystemLabel;
<a name="l00622"></a>00622 
<a name="l00624"></a>00624   <span class="keywordtype">bool</span>         mExpireMessages;          <span class="comment">// true if old messages are expired</span>
<a name="l00625"></a>00625   <span class="keywordtype">int</span>          mUnreadExpireAge;         <span class="comment">// Given in unreadExpireUnits</span>
<a name="l00626"></a>00626   <span class="keywordtype">int</span>          mReadExpireAge;           <span class="comment">// Given in readExpireUnits</span>
<a name="l00627"></a>00627   ExpireUnits  mUnreadExpireUnits;
<a name="l00628"></a>00628   ExpireUnits  mReadExpireUnits;
<a name="l00629"></a>00629   ExpireAction mExpireAction;
<a name="l00630"></a>00630   QString      mExpireToFolderId;
<a name="l00631"></a>00631 
<a name="l00633"></a>00633   <span class="keywordtype">bool</span> mUseCustomIcons;
<a name="l00634"></a>00634   QString mNormalIconPath;
<a name="l00635"></a>00635   QString mUnreadIconPath;
<a name="l00636"></a>00636 
<a name="l00638"></a>00638   <span class="keywordtype">bool</span>                mMailingListEnabled;
<a name="l00639"></a>00639   <a class="code" href="classKMail_1_1MailingList.html" title="Class is used for all Mailing List handling inside KMail.">MailingList</a>         mMailingList;
<a name="l00640"></a>00640 
<a name="l00641"></a>00641   AccountList* mAcctList;
<a name="l00642"></a>00642 
<a name="l00643"></a>00643   uint mIdentity;
<a name="l00644"></a>00644 
<a name="l00646"></a>00646   QString mWhoField, mUserWhoField;
<a name="l00647"></a>00647 
<a name="l00649"></a>00649   <span class="keywordtype">bool</span> mPutRepliesInSameFolder;
<a name="l00650"></a>00650 
<a name="l00652"></a>00652   <span class="keywordtype">bool</span> mIgnoreNewMail;
<a name="l00653"></a>00653 
<a name="l00655"></a>00655   KShortcut mShortcut;
<a name="l00656"></a>00656 };
<a name="l00657"></a>00657 
<a name="l00658"></a>00658 
<a name="l00664"></a><a class="code" href="classKMFolderOpener.html">00664</a> <span class="keyword">class </span><a class="code" href="classKMFolderOpener.html" title="RAII for KMFolder::open() / close().">KMFolderOpener</a> {
<a name="l00665"></a>00665   <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>* mFolder;
<a name="l00666"></a>00666   <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> mOwner;
<a name="l00667"></a>00667   <span class="keywordtype">int</span> mOpenRc;
<a name="l00668"></a>00668 
<a name="l00669"></a>00669 <span class="keyword">public</span>:
<a name="l00670"></a>00670   <a class="code" href="classKMFolderOpener.html" title="RAII for KMFolder::open() / close().">KMFolderOpener</a>( <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>* folder, <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> owner )
<a name="l00671"></a>00671    : mFolder( folder )
<a name="l00672"></a>00672    , mOwner( owner )
<a name="l00673"></a>00673   {
<a name="l00674"></a>00674     assert( folder ); <span class="comment">//change if that's not what you want</span>
<a name="l00675"></a>00675     mOpenRc = folder-&gt;<a class="code" href="classKMFolder.html#c12a4bb5f265447d87b3e0e9a9482cc6" title="Open folder for access.">open</a>( owner );
<a name="l00676"></a>00676   }
<a name="l00677"></a>00677 
<a name="l00678"></a>00678   ~<a class="code" href="classKMFolderOpener.html" title="RAII for KMFolder::open() / close().">KMFolderOpener</a>()
<a name="l00679"></a>00679   {
<a name="l00680"></a>00680     <span class="keywordflow">if</span> ( !mOpenRc )
<a name="l00681"></a>00681       mFolder-&gt;<a class="code" href="classKMFolder.html#8d167662bca3ad6315fa5ad67bb9e4dd" title="Close folder.">close</a>( mOwner );
<a name="l00682"></a>00682   }
<a name="l00683"></a>00683 
<a name="l00684"></a>00684   <a class="code" href="classKMFolder.html" title="Mail folder.">KMFolder</a>* folder()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mFolder; }
<a name="l00685"></a>00685 
<a name="l00686"></a>00686   <span class="keywordtype">int</span> openResult()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mOpenRc; }
<a name="l00687"></a>00687 
<a name="l00688"></a>00688 <span class="keyword">private</span>:
<a name="l00689"></a>00689   <span class="comment">//we forbid construction on the heap as good as we can</span>
<a name="l00690"></a>00690   <span class="keywordtype">void</span>* operator new( <span class="keywordtype">size_t</span> size );
<a name="l00691"></a>00691 };
<a name="l00692"></a>00692 
<a name="l00693"></a>00693 
<a name="l00694"></a>00694 <span class="preprocessor">#endif </span><span class="comment">/*kmfolder_h*/</span>
</pre></div></div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kmail</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classAccountUpdater.html">accountupdater</option>,  <option value="classAttachmentModifyCommand.html">attachmentmodifycommand</option>,  <option value="classFolderStorage.html">folderstorage</option>,  <option value="classKCursorSaver.html">kcursorsaver</option>,  <option value="classKleo_1_1KeyResolver.html">kleo::keyresolver</option>,  <option value="classKListViewIndexedSearchLine.html">klistviewindexedsearchline</option>,  <option value="classKMAcctFolder.html">kmacctfolder</option>,  <option value="classKMAcctSelDlg.html">kmacctseldlg</option>,  <option value="classKMail_1_1AccountComboBox.html">kmail::accountcombobox</option>,  <option value="classKMail_1_1AccountManager.html">kmail::accountmanager</option>,  <option value="classKMail_1_1ACLEntryDialog.html">kmail::aclentrydialog</option>,  <option value="classKMail_1_1ACLJobs_1_1DeleteACLJob.html">kmail::acljobs::deleteacljob</option>,  <option value="classKMail_1_1ACLJobs_1_1GetACLJob.html">kmail::acljobs::getacljob</option>,  <option value="classKMail_1_1ACLJobs_1_1GetUserRightsJob.html">kmail::acljobs::getuserrightsjob</option>,  <option value="classKMail_1_1ACLJobs_1_1MultiSetACLJob.html">kmail::acljobs::multisetacljob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1GetAnnotationJob.html">kmail::annotationjobs::getannotationjob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1MultiGetAnnotationJob.html">kmail::annotationjobs::multigetannotationjob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1MultiSetAnnotationJob.html">kmail::annotationjobs::multisetannotationjob</option>,  <option value="classKMail_1_1AnnotationJobs_1_1MultiUrlGetAnnotationJob.html">kmail::annotationjobs::multiurlgetannotationjob</option>,  <option value="classKMail_1_1AntiSpamConfig.html">kmail::antispamconfig</option>,  <option value="classKMail_1_1AntiSpamWizard.html">kmail::antispamwizard</option>,  <option value="classKMail_1_1AntiSpamWizard_1_1ConfigReader.html">kmail::antispamwizard::configreader</option>,  <option value="classKMail_1_1AntiSpamWizard_1_1SpamToolConfig.html">kmail::antispamwizard::spamtoolconfig</option>,  <option value="classKMail_1_1Callback.html">kmail::callback</option>,  <option value="classKMail_1_1CopyFolderJob.html">kmail::copyfolderjob</option>,  <option value="classKMail_1_1DictionaryComboBox.html">kmail::dictionarycombobox</option>,  <option value="classKMail_1_1EditorWatcher.html">kmail::editorwatcher</option>,  <option value="classKMail_1_1FilterImporterExporter.html">kmail::filterimporterexporter</option>,  <option value="classKMail_1_1FilterLog.html">kmail::filterlog</option>,  <option value="classKMail_1_1FilterLogDialog.html">kmail::filterlogdialog</option>,  <option value="classKMail_1_1FolderDiaACLTab.html">kmail::folderdiaacltab</option>,  <option value="classKMail_1_1FolderDiaGeneralTab.html">kmail::folderdiageneraltab</option>,  <option value="classKMail_1_1FolderDiaQuotaTab.html">kmail::folderdiaquotatab</option>,  <option value="classKMail_1_1FolderDiaTab.html">kmail::folderdiatab</option>,  <option value="classKMail_1_1FolderDiaTemplatesTab.html">kmail::folderdiatemplatestab</option>,  <option value="classKMail_1_1FolderRequester.html">kmail::folderrequester</option>,  <option value="classKMail_1_1HeaderItem.html">kmail::headeritem</option>,  <option value="classKMail_1_1HeaderStyle.html">kmail::headerstyle</option>,  <option value="classKMail_1_1HtmlStatusBar.html">kmail::htmlstatusbar</option>,  <option value="classKMail_1_1HtmlWriter.html">kmail::htmlwriter</option>,  <option value="classKMail_1_1IdentityDrag.html">kmail::identitydrag</option>,  <option value="classKMail_1_1IdentityListView.html">kmail::identitylistview</option>,  <option value="classKMail_1_1IdentityListViewItem.html">kmail::identitylistviewitem</option>,  <option value="classKMail_1_1Interface_1_1BodyPart.html">kmail::interface::bodypart</option>,  <option value="classKMail_1_1Interface_1_1BodyPartFormatterPlugin.html">kmail::interface::bodypartformatterplugin</option>,  <option value="classKMail_1_1Interface_1_1BodyPartMemento.html">kmail::interface::bodypartmemento</option>,  <option value="classKMail_1_1Interface_1_1BodyPartURLHandler.html">kmail::interface::bodyparturlhandler</option>,  <option value="classKMail_1_1Interface_1_1Observable.html">kmail::interface::observable</option>,  <option value="classKMail_1_1Interface_1_1Observer.html">kmail::interface::observer</option>,  <option value="classKMail_1_1JobScheduler.html">kmail::jobscheduler</option>,  <option value="classKMail_1_1ListJob.html">kmail::listjob</option>,  <option value="classKMail_1_1MaildirCompactionJob.html">kmail::maildircompactionjob</option>,  <option value="classKMail_1_1MailingList.html">kmail::mailinglist</option>,  <option value="classKMail_1_1MboxCompactionJob.html">kmail::mboxcompactionjob</option>,  <option value="classKMail_1_1MessageActions.html">kmail::messageactions</option>,  <option value="classKMail_1_1MessageCopyHelper.html">kmail::messagecopyhelper</option>,  <option value="classKMail_1_1PartNodeBodyPart.html">kmail::partnodebodypart</option>,  <option value="classKMail_1_1PopAccount.html">kmail::popaccount</option>,  <option value="classKMail_1_1QuotaJobs_1_1GetQuotarootJob.html">kmail::quotajobs::getquotarootjob</option>,  <option value="classKMail_1_1QuotaJobs_1_1GetStorageQuotaJob.html">kmail::quotajobs::getstoragequotajob</option>,  <option value="classKMail_1_1RedirectDialog.html">kmail::redirectdialog</option>,  <option value="classKMail_1_1RenameJob.html">kmail::renamejob</option>,  <option value="classKMail_1_1RuleWidgetHandler.html">kmail::rulewidgethandler</option>,  <option value="classKMail_1_1RuleWidgetHandlerManager.html">kmail::rulewidgethandlermanager</option>,  <option value="classKMail_1_1ScheduledCompactionTask.html">kmail::scheduledcompactiontask</option>,  <option value="classKMail_1_1ScheduledExpireTask.html">kmail::scheduledexpiretask</option>,  <option value="classKMail_1_1ScheduledJob.html">kmail::scheduledjob</option>,  <option value="classKMail_1_1ScheduledTask.html">kmail::scheduledtask</option>,  <option value="classKMail_1_1SearchJob.html">kmail::searchjob</option>,  <option value="classKMail_1_1SearchWindow.html">kmail::searchwindow</option>,  <option value="classKMail_1_1SecondaryWindow.html">kmail::secondarywindow</option>,  <option value="classKMail_1_1SieveDebugDialog.html">kmail::sievedebugdialog</option>,  <option value="classKMail_1_1SortCacheItem.html">kmail::sortcacheitem</option>,  <option value="classKMail_1_1SpamHeaderAnalyzer.html">kmail::spamheaderanalyzer</option>,  <option value="classKMail_1_1SpamScore.html">kmail::spamscore</option>,  <option value="classKMail_1_1TeeHtmlWriter.html">kmail::teehtmlwriter</option>,  <option value="classKMail_1_1TransportManager.html">kmail::transportmanager</option>,  <option value="classKMail_1_1UndoInfo.html">kmail::undoinfo</option>,  <option value="classKMail_1_1URLHandler.html">kmail::urlhandler</option>,  <option value="classKMail_1_1URLHandlerManager.html">kmail::urlhandlermanager</option>,  <option value="classKMail_1_1Util_1_1LaterDeleter.html">kmail::util::laterdeleter</option>,  <option value="classKMailICalIfaceImpl.html">kmailicalifaceimpl</option>,  <option value="classKMailIface.html">kmailiface</option>,  <option value="classKMDict.html">kmdict</option>,  <option value="classKMDictItem.html">kmdictitem</option>,  <option value="classKMFilterAction.html">kmfilteraction</option>,  <option value="classKMFilterActionDict.html">kmfilteractiondict</option>,  <option value="classKMFilterActionWidget.html">kmfilteractionwidget</option>,  <option value="classKMFilterActionWithAddress.html">kmfilteractionwithaddress</option>,  <option value="classKMFilterActionWithFolder.html">kmfilteractionwithfolder</option>,  <option value="classKMFilterActionWithNone.html">kmfilteractionwithnone</option>,  <option value="classKMFilterActionWithString.html">kmfilteractionwithstring</option>,  <option value="classKMFilterActionWithStringList.html">kmfilteractionwithstringlist</option>,  <option value="classKMFilterActionWithUOID.html">kmfilteractionwithuoid</option>,  <option value="classKMFilterActionWithUrl.html">kmfilteractionwithurl</option>,  <option value="classKMFilterDlg.html">kmfilterdlg</option>,  <option value="classKMFilterListBox.html">kmfilterlistbox</option>,  <option value="classKMFolder.html">kmfolder</option>,  <option value="classKMFolderDialog.html">kmfolderdialog</option>,  <option value="classKMFolderDir.html">kmfolderdir</option>,  <option value="classKMFolderIndex.html">kmfolderindex</option>,  <option value="classKMFolderOpener.html">kmfolderopener</option>,  <option value="classKMHeaders.html">kmheaders</option>,  <option value="classKMKernel.html">kmkernel</option>,  <option value="classKMMenuCommand.html">kmmenucommand</option>,  <option value="classKMMessage.html">kmmessage</option>,  <option value="classKMMsgDict.html">kmmsgdict</option>,  <option value="classKMMsgList.html">kmmsglist</option>,  <option value="classKMMsgPartDialog.html">kmmsgpartdialog</option>,  <option value="classKMMsgPartDialogCompat.html">kmmsgpartdialogcompat</option>,  <option value="classKMPopHeadersView.html">kmpopheadersview</option>,  <option value="classKMReaderWin.html">kmreaderwin</option>,  <option value="classKMSearchPattern.html">kmsearchpattern</option>,  <option value="classKMSearchPatternEdit.html">kmsearchpatternedit</option>,  <option value="classKMSearchRule.html">kmsearchrule</option>,  <option value="classKMSearchRuleNumerical.html">kmsearchrulenumerical</option>,  <option value="classKMSearchRuleStatus.html">kmsearchrulestatus</option>,  <option value="classKMSearchRuleString.html">kmsearchrulestring</option>,  <option value="classKMSearchRuleWidget.html">kmsearchrulewidget</option>,  <option value="classKMSystemTray.html">kmsystemtray</option>,  <option value="classMailComposerIface.html">mailcomposeriface</option>,  <option value="classScalix_1_1FolderAttributeParser.html">scalix::folderattributeparser</option>,  <option value="classSnippetConfig.html">snippetconfig</option>,  <option value="classSnippetGroup.html">snippetgroup</option>,  <option value="classSnippetItem.html">snippetitem</option>,  <option value="classSnippetSettings.html">snippetsettings</option>,  <option value="classSnippetWidget.html">snippetwidget</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../akregator/html/index.html">akregator</a></li><li>&nbsp;&nbsp;<a href="../../akregator/src/html/index.html">src</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../akregator/src/librss/html/index.html">librss</a></li><li><a href="../../certmanager/html/index.html">certmanager</a></li><li>&nbsp;&nbsp;<a href="../../certmanager/lib/html/index.html">lib</a></li><li><a href="../../kaddressbook/html/index.html">kaddressbook</a></li><li><a href="../../kalarm/html/index.html">kalarm</a></li><li>&nbsp;&nbsp;<a href="../../kalarm/lib/html/index.html">lib</a></li><li><a href="../../kandy/html/index.html">kandy</a></li><li><a href="../../karm/html/index.html">karm</a></li><li><a href="../../kdgantt/html/index.html">kdgantt</a></li><li><a href="../../kgantt/html/index.html">kgantt</a></li><li><a href="../../kioslaves/html/index.html">kioslaves</a></li><li>&nbsp;&nbsp;<a href="../../kioslaves/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../kioslaves/mbox/html/index.html">mbox</a></li><li><a href="../../kitchensync/html/index.html">kitchensync</a></li><li><a href="../../kmail/html/index.html">kmail</a></li><li><a href="../../knotes/html/index.html">knotes</a></li><li><a href="../../konsolekalendar/html/index.html">konsolekalendar</a></li><li><a href="../../kontact/html/index.html">kontact</a></li><li><a href="../../korganizer/html/index.html">korganizer</a></li><li><a href="../../kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../kpilot/kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../kpilot/lib/html/index.html">lib</a></li><li><a href="../../libemailfunctions/html/index.html">libemailfunctions</a></li><li><a href="../../libkcal/html/index.html">libkcal</a></li><li><a href="../../libkdepim/html/index.html">libkdepim</a></li><li><a href="../../libkholidays/html/index.html">libkholidays</a></li><li><a href="../../libkmime/html/index.html">libkmime</a></li><li><a href="../../libkpgp/html/index.html">libkpgp</a></li><li><a href="../../libkpimidentities/html/index.html">libkpimidentities</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>