Sophie

Sophie

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

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>kioslaves/imap4: imapcommand.h Source File (kioslaves/imap4)</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="../../html/index.html">kioslaves</a> / <a href=".">imap4</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>kioslaves/imap4</h2>


<!-- Generated by Doxygen 1.5.5 -->
<h1>imapcommand.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef _IMAPCOMMAND_H</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define _IMAPCOMMAND_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="comment">/**********************************************************************</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> *   imapcommand.h  - IMAP4rev1 command handler</span>
<a name="l00006"></a>00006 <span class="comment"> *   Copyright (C) 2000 Sven Carstens</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> *   This program is free software; you can redistribute it and/or modify</span>
<a name="l00009"></a>00009 <span class="comment"> *   it under the terms of the GNU General Public License as published by</span>
<a name="l00010"></a>00010 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00011"></a>00011 <span class="comment"> *   (at your option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment"> *</span>
<a name="l00013"></a>00013 <span class="comment"> *   This program is distributed in the hope that it will be useful,</span>
<a name="l00014"></a>00014 <span class="comment"> *   but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment"> *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00016"></a>00016 <span class="comment"> *   GNU General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment"> *</span>
<a name="l00018"></a>00018 <span class="comment"> *   You should have received a copy of the GNU General Public License</span>
<a name="l00019"></a>00019 <span class="comment"> *   along with this program; if not, write to the Free Software</span>
<a name="l00020"></a>00020 <span class="comment"> *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> *   Send comments and bug fixes to</span>
<a name="l00023"></a>00023 <span class="comment"> *</span>
<a name="l00024"></a>00024 <span class="comment"> *********************************************************************/</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;qstringlist.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;qmap.h&gt;</span>
<a name="l00029"></a>00029 
<a name="l00037"></a><a class="code" href="classimapCommand.html">00037</a> <span class="keyword">class </span><a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a>
<a name="l00038"></a>00038 {
<a name="l00039"></a>00039 <span class="keyword">public</span>:
<a name="l00040"></a>00040 
<a name="l00044"></a>00044   <a class="code" href="classimapCommand.html#ea22ea31bc67aebf4662ad61a355f51e" title="Constructor.">imapCommand</a> ();
<a name="l00052"></a>00052   <a class="code" href="classimapCommand.html#ea22ea31bc67aebf4662ad61a355f51e" title="Constructor.">imapCommand</a> (<span class="keyword">const</span> QString &amp; <a class="code" href="classimapCommand.html#0475f2554615137aab1d1663d1330f8c" title="get the command">command</a>, <span class="keyword">const</span> QString &amp; <a class="code" href="classimapCommand.html#b76e7c2a8601cd904a9fb08aa28fd931" title="get the parameter">parameter</a>);
<a name="l00058"></a>00058   <span class="keywordtype">bool</span> <a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> ();
<a name="l00064"></a>00064   <span class="keyword">const</span> QString &amp; <a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> ();
<a name="l00070"></a>00070   <span class="keyword">const</span> QString &amp; <a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a> ();
<a name="l00076"></a>00076   <span class="keyword">const</span> QString &amp; <a class="code" href="classimapCommand.html#b76e7c2a8601cd904a9fb08aa28fd931" title="get the parameter">parameter</a> ();
<a name="l00082"></a>00082   <span class="keyword">const</span> QString &amp; <a class="code" href="classimapCommand.html#0475f2554615137aab1d1663d1330f8c" title="get the command">command</a> ();
<a name="l00088"></a>00088   <span class="keyword">const</span> QString &amp; <a class="code" href="classimapCommand.html#41076f41025bcdbebbab97b7afeb595d" title="get the id">id</a> ();
<a name="l00089"></a>00089 
<a name="l00096"></a>00096   <span class="keywordtype">void</span> <a class="code" href="classimapCommand.html#01a7a7bee53e7b5c80f9caca1e62a0d4" title="set the id">setId</a> (<span class="keyword">const</span> QString &amp;);
<a name="l00102"></a>00102   <span class="keywordtype">void</span> <a class="code" href="classimapCommand.html#4ec1a18fe96a9a9bb90c1d3efff376e6" title="set the completed state">setComplete</a> ();
<a name="l00109"></a>00109   <span class="keywordtype">void</span> <a class="code" href="classimapCommand.html#9e8b0a3fd5f9d1c5e9095cb71e834b04" title="set the completed state">setResult</a> (<span class="keyword">const</span> QString &amp;);
<a name="l00116"></a>00116   <span class="keywordtype">void</span> <a class="code" href="classimapCommand.html#ede3eb7f608f100ea420ac873e30b084" title="set the completed state">setResultInfo</a> (<span class="keyword">const</span> QString &amp;);
<a name="l00123"></a>00123   <span class="keywordtype">void</span> <a class="code" href="classimapCommand.html#48cb5706927626ff16dcaca9a5899103" title="set the command">setCommand</a> (<span class="keyword">const</span> QString &amp;);
<a name="l00130"></a>00130   <span class="keywordtype">void</span> <a class="code" href="classimapCommand.html#09ce4d8a03661356a16c3412209d73b0" title="set the command parameter(s)">setParameter</a> (<span class="keyword">const</span> QString &amp;);
<a name="l00139"></a>00139   <span class="keyword">const</span> QString <a class="code" href="classimapCommand.html#fe0e097fb3acd1346c92b3a85cc20694" title="returns the data to send to the server The function returns the complete data to...">getStr</a> ();
<a name="l00140"></a>00140 
<a name="l00146"></a>00146   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#18eac0a9fe90bd530e4360003063e00d" title="Create a NOOP command.">clientNoop</a> ();
<a name="l00156"></a>00156   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#6264fd52a1b750e7df4dca24b223c047" title="Create a FETCH command.">clientFetch</a> (ulong uid, <span class="keyword">const</span> QString &amp; fields,
<a name="l00157"></a>00157                                    <span class="keywordtype">bool</span> nouid = <span class="keyword">false</span>);
<a name="l00168"></a>00168   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#6264fd52a1b750e7df4dca24b223c047" title="Create a FETCH command.">clientFetch</a> (ulong fromUid, ulong toUid,
<a name="l00169"></a>00169                                    <span class="keyword">const</span> QString &amp; fields, <span class="keywordtype">bool</span> nouid =
<a name="l00170"></a>00170                                    <span class="keyword">false</span>);
<a name="l00181"></a>00181   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#6264fd52a1b750e7df4dca24b223c047" title="Create a FETCH command.">clientFetch</a> (<span class="keyword">const</span> QString &amp; sequence,
<a name="l00182"></a>00182                                    <span class="keyword">const</span> QString &amp; fields, <span class="keywordtype">bool</span> nouid =
<a name="l00183"></a>00183                                    <span class="keyword">false</span>);
<a name="l00192"></a>00192   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">clientList</a> (<span class="keyword">const</span> QString &amp; reference,
<a name="l00193"></a>00193                                   <span class="keyword">const</span> QString &amp; path, <span class="keywordtype">bool</span> lsub = <span class="keyword">false</span>);
<a name="l00201"></a>00201   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#102be5d854bbbdcafab5c09ec0b24bad" title="Create a SELECT command.">clientSelect</a> (<span class="keyword">const</span> QString &amp; path, <span class="keywordtype">bool</span> examine =
<a name="l00202"></a>00202                                     <span class="keyword">false</span>);
<a name="l00208"></a>00208   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#b8ebfebf14090f6e27dbb2a304b20d67" title="Create a CLOSE command.">clientClose</a>();
<a name="l00215"></a>00215   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#5ded7c3efbf021ef2ff5f57112f2b096" title="Create a STATUS command.">clientStatus</a> (<span class="keyword">const</span> QString &amp; path,
<a name="l00216"></a>00216                                     <span class="keyword">const</span> QString &amp; parameters);
<a name="l00224"></a>00224   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#c44203e147cfc19ebd91133f0631229f" title="Create a COPY command.">clientCopy</a> (<span class="keyword">const</span> QString &amp; box,
<a name="l00225"></a>00225                                   <span class="keyword">const</span> QString &amp; sequence, <span class="keywordtype">bool</span> nouid =
<a name="l00226"></a>00226                                   <span class="keyword">false</span>);
<a name="l00234"></a>00234   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#69c65b6d83dc7ad9944f5c2f69158d2e" title="Create a APPEND command.">clientAppend</a> (<span class="keyword">const</span> QString &amp; box,
<a name="l00235"></a>00235                                     <span class="keyword">const</span> QString &amp; flags, ulong size);
<a name="l00241"></a>00241   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#23cbabbe5e15854b1be2d539e53d29c8" title="Create a CREATE command.">clientCreate</a> (<span class="keyword">const</span> QString &amp; path);
<a name="l00247"></a>00247   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#88e3bbc7b4200846d1393ca594f9156d" title="Create a DELETE command.">clientDelete</a> (<span class="keyword">const</span> QString &amp; path);
<a name="l00253"></a>00253   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#f69516bb4c565f744dc15da877d068be" title="Create a SUBSCRIBE command.">clientSubscribe</a> (<span class="keyword">const</span> QString &amp; path);
<a name="l00259"></a>00259   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#b359c039dddba78d8b61c832c5f17cbf" title="Create a UNSUBSCRIBE command.">clientUnsubscribe</a> (<span class="keyword">const</span> QString &amp; path);
<a name="l00264"></a>00264   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#b0e25aaa3e5e47fc8de32530a3bb1d76" title="Create a EXPUNGE command.">clientExpunge</a> ();
<a name="l00271"></a>00271   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#0e255269ef033fe7b1172a96db318710" title="Create a RENAME command.">clientRename</a> (<span class="keyword">const</span> QString &amp; src,
<a name="l00272"></a>00272                                     <span class="keyword">const</span> QString &amp; dest);
<a name="l00279"></a>00279   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#9575c5abff6a8dd849f79c28e2d09a70" title="Create a SEARCH command.">clientSearch</a> (<span class="keyword">const</span> QString &amp; search, <span class="keywordtype">bool</span> nouid =
<a name="l00280"></a>00280                                     <span class="keyword">false</span>);
<a name="l00289"></a>00289   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#550eb42c5ad0fb57a62051cdafa4faca" title="Create a STORE command.">clientStore</a> (<span class="keyword">const</span> QString &amp; <span class="keyword">set</span>, <span class="keyword">const</span> QString &amp; item,
<a name="l00290"></a>00290                                    <span class="keyword">const</span> QString &amp; data, <span class="keywordtype">bool</span> nouid = <span class="keyword">false</span>);
<a name="l00295"></a>00295   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#cb38f845bc3614cff83529189094ad8a" title="Create a LOGOUT command.">clientLogout</a> ();
<a name="l00300"></a>00300   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#b4fd5ee8688bd847e52ac7f7bb103391" title="Create a STARTTLS command.">clientStartTLS</a> ();
<a name="l00301"></a>00301 
<a name="l00303"></a>00303 
<a name="l00310"></a>00310   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#595fa771d91d856f180472b31535b989" title="Create a SETACL command.">clientSetACL</a> ( <span class="keyword">const</span> QString&amp; box, <span class="keyword">const</span> QString&amp; user, <span class="keyword">const</span> QString&amp; acl );
<a name="l00311"></a>00311 
<a name="l00318"></a>00318   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#a63fa67c2a0f1ac3901648c299e7f740" title="Create a DELETEACL command.">clientDeleteACL</a> ( <span class="keyword">const</span> QString&amp; box, <span class="keyword">const</span> QString&amp; user );
<a name="l00319"></a>00319 
<a name="l00325"></a>00325   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#a885406a8475bae86ef9b809624350b9" title="Create a GETACL command.">clientGetACL</a> ( <span class="keyword">const</span> QString&amp; box );
<a name="l00326"></a>00326 
<a name="l00333"></a>00333   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#45ff619a83d4bc401284adfbab877075" title="Create a LISTRIGHTS command.">clientListRights</a> ( <span class="keyword">const</span> QString&amp; box, <span class="keyword">const</span> QString&amp; user );
<a name="l00334"></a>00334 
<a name="l00340"></a>00340   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#13f1a7956a1f81ed28f0b643bd3e16cf" title="Create a MYRIGHTS command.">clientMyRights</a> ( <span class="keyword">const</span> QString&amp; box );
<a name="l00341"></a>00341 
<a name="l00343"></a>00343 
<a name="l00350"></a>00350   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#25b5c3be3ea45c345e7aa72460282bf0" title="Create a SETANNOTATION command.">clientSetAnnotation</a> ( <span class="keyword">const</span> QString&amp; box, <span class="keyword">const</span> QString&amp; entry, <span class="keyword">const</span> QMap&lt;QString, QString&gt;&amp; attributes );
<a name="l00351"></a>00351 
<a name="l00359"></a>00359   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#96fdab5a85c5750eea0c3d0ad12edf62" title="Create a GETANNOTATION command.">clientGetAnnotation</a> ( <span class="keyword">const</span> QString&amp; box, <span class="keyword">const</span> QString&amp; entry, <span class="keyword">const</span> QStringList&amp; attributeNames );
<a name="l00360"></a>00360 
<a name="l00365"></a>00365   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#82954d869b6bf83c10b68b76fd4d55d9" title="Create a NAMESPACE command.">clientNamespace</a> ();
<a name="l00366"></a>00366 
<a name="l00372"></a>00372   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#b72cb98a1f03d61fbc14501b956fc825" title="Create a GETQUOTAROOT command.">clientGetQuotaroot</a> ( <span class="keyword">const</span> QString&amp; box );
<a name="l00373"></a>00373 
<a name="l00380"></a>00380   <span class="keyword">static</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *<a class="code" href="classimapCommand.html#c4a036475f0d34588600ea57f281be95" title="Create a custom command.">clientCustom</a> ( <span class="keyword">const</span> QString&amp; command, <span class="keyword">const</span> QString&amp; arguments );
<a name="l00381"></a>00381 
<a name="l00382"></a>00382 <span class="keyword">protected</span>:
<a name="l00383"></a>00383   QString aCommand;
<a name="l00384"></a>00384   QString mId;
<a name="l00385"></a>00385   <span class="keywordtype">bool</span> mComplete;
<a name="l00386"></a>00386   QString aParameter;
<a name="l00387"></a>00387   QString mResult;
<a name="l00388"></a>00388   QString mResultInfo;
<a name="l00389"></a>00389 
<a name="l00390"></a>00390 <span class="keyword">private</span>:
<a name="l00391"></a>00391   <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> &amp;);
<a name="l00392"></a>00392 };
<a name="l00393"></a>00393 
<a name="l00394"></a>00394 <span class="preprocessor">#endif</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>kioslaves/imap4</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</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="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="classIMAP4Protocol.html">imap4protocol</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>