Sophie

Sophie

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

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: imap4.cc 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>imap4.cc</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/**********************************************************************</span>
<a name="l00002"></a>00002 <span class="comment"> *</span>
<a name="l00003"></a>00003 <span class="comment"> *   imap4.cc  - IMAP4rev1 KIOSlave</span>
<a name="l00004"></a>00004 <span class="comment"> *   Copyright (C) 2001-2002  Michael Haeckel &lt;haeckel@kde.org&gt;</span>
<a name="l00005"></a>00005 <span class="comment"> *   Copyright (C) 1999  John Corey</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> *   This program is free software; you can redistribute it and/or modify</span>
<a name="l00008"></a>00008 <span class="comment"> *   it under the terms of the GNU General Public License as published by</span>
<a name="l00009"></a>00009 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00010"></a>00010 <span class="comment"> *   (at your option) any later version.</span>
<a name="l00011"></a>00011 <span class="comment"> *</span>
<a name="l00012"></a>00012 <span class="comment"> *   This program is distributed in the hope that it will be useful,</span>
<a name="l00013"></a>00013 <span class="comment"> *   but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00014"></a>00014 <span class="comment"> *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00015"></a>00015 <span class="comment"> *   GNU General Public License for more details.</span>
<a name="l00016"></a>00016 <span class="comment"> *</span>
<a name="l00017"></a>00017 <span class="comment"> *   You should have received a copy of the GNU General Public License</span>
<a name="l00018"></a>00018 <span class="comment"> *   along with this program; if not, write to the Free Software</span>
<a name="l00019"></a>00019 <span class="comment"> *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</span>
<a name="l00020"></a>00020 <span class="comment"> *</span>
<a name="l00021"></a>00021 <span class="comment"> *   Send comments and bug fixes to jcorey@fruity.ath.cx</span>
<a name="l00022"></a>00022 <span class="comment"> *</span>
<a name="l00023"></a>00023 <span class="comment"> *********************************************************************/</span>
<a name="l00024"></a>00024 
<a name="l00059"></a>00059 <span class="preprocessor">#ifdef HAVE_CONFIG_H</span>
<a name="l00060"></a>00060 <span class="preprocessor"></span><span class="preprocessor">#include &lt;config.h&gt;</span>
<a name="l00061"></a>00061 <span class="preprocessor">#endif</span>
<a name="l00062"></a>00062 <span class="preprocessor"></span>
<a name="l00063"></a>00063 <span class="preprocessor">#include "imap4.h"</span>
<a name="l00064"></a>00064 
<a name="l00065"></a>00065 <span class="preprocessor">#include "rfcdecoder.h"</span>
<a name="l00066"></a>00066 
<a name="l00067"></a>00067 <span class="preprocessor">#include &lt;sys/stat.h&gt;</span>
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00070"></a>00070 <span class="preprocessor">#include &lt;stdlib.h&gt;</span>
<a name="l00071"></a>00071 <span class="preprocessor">#include &lt;signal.h&gt;</span>
<a name="l00072"></a>00072 <span class="preprocessor">#include &lt;sys/types.h&gt;</span>
<a name="l00073"></a>00073 <span class="preprocessor">#include &lt;sys/wait.h&gt;</span>
<a name="l00074"></a>00074 
<a name="l00075"></a>00075 <span class="preprocessor">#ifdef HAVE_LIBSASL2</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00077"></a>00077 <span class="preprocessor">#include &lt;sasl/sasl.h&gt;</span>
<a name="l00078"></a>00078 }
<a name="l00079"></a>00079 <span class="preprocessor">#endif</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span>
<a name="l00081"></a>00081 <span class="preprocessor">#include &lt;qbuffer.h&gt;</span>
<a name="l00082"></a>00082 <span class="preprocessor">#include &lt;qdatetime.h&gt;</span>
<a name="l00083"></a>00083 <span class="preprocessor">#include &lt;qregexp.h&gt;</span>
<a name="l00084"></a>00084 <span class="preprocessor">#include &lt;kprotocolmanager.h&gt;</span>
<a name="l00085"></a>00085 <span class="preprocessor">#include &lt;kmessagebox.h&gt;</span>
<a name="l00086"></a>00086 <span class="preprocessor">#include &lt;kdebug.h&gt;</span>
<a name="l00087"></a>00087 <span class="preprocessor">#include &lt;kio/connection.h&gt;</span>
<a name="l00088"></a>00088 <span class="preprocessor">#include &lt;kio/slaveinterface.h&gt;</span>
<a name="l00089"></a>00089 <span class="preprocessor">#include &lt;kio/passdlg.h&gt;</span>
<a name="l00090"></a>00090 <span class="preprocessor">#include &lt;klocale.h&gt;</span>
<a name="l00091"></a>00091 <span class="preprocessor">#include &lt;kmimetype.h&gt;</span>
<a name="l00092"></a>00092 <span class="preprocessor">#include &lt;kmdcodec.h&gt;</span>
<a name="l00093"></a>00093 
<a name="l00094"></a>00094 <span class="preprocessor">#include "kdepimmacros.h"</span>
<a name="l00095"></a>00095 
<a name="l00096"></a>00096 <span class="preprocessor">#define IMAP_PROTOCOL "imap"</span>
<a name="l00097"></a>00097 <span class="preprocessor"></span><span class="preprocessor">#define IMAP_SSL_PROTOCOL "imaps"</span>
<a name="l00098"></a>00098 <span class="preprocessor"></span>
<a name="l00099"></a>00099 <span class="keyword">using namespace </span>KIO;
<a name="l00100"></a>00100 
<a name="l00101"></a>00101 <span class="keyword">extern</span> <span class="stringliteral">"C"</span>
<a name="l00102"></a>00102 {
<a name="l00103"></a>00103   <span class="keywordtype">void</span> sigalrm_handler (<span class="keywordtype">int</span>);
<a name="l00104"></a>00104   KDE_EXPORT <span class="keywordtype">int</span> kdemain (<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span> **argv);
<a name="l00105"></a>00105 }
<a name="l00106"></a>00106 
<a name="l00107"></a>00107 <span class="keywordtype">int</span>
<a name="l00108"></a>00108 kdemain (<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span> **argv)
<a name="l00109"></a>00109 {
<a name="l00110"></a>00110   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::kdemain"</span> &lt;&lt; endl;
<a name="l00111"></a>00111 
<a name="l00112"></a>00112   KInstance instance (<span class="stringliteral">"kio_imap4"</span>);
<a name="l00113"></a>00113   <span class="keywordflow">if</span> (argc != 4)
<a name="l00114"></a>00114   {
<a name="l00115"></a>00115     fprintf(stderr, <span class="stringliteral">"Usage: kio_imap4 protocol domain-socket1 domain-socket2\n"</span>);
<a name="l00116"></a>00116     ::exit (-1);
<a name="l00117"></a>00117   }
<a name="l00118"></a>00118 
<a name="l00119"></a>00119 <span class="preprocessor">#ifdef HAVE_LIBSASL2</span>
<a name="l00120"></a>00120 <span class="preprocessor"></span>  <span class="keywordflow">if</span> ( sasl_client_init( NULL ) != SASL_OK ) {
<a name="l00121"></a>00121     fprintf(stderr, <span class="stringliteral">"SASL library initialization failed!\n"</span>);
<a name="l00122"></a>00122     ::exit (-1);
<a name="l00123"></a>00123   }
<a name="l00124"></a>00124 <span class="preprocessor">#endif</span>
<a name="l00125"></a>00125 <span class="preprocessor"></span>
<a name="l00126"></a>00126   <span class="comment">//set debug handler</span>
<a name="l00127"></a>00127 
<a name="l00128"></a>00128   <a class="code" href="classIMAP4Protocol.html" title="IOSlave derived class.">IMAP4Protocol</a> *slave;
<a name="l00129"></a>00129   <span class="keywordflow">if</span> (strcasecmp (argv[1], IMAP_SSL_PROTOCOL) == 0)
<a name="l00130"></a>00130     slave = <span class="keyword">new</span> <a class="code" href="classIMAP4Protocol.html" title="IOSlave derived class.">IMAP4Protocol</a> (argv[2], argv[3], <span class="keyword">true</span>);
<a name="l00131"></a>00131   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (strcasecmp (argv[1], IMAP_PROTOCOL) == 0)
<a name="l00132"></a>00132     slave = <span class="keyword">new</span> <a class="code" href="classIMAP4Protocol.html" title="IOSlave derived class.">IMAP4Protocol</a> (argv[2], argv[3], <span class="keyword">false</span>);
<a name="l00133"></a>00133   <span class="keywordflow">else</span>
<a name="l00134"></a>00134     abort ();
<a name="l00135"></a>00135   slave-&gt;dispatchLoop ();
<a name="l00136"></a>00136   <span class="keyword">delete</span> slave;
<a name="l00137"></a>00137 
<a name="l00138"></a>00138 <span class="preprocessor">#ifdef HAVE_LIBSASL2</span>
<a name="l00139"></a>00139 <span class="preprocessor"></span>  sasl_done();
<a name="l00140"></a>00140 <span class="preprocessor">#endif</span>
<a name="l00141"></a>00141 <span class="preprocessor"></span>
<a name="l00142"></a>00142   <span class="keywordflow">return</span> 0;
<a name="l00143"></a>00143 }
<a name="l00144"></a>00144 
<a name="l00145"></a>00145 <span class="keywordtype">void</span>
<a name="l00146"></a>00146 sigchld_handler (<span class="keywordtype">int</span> signo)
<a name="l00147"></a>00147 {
<a name="l00148"></a>00148   <span class="keywordtype">int</span> pid, status;
<a name="l00149"></a>00149 
<a name="l00150"></a>00150   <span class="keywordflow">while</span> (<span class="keyword">true</span> &amp;&amp; signo == SIGCHLD)
<a name="l00151"></a>00151   {
<a name="l00152"></a>00152     pid = waitpid (-1, &amp;status, WNOHANG);
<a name="l00153"></a>00153     <span class="keywordflow">if</span> (pid &lt;= 0)
<a name="l00154"></a>00154     {
<a name="l00155"></a>00155       <span class="comment">// Reinstall signal handler, since Linux resets to default after</span>
<a name="l00156"></a>00156       <span class="comment">// the signal occurred ( BSD handles it different, but it should do</span>
<a name="l00157"></a>00157       <span class="comment">// no harm ).</span>
<a name="l00158"></a>00158       signal (SIGCHLD, sigchld_handler);
<a name="l00159"></a>00159       <span class="keywordflow">return</span>;
<a name="l00160"></a>00160     }
<a name="l00161"></a>00161   }
<a name="l00162"></a>00162 }
<a name="l00163"></a>00163 
<a name="l00164"></a>00164 IMAP4Protocol::IMAP4Protocol (<span class="keyword">const</span> QCString &amp; pool, <span class="keyword">const</span> QCString &amp; app, <span class="keywordtype">bool</span> isSSL):TCPSlaveBase ((isSSL ? 993 : 143),
<a name="l00165"></a>00165         (isSSL ? IMAP_SSL_PROTOCOL : IMAP_PROTOCOL), pool,
<a name="l00166"></a>00166               app, isSSL), imapParser (), <a class="code" href="classmimeIO.html">mimeIO</a> (), outputBuffer(outputCache)
<a name="l00167"></a>00167 {
<a name="l00168"></a>00168   outputBufferIndex = 0;
<a name="l00169"></a>00169   mySSL = isSSL;
<a name="l00170"></a>00170   readBuffer[0] = 0x00;
<a name="l00171"></a>00171   relayEnabled = <span class="keyword">false</span>;
<a name="l00172"></a>00172   readBufferLen = 0;
<a name="l00173"></a>00173   cacheOutput = <span class="keyword">false</span>;
<a name="l00174"></a>00174   decodeContent = <span class="keyword">false</span>;
<a name="l00175"></a>00175   mTimeOfLastNoop = QDateTime();
<a name="l00176"></a>00176 }
<a name="l00177"></a>00177 
<a name="l00178"></a>00178 IMAP4Protocol::~IMAP4Protocol ()
<a name="l00179"></a>00179 {
<a name="l00180"></a>00180   closeDescriptor();
<a name="l00181"></a>00181   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4: Finishing"</span> &lt;&lt; endl;
<a name="l00182"></a>00182 }
<a name="l00183"></a>00183 
<a name="l00184"></a>00184 <span class="keywordtype">void</span>
<a name="l00185"></a><a class="code" href="classIMAP4Protocol.html#9fd710c6483a804b65c57ecfac0eeeab">00185</a> <a class="code" href="classIMAP4Protocol.html#9fd710c6483a804b65c57ecfac0eeeab" title="get a message or part of a message the data is normally send as we get it from the...">IMAP4Protocol::get</a> (<span class="keyword">const</span> KURL &amp; _url)
<a name="l00186"></a>00186 {
<a name="l00187"></a>00187   <span class="keywordflow">if</span> (!makeLogin()) <span class="keywordflow">return</span>;
<a name="l00188"></a>00188   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::get -  "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l00189"></a>00189   QString aBox, aSequence, aType, aSection, aValidity, aDelimiter, aInfo;
<a name="l00190"></a>00190   <span class="keyword">enum</span> IMAP_TYPE aEnum =
<a name="l00191"></a>00191     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l00192"></a>00192   <span class="keywordflow">if</span> (aEnum != ITYPE_ATTACH)
<a name="l00193"></a>00193     mimeType (getMimeType(aEnum));
<a name="l00194"></a>00194   <span class="keywordflow">if</span> (aInfo == <span class="stringliteral">"DECODE"</span>)
<a name="l00195"></a>00195     decodeContent = <span class="keyword">true</span>;
<a name="l00196"></a>00196 
<a name="l00197"></a>00197   <span class="keywordflow">if</span> (aSequence == <span class="stringliteral">"0:0"</span> &amp;&amp; getState() == ISTATE_SELECT)
<a name="l00198"></a>00198   {
<a name="l00199"></a>00199     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#18eac0a9fe90bd530e4360003063e00d" title="Create a NOOP command.">imapCommand::clientNoop</a>());
<a name="l00200"></a>00200     completeQueue.removeRef(cmd);
<a name="l00201"></a>00201   }
<a name="l00202"></a>00202 
<a name="l00203"></a>00203   <span class="keywordflow">if</span> (aSequence.isEmpty ())
<a name="l00204"></a>00204   {
<a name="l00205"></a>00205     aSequence = <span class="stringliteral">"1:*"</span>;
<a name="l00206"></a>00206   }
<a name="l00207"></a>00207 
<a name="l00208"></a>00208   mProcessedSize = 0;
<a name="l00209"></a>00209   <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = NULL;
<a name="l00210"></a>00210   <span class="keywordflow">if</span> (!assureBox (aBox, <span class="keyword">true</span>)) <span class="keywordflow">return</span>;
<a name="l00211"></a>00211 
<a name="l00212"></a>00212 <span class="preprocessor">#ifdef USE_VALIDITY</span>
<a name="l00213"></a>00213 <span class="preprocessor"></span>  <span class="keywordflow">if</span> (selectInfo.uidValidityAvailable () &amp;&amp; !aValidity.isEmpty ()
<a name="l00214"></a>00214       &amp;&amp; selectInfo.uidValidity () != aValidity.toULong ())
<a name="l00215"></a>00215   {
<a name="l00216"></a>00216     <span class="comment">// this url is stale</span>
<a name="l00217"></a>00217     error (ERR_COULD_NOT_READ, _url.prettyURL());
<a name="l00218"></a>00218     <span class="keywordflow">return</span>;
<a name="l00219"></a>00219   }
<a name="l00220"></a>00220   <span class="keywordflow">else</span>
<a name="l00221"></a>00221 <span class="preprocessor">#endif</span>
<a name="l00222"></a>00222 <span class="preprocessor"></span>  {
<a name="l00223"></a>00223     <span class="comment">// The "section" specified by the application can be:</span>
<a name="l00224"></a>00224     <span class="comment">// * empty (which means body, size and flags)</span>
<a name="l00225"></a>00225     <span class="comment">// * a known keyword, like STRUCTURE, ENVELOPE, HEADER, BODY.PEEK[...]</span>
<a name="l00226"></a>00226     <span class="comment">//        (in which case the slave has some logic to add the necessary items)</span>
<a name="l00227"></a>00227     <span class="comment">// * Otherwise, it specifies the exact data items to request. In this case, all</span>
<a name="l00228"></a>00228     <span class="comment">//        the logic is in the app.</span>
<a name="l00229"></a>00229 
<a name="l00230"></a>00230     QString aUpper = aSection.upper();
<a name="l00231"></a>00231     <span class="keywordflow">if</span> (aUpper.find (<span class="stringliteral">"STRUCTURE"</span>) != -1)
<a name="l00232"></a>00232     {
<a name="l00233"></a>00233       aSection = <span class="stringliteral">"BODYSTRUCTURE"</span>;
<a name="l00234"></a>00234     }
<a name="l00235"></a>00235     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (aUpper.find (<span class="stringliteral">"ENVELOPE"</span>) != -1)
<a name="l00236"></a>00236     {
<a name="l00237"></a>00237       aSection = <span class="stringliteral">"UID RFC822.SIZE FLAGS ENVELOPE"</span>;
<a name="l00238"></a>00238       <span class="keywordflow">if</span> (hasCapability(<span class="stringliteral">"IMAP4rev1"</span>)) {
<a name="l00239"></a>00239         aSection += <span class="stringliteral">" BODY.PEEK[HEADER.FIELDS (REFERENCES)]"</span>;
<a name="l00240"></a>00240       } <span class="keywordflow">else</span> {
<a name="l00241"></a>00241         <span class="comment">// imap4 does not know HEADER.FIELDS</span>
<a name="l00242"></a>00242         aSection += <span class="stringliteral">" RFC822.HEADER.LINES (REFERENCES)"</span>;
<a name="l00243"></a>00243       }
<a name="l00244"></a>00244     }
<a name="l00245"></a>00245     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (aUpper == <span class="stringliteral">"HEADER"</span>)
<a name="l00246"></a>00246     {
<a name="l00247"></a>00247       aSection = <span class="stringliteral">"UID RFC822.HEADER RFC822.SIZE FLAGS"</span>;
<a name="l00248"></a>00248     }
<a name="l00249"></a>00249     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (aUpper.find (<span class="stringliteral">"BODY.PEEK["</span>) != -1)
<a name="l00250"></a>00250     {
<a name="l00251"></a>00251       <span class="keywordflow">if</span> (aUpper.find (<span class="stringliteral">"BODY.PEEK[]"</span>) != -1)
<a name="l00252"></a>00252       {
<a name="l00253"></a>00253         <span class="keywordflow">if</span> (!hasCapability(<span class="stringliteral">"IMAP4rev1"</span>)) <span class="comment">// imap4 does not know BODY.PEEK[]</span>
<a name="l00254"></a>00254           aSection.replace(<span class="stringliteral">"BODY.PEEK[]"</span>, <span class="stringliteral">"RFC822.PEEK"</span>);
<a name="l00255"></a>00255       }
<a name="l00256"></a>00256       aSection.prepend(<span class="stringliteral">"UID RFC822.SIZE FLAGS "</span>);
<a name="l00257"></a>00257     }
<a name="l00258"></a>00258     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (aSection.isEmpty())
<a name="l00259"></a>00259     {
<a name="l00260"></a>00260       aSection = <span class="stringliteral">"UID BODY[] RFC822.SIZE FLAGS"</span>;
<a name="l00261"></a>00261     }
<a name="l00262"></a>00262     <span class="keywordflow">if</span> (aEnum == ITYPE_BOX || aEnum == ITYPE_DIR_AND_BOX)
<a name="l00263"></a>00263     {
<a name="l00264"></a>00264       <span class="comment">// write the digest header</span>
<a name="l00265"></a>00265       cacheOutput = <span class="keyword">true</span>;
<a name="l00266"></a>00266       <a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5" title="reimplement the mimeIO">outputLine</a>
<a name="l00267"></a>00267         (<span class="stringliteral">"Content-Type: multipart/digest; boundary=\"IMAPDIGEST\"\r\n"</span>, 55);
<a name="l00268"></a>00268       <span class="keywordflow">if</span> (selectInfo.recentAvailable ())
<a name="l00269"></a>00269         outputLineStr (<span class="stringliteral">"X-Recent: "</span> +
<a name="l00270"></a>00270                        QString::number(selectInfo.recent ()) + <span class="stringliteral">"\r\n"</span>);
<a name="l00271"></a>00271       <span class="keywordflow">if</span> (selectInfo.countAvailable ())
<a name="l00272"></a>00272         outputLineStr (<span class="stringliteral">"X-Count: "</span> + QString::number(selectInfo.count ()) +
<a name="l00273"></a>00273                        <span class="stringliteral">"\r\n"</span>);
<a name="l00274"></a>00274       <span class="keywordflow">if</span> (selectInfo.unseenAvailable ())
<a name="l00275"></a>00275         outputLineStr (<span class="stringliteral">"X-Unseen: "</span> +
<a name="l00276"></a>00276                        QString::number(selectInfo.unseen ()) + <span class="stringliteral">"\r\n"</span>);
<a name="l00277"></a>00277       <span class="keywordflow">if</span> (selectInfo.uidValidityAvailable ())
<a name="l00278"></a>00278         outputLineStr (<span class="stringliteral">"X-uidValidity: "</span> +
<a name="l00279"></a>00279                        QString::number(selectInfo.uidValidity ()) +
<a name="l00280"></a>00280                        <span class="stringliteral">"\r\n"</span>);
<a name="l00281"></a>00281       <span class="keywordflow">if</span> (selectInfo.uidNextAvailable ())
<a name="l00282"></a>00282         outputLineStr (<span class="stringliteral">"X-UidNext: "</span> +
<a name="l00283"></a>00283                        QString::number(selectInfo.uidNext ()) + <span class="stringliteral">"\r\n"</span>);
<a name="l00284"></a>00284       <span class="keywordflow">if</span> (selectInfo.flagsAvailable ())
<a name="l00285"></a>00285         outputLineStr (<span class="stringliteral">"X-Flags: "</span> + QString::number(selectInfo.flags ()) +
<a name="l00286"></a>00286                        <span class="stringliteral">"\r\n"</span>);
<a name="l00287"></a>00287       <span class="keywordflow">if</span> (selectInfo.permanentFlagsAvailable ())
<a name="l00288"></a>00288         outputLineStr (<span class="stringliteral">"X-PermanentFlags: "</span> +
<a name="l00289"></a>00289                        QString::number(selectInfo.permanentFlags ()) + <span class="stringliteral">"\r\n"</span>);
<a name="l00290"></a>00290       <span class="keywordflow">if</span> (selectInfo.readWriteAvailable ()) {
<a name="l00291"></a>00291         <span class="keywordflow">if</span> (selectInfo.readWrite()) {
<a name="l00292"></a>00292           <a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5" title="reimplement the mimeIO">outputLine</a> (<span class="stringliteral">"X-Access: Read/Write\r\n"</span>, 22);
<a name="l00293"></a>00293         } <span class="keywordflow">else</span> {
<a name="l00294"></a>00294           <a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5" title="reimplement the mimeIO">outputLine</a> (<span class="stringliteral">"X-Access: Read only\r\n"</span>, 21);
<a name="l00295"></a>00295         }
<a name="l00296"></a>00296       }
<a name="l00297"></a>00297       <a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5" title="reimplement the mimeIO">outputLine</a> (<span class="stringliteral">"\r\n"</span>, 2);
<a name="l00298"></a>00298       <a class="code" href="classIMAP4Protocol.html#a8bbc20bf95dbc6538c10b1e3bc05757" title="send out cached data to the application">flushOutput</a>(QString::null);
<a name="l00299"></a>00299       cacheOutput = <span class="keyword">false</span>;
<a name="l00300"></a>00300     }
<a name="l00301"></a>00301 
<a name="l00302"></a>00302     <span class="keywordflow">if</span> (aEnum == ITYPE_MSG || (aEnum == ITYPE_ATTACH &amp;&amp; !decodeContent))
<a name="l00303"></a>00303       relayEnabled = <span class="keyword">true</span>; <span class="comment">// normal mode, relay data</span>
<a name="l00304"></a>00304 
<a name="l00305"></a>00305     <span class="keywordflow">if</span> (aSequence != <span class="stringliteral">"0:0"</span>)
<a name="l00306"></a>00306     {
<a name="l00307"></a>00307       QString contentEncoding;
<a name="l00308"></a>00308       <span class="keywordflow">if</span> (aEnum == ITYPE_ATTACH &amp;&amp; decodeContent)
<a name="l00309"></a>00309       {
<a name="l00310"></a>00310         <span class="comment">// get the MIME header and fill getLastHandled()</span>
<a name="l00311"></a>00311         QString mySection = aSection;
<a name="l00312"></a>00312         mySection.replace(<span class="stringliteral">"]"</span>, <span class="stringliteral">".MIME]"</span>);
<a name="l00313"></a>00313         cmd = sendCommand (<a class="code" href="classimapCommand.html#6264fd52a1b750e7df4dca24b223c047" title="Create a FETCH command.">imapCommand::clientFetch</a> (aSequence, mySection));
<a name="l00314"></a>00314         <span class="keywordflow">do</span>
<a name="l00315"></a>00315         {
<a name="l00316"></a>00316           <span class="keywordflow">while</span> (!parseLoop ()) ;
<a name="l00317"></a>00317         }
<a name="l00318"></a>00318         <span class="keywordflow">while</span> (!cmd-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> ());
<a name="l00319"></a>00319         completeQueue.removeRef (cmd);
<a name="l00320"></a>00320         <span class="comment">// get the content encoding now because getLastHandled will be cleared</span>
<a name="l00321"></a>00321         <span class="keywordflow">if</span> (getLastHandled() &amp;&amp; getLastHandled()-&gt;getHeader())
<a name="l00322"></a>00322           contentEncoding = getLastHandled()-&gt;getHeader()-&gt;getEncoding();
<a name="l00323"></a>00323 
<a name="l00324"></a>00324         <span class="comment">// from here on collect the data</span>
<a name="l00325"></a>00325         <span class="comment">// it is send to the client in flushOutput in one go</span>
<a name="l00326"></a>00326         <span class="comment">// needed to decode the content</span>
<a name="l00327"></a>00327         cacheOutput = <span class="keyword">true</span>;
<a name="l00328"></a>00328       }
<a name="l00329"></a>00329 
<a name="l00330"></a>00330       cmd = sendCommand (<a class="code" href="classimapCommand.html#6264fd52a1b750e7df4dca24b223c047" title="Create a FETCH command.">imapCommand::clientFetch</a> (aSequence, aSection));
<a name="l00331"></a>00331       <span class="keywordtype">int</span> res;
<a name="l00332"></a>00332       aUpper = aSection.upper();
<a name="l00333"></a>00333       <span class="keywordflow">do</span>
<a name="l00334"></a>00334       {
<a name="l00335"></a>00335         <span class="keywordflow">while</span> (!(res = parseLoop())) ;
<a name="l00336"></a>00336         <span class="keywordflow">if</span> (res == -1) <span class="keywordflow">break</span>;
<a name="l00337"></a>00337 
<a name="l00338"></a>00338         <a class="code" href="classmailHeader.html">mailHeader</a> *lastone = 0;
<a name="l00339"></a>00339         imapCache *cache = getLastHandled ();
<a name="l00340"></a>00340         <span class="keywordflow">if</span> (cache)
<a name="l00341"></a>00341           lastone = cache-&gt;getHeader ();
<a name="l00342"></a>00342 
<a name="l00343"></a>00343         <span class="keywordflow">if</span> (cmd &amp;&amp; !cmd-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> ())
<a name="l00344"></a>00344         {
<a name="l00345"></a>00345           <span class="keywordflow">if</span> ((aUpper.find (<span class="stringliteral">"BODYSTRUCTURE"</span>) != -1)
<a name="l00346"></a>00346                     || (aUpper.find (<span class="stringliteral">"FLAGS"</span>) != -1)
<a name="l00347"></a>00347                     || (aUpper.find (<span class="stringliteral">"UID"</span>) != -1)
<a name="l00348"></a>00348                     || (aUpper.find (<span class="stringliteral">"ENVELOPE"</span>) != -1)
<a name="l00349"></a>00349                     || (aUpper.find (<span class="stringliteral">"BODY.PEEK[0]"</span>) != -1
<a name="l00350"></a>00350                         &amp;&amp; (aEnum == ITYPE_BOX || aEnum == ITYPE_DIR_AND_BOX)))
<a name="l00351"></a>00351           {
<a name="l00352"></a>00352             <span class="keywordflow">if</span> (aEnum == ITYPE_BOX || aEnum == ITYPE_DIR_AND_BOX)
<a name="l00353"></a>00353             {
<a name="l00354"></a>00354               <span class="comment">// write the mime header (default is here message/rfc822)</span>
<a name="l00355"></a>00355               <a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5" title="reimplement the mimeIO">outputLine</a> (<span class="stringliteral">"--IMAPDIGEST\r\n"</span>, 14);
<a name="l00356"></a>00356               cacheOutput = <span class="keyword">true</span>;
<a name="l00357"></a>00357               <span class="keywordflow">if</span> (cache &amp;&amp; cache-&gt;getUid () != 0)
<a name="l00358"></a>00358                 outputLineStr (<span class="stringliteral">"X-UID: "</span> +
<a name="l00359"></a>00359                                QString::number(cache-&gt;getUid ()) + <span class="stringliteral">"\r\n"</span>);
<a name="l00360"></a>00360               <span class="keywordflow">if</span> (cache &amp;&amp; cache-&gt;getSize () != 0)
<a name="l00361"></a>00361                 outputLineStr (<span class="stringliteral">"X-Length: "</span> +
<a name="l00362"></a>00362                                QString::number(cache-&gt;getSize ()) + <span class="stringliteral">"\r\n"</span>);
<a name="l00363"></a>00363               <span class="keywordflow">if</span> (cache &amp;&amp; !cache-&gt;getDate ().isEmpty())
<a name="l00364"></a>00364                 outputLineStr (<span class="stringliteral">"X-Date: "</span> + cache-&gt;getDate () + <span class="stringliteral">"\r\n"</span>);
<a name="l00365"></a>00365               <span class="keywordflow">if</span> (cache &amp;&amp; cache-&gt;getFlags () != 0)
<a name="l00366"></a>00366                 outputLineStr (<span class="stringliteral">"X-Flags: "</span> +
<a name="l00367"></a>00367                                QString::number(cache-&gt;getFlags ()) + <span class="stringliteral">"\r\n"</span>);
<a name="l00368"></a>00368             } <span class="keywordflow">else</span> cacheOutput = <span class="keyword">true</span>;
<a name="l00369"></a>00369             <span class="keywordflow">if</span> ( lastone &amp;&amp; !decodeContent )
<a name="l00370"></a>00370               lastone-&gt;<a class="code" href="classmimeHeader.html#2f58fb69d7586cb5950d60b66351b21f">outputPart</a> (*<span class="keyword">this</span>);
<a name="l00371"></a>00371             cacheOutput = <span class="keyword">false</span>;
<a name="l00372"></a>00372             <a class="code" href="classIMAP4Protocol.html#a8bbc20bf95dbc6538c10b1e3bc05757" title="send out cached data to the application">flushOutput</a>(contentEncoding);
<a name="l00373"></a>00373           }
<a name="l00374"></a>00374         } <span class="comment">// if not complete</span>
<a name="l00375"></a>00375       }
<a name="l00376"></a>00376       <span class="keywordflow">while</span> (cmd &amp;&amp; !cmd-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> ());
<a name="l00377"></a>00377       <span class="keywordflow">if</span> (aEnum == ITYPE_BOX || aEnum == ITYPE_DIR_AND_BOX)
<a name="l00378"></a>00378       {
<a name="l00379"></a>00379         <span class="comment">// write the end boundary</span>
<a name="l00380"></a>00380         <a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5" title="reimplement the mimeIO">outputLine</a> (<span class="stringliteral">"--IMAPDIGEST--\r\n"</span>, 16);
<a name="l00381"></a>00381       }
<a name="l00382"></a>00382 
<a name="l00383"></a>00383       completeQueue.removeRef (cmd);
<a name="l00384"></a>00384     }
<a name="l00385"></a>00385   }
<a name="l00386"></a>00386 
<a name="l00387"></a>00387   <span class="comment">// just to keep everybody happy when no data arrived</span>
<a name="l00388"></a>00388   data (QByteArray ());
<a name="l00389"></a>00389 
<a name="l00390"></a>00390   finished ();
<a name="l00391"></a>00391   relayEnabled = <span class="keyword">false</span>;
<a name="l00392"></a>00392   cacheOutput = <span class="keyword">false</span>;
<a name="l00393"></a>00393   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::get -  finished"</span> &lt;&lt; endl;
<a name="l00394"></a>00394 }
<a name="l00395"></a>00395 
<a name="l00396"></a>00396 <span class="keywordtype">void</span>
<a name="l00397"></a><a class="code" href="classIMAP4Protocol.html#21b5f6b9b4103f232ee925a481813903">00397</a> <a class="code" href="classIMAP4Protocol.html#21b5f6b9b4103f232ee925a481813903" title="list a directory/mailbox">IMAP4Protocol::listDir</a> (<span class="keyword">const</span> KURL &amp; _url)
<a name="l00398"></a>00398 {
<a name="l00399"></a>00399   kdDebug(7116) &lt;&lt; <span class="stringliteral">" IMAP4::listDir - "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l00400"></a>00400 
<a name="l00401"></a>00401   <span class="keywordflow">if</span> (_url.path().isEmpty())
<a name="l00402"></a>00402   {
<a name="l00403"></a>00403     KURL url = _url;
<a name="l00404"></a>00404     url.setPath(<span class="stringliteral">"/"</span>);
<a name="l00405"></a>00405     redirection( url );
<a name="l00406"></a>00406     finished();
<a name="l00407"></a>00407     <span class="keywordflow">return</span>;
<a name="l00408"></a>00408   }
<a name="l00409"></a>00409 
<a name="l00410"></a>00410   QString myBox, mySequence, myLType, mySection, myValidity, myDelimiter, myInfo;
<a name="l00411"></a>00411   <span class="comment">// parseURL with caching</span>
<a name="l00412"></a>00412   <span class="keyword">enum</span> IMAP_TYPE myType =
<a name="l00413"></a>00413     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, myBox, mySection, myLType, mySequence, myValidity,
<a name="l00414"></a>00414       myDelimiter, myInfo, <span class="keyword">true</span>);
<a name="l00415"></a>00415 
<a name="l00416"></a>00416   <span class="keywordflow">if</span> (!makeLogin()) <span class="keywordflow">return</span>;
<a name="l00417"></a>00417 
<a name="l00418"></a>00418   <span class="keywordflow">if</span> (myType == ITYPE_DIR || myType == ITYPE_DIR_AND_BOX)
<a name="l00419"></a>00419   {
<a name="l00420"></a>00420     QString listStr = myBox;
<a name="l00421"></a>00421     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd;
<a name="l00422"></a>00422 
<a name="l00423"></a>00423     <span class="keywordflow">if</span> (!listStr.isEmpty () &amp;&amp; !listStr.endsWith(myDelimiter) &amp;&amp;
<a name="l00424"></a>00424         mySection != <span class="stringliteral">"FOLDERONLY"</span>)
<a name="l00425"></a>00425       listStr += myDelimiter;
<a name="l00426"></a>00426 
<a name="l00427"></a>00427     <span class="keywordflow">if</span> (mySection.isEmpty())
<a name="l00428"></a>00428     {
<a name="l00429"></a>00429       listStr += <span class="stringliteral">"%"</span>;
<a name="l00430"></a>00430     } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (mySection == <span class="stringliteral">"COMPLETE"</span>) {
<a name="l00431"></a>00431       listStr += <span class="stringliteral">"*"</span>;
<a name="l00432"></a>00432     }
<a name="l00433"></a>00433     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::listDir - listStr="</span> &lt;&lt; listStr &lt;&lt; endl;
<a name="l00434"></a>00434     cmd =
<a name="l00435"></a>00435       doCommand (<a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">imapCommand::clientList</a> (<span class="stringliteral">""</span>, listStr,
<a name="l00436"></a>00436             (myLType == <span class="stringliteral">"LSUB"</span> || myLType == <span class="stringliteral">"LSUBNOCHECK"</span>)));
<a name="l00437"></a>00437     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l00438"></a>00438     {
<a name="l00439"></a>00439       QString mailboxName;
<a name="l00440"></a>00440       UDSEntry entry;
<a name="l00441"></a>00441       UDSAtom atom;
<a name="l00442"></a>00442       KURL aURL = _url;
<a name="l00443"></a>00443       <span class="keywordflow">if</span> (aURL.path().find(<span class="charliteral">';'</span>) != -1)
<a name="l00444"></a>00444         aURL.setPath(aURL.path().left(aURL.path().find(<span class="charliteral">';'</span>)));
<a name="l00445"></a>00445 
<a name="l00446"></a>00446       kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::listDir - got "</span> &lt;&lt; listResponses.count () &lt;&lt; endl;
<a name="l00447"></a>00447 
<a name="l00448"></a>00448       <span class="keywordflow">if</span> (myLType == <span class="stringliteral">"LSUB"</span>)
<a name="l00449"></a>00449       {
<a name="l00450"></a>00450         <span class="comment">// fire the same command as LIST to check if the box really exists</span>
<a name="l00451"></a>00451         QValueList&lt;imapList&gt; listResponsesSave = listResponses;
<a name="l00452"></a>00452         doCommand (<a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">imapCommand::clientList</a> (<span class="stringliteral">""</span>, listStr, <span class="keyword">false</span>));
<a name="l00453"></a>00453         <span class="keywordflow">for</span> (QValueListIterator &lt; imapList &gt; it = listResponsesSave.begin ();
<a name="l00454"></a>00454             it != listResponsesSave.end (); ++it)
<a name="l00455"></a>00455         {
<a name="l00456"></a>00456           <span class="keywordtype">bool</span> boxOk = <span class="keyword">false</span>;
<a name="l00457"></a>00457           <span class="keywordflow">for</span> (QValueListIterator &lt; imapList &gt; it2 = listResponses.begin ();
<a name="l00458"></a>00458               it2 != listResponses.end (); ++it2)
<a name="l00459"></a>00459           {
<a name="l00460"></a>00460             <span class="keywordflow">if</span> ((*it2).name() == (*it).name())
<a name="l00461"></a>00461             {
<a name="l00462"></a>00462               boxOk = <span class="keyword">true</span>;
<a name="l00463"></a>00463               <span class="comment">// copy the flags from the LIST-command</span>
<a name="l00464"></a>00464               (*it) = (*it2);
<a name="l00465"></a>00465               <span class="keywordflow">break</span>;
<a name="l00466"></a>00466             }
<a name="l00467"></a>00467           }
<a name="l00468"></a>00468           <span class="keywordflow">if</span> (boxOk)
<a name="l00469"></a>00469             doListEntry (aURL, myBox, (*it), (mySection != <span class="stringliteral">"FOLDERONLY"</span>));
<a name="l00470"></a>00470           <span class="keywordflow">else</span> <span class="comment">// this folder is dead</span>
<a name="l00471"></a>00471             kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::listDir - suppress "</span> &lt;&lt; (*it).name() &lt;&lt; endl;
<a name="l00472"></a>00472         }
<a name="l00473"></a>00473         listResponses = listResponsesSave;
<a name="l00474"></a>00474       }
<a name="l00475"></a>00475       <span class="keywordflow">else</span> <span class="comment">// LIST or LSUBNOCHECK</span>
<a name="l00476"></a>00476       {
<a name="l00477"></a>00477         <span class="keywordflow">for</span> (QValueListIterator &lt; imapList &gt; it = listResponses.begin ();
<a name="l00478"></a>00478             it != listResponses.end (); ++it)
<a name="l00479"></a>00479         {
<a name="l00480"></a>00480           doListEntry (aURL, myBox, (*it), (mySection != <span class="stringliteral">"FOLDERONLY"</span>));
<a name="l00481"></a>00481         }
<a name="l00482"></a>00482       }
<a name="l00483"></a>00483       entry.clear ();
<a name="l00484"></a>00484       listEntry (entry, <span class="keyword">true</span>);
<a name="l00485"></a>00485     }
<a name="l00486"></a>00486     <span class="keywordflow">else</span>
<a name="l00487"></a>00487     {
<a name="l00488"></a>00488       error (ERR_CANNOT_ENTER_DIRECTORY, _url.prettyURL());
<a name="l00489"></a>00489       completeQueue.removeRef (cmd);
<a name="l00490"></a>00490       <span class="keywordflow">return</span>;
<a name="l00491"></a>00491     }
<a name="l00492"></a>00492     completeQueue.removeRef (cmd);
<a name="l00493"></a>00493   }
<a name="l00494"></a>00494   <span class="keywordflow">if</span> ((myType == ITYPE_BOX || myType == ITYPE_DIR_AND_BOX)
<a name="l00495"></a>00495       &amp;&amp; myLType != <span class="stringliteral">"LIST"</span> &amp;&amp; myLType != <span class="stringliteral">"LSUB"</span> &amp;&amp; myLType != <span class="stringliteral">"LSUBNOCHECK"</span>)
<a name="l00496"></a>00496   {
<a name="l00497"></a>00497     KURL aURL = _url;
<a name="l00498"></a>00498     aURL.setQuery (QString::null);
<a name="l00499"></a>00499     <span class="keyword">const</span> QString encodedUrl = aURL.url(0, 106); <span class="comment">// utf-8</span>
<a name="l00500"></a>00500 
<a name="l00501"></a>00501     <span class="keywordflow">if</span> (!_url.query ().isEmpty ())
<a name="l00502"></a>00502     {
<a name="l00503"></a>00503       QString query = KURL::decode_string (_url.query ());
<a name="l00504"></a>00504       query = query.right (query.length () - 1);
<a name="l00505"></a>00505       <span class="keywordflow">if</span> (!query.isEmpty())
<a name="l00506"></a>00506       {
<a name="l00507"></a>00507         <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = NULL;
<a name="l00508"></a>00508 
<a name="l00509"></a>00509         <span class="keywordflow">if</span> (!assureBox (myBox, <span class="keyword">true</span>)) <span class="keywordflow">return</span>;
<a name="l00510"></a>00510 
<a name="l00511"></a>00511         <span class="keywordflow">if</span> (!selectInfo.countAvailable() || selectInfo.count())
<a name="l00512"></a>00512         {
<a name="l00513"></a>00513           cmd = doCommand (<a class="code" href="classimapCommand.html#9575c5abff6a8dd849f79c28e2d09a70" title="Create a SEARCH command.">imapCommand::clientSearch</a> (query));
<a name="l00514"></a>00514           <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a>() != <span class="stringliteral">"OK"</span>)
<a name="l00515"></a>00515           {
<a name="l00516"></a>00516             error(ERR_UNSUPPORTED_ACTION, _url.prettyURL());
<a name="l00517"></a>00517             completeQueue.removeRef (cmd);
<a name="l00518"></a>00518             <span class="keywordflow">return</span>;
<a name="l00519"></a>00519           }
<a name="l00520"></a>00520           completeQueue.removeRef (cmd);
<a name="l00521"></a>00521 
<a name="l00522"></a>00522           QStringList list = getResults ();
<a name="l00523"></a>00523           <span class="keywordtype">int</span> stretch = 0;
<a name="l00524"></a>00524 
<a name="l00525"></a>00525           <span class="keywordflow">if</span> (selectInfo.uidNextAvailable ())
<a name="l00526"></a>00526             stretch = QString::number(selectInfo.uidNext ()).length ();
<a name="l00527"></a>00527           UDSEntry entry;
<a name="l00528"></a>00528           imapCache fake;
<a name="l00529"></a>00529 
<a name="l00530"></a>00530           <span class="keywordflow">for</span> (QStringList::ConstIterator it = list.begin(); it != list.end();
<a name="l00531"></a>00531                ++it)
<a name="l00532"></a>00532           {
<a name="l00533"></a>00533             fake.setUid((*it).toULong());
<a name="l00534"></a>00534             doListEntry (encodedUrl, stretch, &amp;fake);
<a name="l00535"></a>00535           }
<a name="l00536"></a>00536           entry.clear ();
<a name="l00537"></a>00537           listEntry (entry, <span class="keyword">true</span>);
<a name="l00538"></a>00538         }
<a name="l00539"></a>00539       }
<a name="l00540"></a>00540     }
<a name="l00541"></a>00541     <span class="keywordflow">else</span>
<a name="l00542"></a>00542     {
<a name="l00543"></a>00543       <span class="keywordflow">if</span> (!assureBox (myBox, <span class="keyword">true</span>)) <span class="keywordflow">return</span>;
<a name="l00544"></a>00544 
<a name="l00545"></a>00545       kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4: select returned:"</span> &lt;&lt; endl;
<a name="l00546"></a>00546       <span class="keywordflow">if</span> (selectInfo.recentAvailable ())
<a name="l00547"></a>00547         kdDebug(7116) &lt;&lt; <span class="stringliteral">"Recent: "</span> &lt;&lt; selectInfo.recent () &lt;&lt; <span class="stringliteral">"d"</span> &lt;&lt; endl;
<a name="l00548"></a>00548       <span class="keywordflow">if</span> (selectInfo.countAvailable ())
<a name="l00549"></a>00549         kdDebug(7116) &lt;&lt; <span class="stringliteral">"Count: "</span> &lt;&lt; selectInfo.count () &lt;&lt; <span class="stringliteral">"d"</span> &lt;&lt; endl;
<a name="l00550"></a>00550       <span class="keywordflow">if</span> (selectInfo.unseenAvailable ())
<a name="l00551"></a>00551         kdDebug(7116) &lt;&lt; <span class="stringliteral">"Unseen: "</span> &lt;&lt; selectInfo.unseen () &lt;&lt; <span class="stringliteral">"d"</span> &lt;&lt; endl;
<a name="l00552"></a>00552       <span class="keywordflow">if</span> (selectInfo.uidValidityAvailable ())
<a name="l00553"></a>00553         kdDebug(7116) &lt;&lt; <span class="stringliteral">"uidValidity: "</span> &lt;&lt; selectInfo.uidValidity () &lt;&lt; <span class="stringliteral">"d"</span> &lt;&lt; endl;
<a name="l00554"></a>00554       <span class="keywordflow">if</span> (selectInfo.flagsAvailable ())
<a name="l00555"></a>00555         kdDebug(7116) &lt;&lt; <span class="stringliteral">"Flags: "</span> &lt;&lt; selectInfo.flags () &lt;&lt; <span class="stringliteral">"d"</span> &lt;&lt; endl;
<a name="l00556"></a>00556       <span class="keywordflow">if</span> (selectInfo.permanentFlagsAvailable ())
<a name="l00557"></a>00557         kdDebug(7116) &lt;&lt; <span class="stringliteral">"PermanentFlags: "</span> &lt;&lt; selectInfo.permanentFlags () &lt;&lt; <span class="stringliteral">"d"</span> &lt;&lt; endl;
<a name="l00558"></a>00558       <span class="keywordflow">if</span> (selectInfo.readWriteAvailable ())
<a name="l00559"></a>00559         kdDebug(7116) &lt;&lt; <span class="stringliteral">"Access: "</span> &lt;&lt; (selectInfo.readWrite ()? <span class="stringliteral">"Read/Write"</span> : <span class="stringliteral">"Read only"</span>) &lt;&lt; endl;
<a name="l00560"></a>00560 
<a name="l00561"></a>00561 <span class="preprocessor">#ifdef USE_VALIDITY</span>
<a name="l00562"></a>00562 <span class="preprocessor"></span>      <span class="keywordflow">if</span> (selectInfo.uidValidityAvailable ()
<a name="l00563"></a>00563           &amp;&amp; selectInfo.uidValidity () != myValidity.toULong ())
<a name="l00564"></a>00564       {
<a name="l00565"></a>00565         <span class="comment">//redirect</span>
<a name="l00566"></a>00566         KURL newUrl = _url;
<a name="l00567"></a>00567 
<a name="l00568"></a>00568         newUrl.setPath (<span class="stringliteral">"/"</span> + myBox + <span class="stringliteral">";UIDVALIDITY="</span> +
<a name="l00569"></a>00569                         QString::number(selectInfo.uidValidity ()));
<a name="l00570"></a>00570         kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::listDir - redirecting to "</span> &lt;&lt; newUrl.prettyURL() &lt;&lt; endl;
<a name="l00571"></a>00571         redirection (newUrl);
<a name="l00572"></a>00572 
<a name="l00573"></a>00573 
<a name="l00574"></a>00574       }
<a name="l00575"></a>00575       <span class="keywordflow">else</span>
<a name="l00576"></a>00576 <span class="preprocessor">#endif</span>
<a name="l00577"></a>00577 <span class="preprocessor"></span>      <span class="keywordflow">if</span> (selectInfo.count () &gt; 0)
<a name="l00578"></a>00578       {
<a name="l00579"></a>00579         <span class="keywordtype">int</span> stretch = 0;
<a name="l00580"></a>00580 
<a name="l00581"></a>00581         <span class="keywordflow">if</span> (selectInfo.uidNextAvailable ())
<a name="l00582"></a>00582           stretch = QString::number(selectInfo.uidNext ()).length ();
<a name="l00583"></a>00583         <span class="comment">//        kdDebug(7116) &lt;&lt; selectInfo.uidNext() &lt;&lt; "d used to stretch " &lt;&lt; stretch &lt;&lt; endl;</span>
<a name="l00584"></a>00584         UDSEntry entry;
<a name="l00585"></a>00585 
<a name="l00586"></a>00586         <span class="keywordflow">if</span> (mySequence.isEmpty()) mySequence = <span class="stringliteral">"1:*"</span>;
<a name="l00587"></a>00587 
<a name="l00588"></a>00588         <span class="keywordtype">bool</span> withSubject = mySection.isEmpty();
<a name="l00589"></a>00589         <span class="keywordflow">if</span> (mySection.isEmpty()) mySection = <span class="stringliteral">"UID RFC822.SIZE ENVELOPE"</span>;
<a name="l00590"></a>00590 
<a name="l00591"></a>00591         <span class="keywordtype">bool</span> withFlags = mySection.upper().find(<span class="stringliteral">"FLAGS"</span>) != -1;
<a name="l00592"></a>00592         <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *fetch =
<a name="l00593"></a>00593           sendCommand (<a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a>::
<a name="l00594"></a>00594                        clientFetch (mySequence, mySection));
<a name="l00595"></a>00595         imapCache *cache;
<a name="l00596"></a>00596         <span class="keywordflow">do</span>
<a name="l00597"></a>00597         {
<a name="l00598"></a>00598           <span class="keywordflow">while</span> (!parseLoop ()) ;
<a name="l00599"></a>00599 
<a name="l00600"></a>00600           cache = getLastHandled ();
<a name="l00601"></a>00601 
<a name="l00602"></a>00602           <span class="keywordflow">if</span> (cache &amp;&amp; !fetch-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a>())
<a name="l00603"></a>00603             doListEntry (encodedUrl, stretch, cache, withFlags, withSubject);
<a name="l00604"></a>00604         }
<a name="l00605"></a>00605         <span class="keywordflow">while</span> (!fetch-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> ());
<a name="l00606"></a>00606         entry.clear ();
<a name="l00607"></a>00607         listEntry (entry, <span class="keyword">true</span>);
<a name="l00608"></a>00608       }
<a name="l00609"></a>00609     }
<a name="l00610"></a>00610   }
<a name="l00611"></a>00611   <span class="keywordflow">if</span> ( !selectInfo.alert().isNull() ) {
<a name="l00612"></a>00612     <span class="keywordflow">if</span> ( !myBox.isEmpty() ) {
<a name="l00613"></a>00613       warning( i18n( <span class="stringliteral">"Message from %1 while processing '%2': %3"</span> ).arg( myHost, myBox, selectInfo.alert() ) );
<a name="l00614"></a>00614     } <span class="keywordflow">else</span> {
<a name="l00615"></a>00615       warning( i18n( <span class="stringliteral">"Message from %1: %2"</span> ).arg( myHost, selectInfo.alert() ) );
<a name="l00616"></a>00616     }
<a name="l00617"></a>00617     selectInfo.setAlert( 0 );
<a name="l00618"></a>00618   }
<a name="l00619"></a>00619 
<a name="l00620"></a>00620   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::listDir - Finishing listDir"</span> &lt;&lt; endl;
<a name="l00621"></a>00621   finished ();
<a name="l00622"></a>00622 }
<a name="l00623"></a>00623 
<a name="l00624"></a>00624 <span class="keywordtype">void</span>
<a name="l00625"></a>00625 IMAP4Protocol::setHost (<span class="keyword">const</span> QString &amp; _host, <span class="keywordtype">int</span> _port,
<a name="l00626"></a>00626                         <span class="keyword">const</span> QString &amp; _user, <span class="keyword">const</span> QString &amp; _pass)
<a name="l00627"></a>00627 {
<a name="l00628"></a>00628   <span class="keywordflow">if</span> (myHost != _host || myPort != _port || myUser != _user || myPass != _pass)
<a name="l00629"></a>00629   { <span class="comment">// what's the point of doing 4 string compares to avoid 4 string copies?</span>
<a name="l00630"></a>00630     <span class="comment">// DF: I guess to avoid calling closeConnection() unnecessarily.</span>
<a name="l00631"></a>00631     <span class="keywordflow">if</span> (!myHost.isEmpty ())
<a name="l00632"></a>00632       closeConnection ();
<a name="l00633"></a>00633     myHost = _host;
<a name="l00634"></a>00634     myPort = _port;
<a name="l00635"></a>00635     myUser = _user;
<a name="l00636"></a>00636     myPass = _pass;
<a name="l00637"></a>00637   }
<a name="l00638"></a>00638 }
<a name="l00639"></a>00639 
<a name="l00640"></a>00640 <span class="keywordtype">void</span>
<a name="l00641"></a><a class="code" href="classIMAP4Protocol.html#a3312a811d0f80054710507585f42e6a">00641</a> <a class="code" href="classIMAP4Protocol.html#a3312a811d0f80054710507585f42e6a" title="reimplement the parser relay hook to send the fetched data directly to an upper level...">IMAP4Protocol::parseRelay</a> (<span class="keyword">const</span> QByteArray &amp; buffer)
<a name="l00642"></a>00642 {
<a name="l00643"></a>00643   <span class="keywordflow">if</span> (relayEnabled) {
<a name="l00644"></a>00644     <span class="comment">// relay data immediately</span>
<a name="l00645"></a>00645     data( buffer );
<a name="l00646"></a>00646     mProcessedSize += buffer.size();
<a name="l00647"></a>00647     processedSize( mProcessedSize );
<a name="l00648"></a>00648   } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (cacheOutput)
<a name="l00649"></a>00649   {
<a name="l00650"></a>00650     <span class="comment">// collect data</span>
<a name="l00651"></a>00651     <span class="keywordflow">if</span> ( !outputBuffer.isOpen() ) {
<a name="l00652"></a>00652       outputBuffer.open(IO_WriteOnly);
<a name="l00653"></a>00653     }
<a name="l00654"></a>00654     outputBuffer.at(outputBufferIndex);
<a name="l00655"></a>00655     outputBuffer.writeBlock(buffer, buffer.size());
<a name="l00656"></a>00656     outputBufferIndex += buffer.size();
<a name="l00657"></a>00657   }
<a name="l00658"></a>00658 }
<a name="l00659"></a>00659 
<a name="l00660"></a>00660 <span class="keywordtype">void</span>
<a name="l00661"></a><a class="code" href="classIMAP4Protocol.html#df8b0019e72de277ad1f3250dcca2f3d">00661</a> <a class="code" href="classIMAP4Protocol.html#a3312a811d0f80054710507585f42e6a" title="reimplement the parser relay hook to send the fetched data directly to an upper level...">IMAP4Protocol::parseRelay</a> (ulong len)
<a name="l00662"></a>00662 {
<a name="l00663"></a>00663   <span class="keywordflow">if</span> (relayEnabled)
<a name="l00664"></a>00664     totalSize (len);
<a name="l00665"></a>00665 }
<a name="l00666"></a>00666 
<a name="l00667"></a>00667 
<a name="l00668"></a><a class="code" href="classIMAP4Protocol.html#6d95f8ed7293011c69a9984577d08b15">00668</a> <span class="keywordtype">bool</span> <a class="code" href="classIMAP4Protocol.html#6d95f8ed7293011c69a9984577d08b15" title="reimplement the parser read at least len bytes">IMAP4Protocol::parseRead</a>(QByteArray &amp; buffer, ulong len, ulong relay)
<a name="l00669"></a>00669 {
<a name="l00670"></a>00670   <span class="keywordtype">char</span> buf[8192];
<a name="l00671"></a>00671   <span class="keywordflow">while</span> (buffer.size() &lt; len)
<a name="l00672"></a>00672   {
<a name="l00673"></a>00673     ssize_t readLen = myRead(buf, QMIN(len - buffer.size(), <span class="keyword">sizeof</span>(buf) - 1));
<a name="l00674"></a>00674     <span class="keywordflow">if</span> (readLen == 0)
<a name="l00675"></a>00675     {
<a name="l00676"></a>00676       kdDebug(7116) &lt;&lt; <span class="stringliteral">"parseRead: readLen == 0 - connection broken"</span> &lt;&lt; endl;
<a name="l00677"></a>00677       error (ERR_CONNECTION_BROKEN, myHost);
<a name="l00678"></a>00678       setState(ISTATE_CONNECT);
<a name="l00679"></a>00679       closeConnection();
<a name="l00680"></a>00680       <span class="keywordflow">return</span> FALSE;
<a name="l00681"></a>00681     }
<a name="l00682"></a>00682     <span class="keywordflow">if</span> (relay &gt; buffer.size())
<a name="l00683"></a>00683     {
<a name="l00684"></a>00684       QByteArray relayData;
<a name="l00685"></a>00685       ssize_t relbuf = relay - buffer.size();
<a name="l00686"></a>00686       <span class="keywordtype">int</span> currentRelay = QMIN(relbuf, readLen);
<a name="l00687"></a>00687       relayData.setRawData(buf, currentRelay);
<a name="l00688"></a>00688       <a class="code" href="classIMAP4Protocol.html#a3312a811d0f80054710507585f42e6a" title="reimplement the parser relay hook to send the fetched data directly to an upper level...">parseRelay</a>(relayData);
<a name="l00689"></a>00689       relayData.resetRawData(buf, currentRelay);
<a name="l00690"></a>00690     }
<a name="l00691"></a>00691     {
<a name="l00692"></a>00692       QBuffer stream (buffer);
<a name="l00693"></a>00693       stream.open (IO_WriteOnly);
<a name="l00694"></a>00694       stream.at (buffer.size ());
<a name="l00695"></a>00695       stream.writeBlock (buf, readLen);
<a name="l00696"></a>00696       stream.close ();
<a name="l00697"></a>00697     }
<a name="l00698"></a>00698   }
<a name="l00699"></a>00699   <span class="keywordflow">return</span> (buffer.size() == len);
<a name="l00700"></a>00700 }
<a name="l00701"></a>00701 
<a name="l00702"></a>00702 
<a name="l00703"></a><a class="code" href="classIMAP4Protocol.html#af9abaf5da9214b5f020795f7bb28047">00703</a> <span class="keywordtype">bool</span> <a class="code" href="classIMAP4Protocol.html#af9abaf5da9214b5f020795f7bb28047" title="reimplement the parser">IMAP4Protocol::parseReadLine</a> (QByteArray &amp; buffer, ulong relay)
<a name="l00704"></a>00704 {
<a name="l00705"></a>00705   <span class="keywordflow">if</span> (myHost.isEmpty()) <span class="keywordflow">return</span> FALSE;
<a name="l00706"></a>00706 
<a name="l00707"></a>00707   <span class="keywordflow">while</span> (<span class="keyword">true</span>) {
<a name="l00708"></a>00708     ssize_t copyLen = 0;
<a name="l00709"></a>00709     <span class="keywordflow">if</span> (readBufferLen &gt; 0)
<a name="l00710"></a>00710     {
<a name="l00711"></a>00711       <span class="keywordflow">while</span> (copyLen &lt; readBufferLen &amp;&amp; readBuffer[copyLen] != <span class="charliteral">'\n'</span>) copyLen++;
<a name="l00712"></a>00712       <span class="keywordflow">if</span> (copyLen &lt; readBufferLen) copyLen++;
<a name="l00713"></a>00713       <span class="keywordflow">if</span> (relay &gt; 0)
<a name="l00714"></a>00714       {
<a name="l00715"></a>00715         QByteArray relayData;
<a name="l00716"></a>00716 
<a name="l00717"></a>00717         <span class="keywordflow">if</span> (copyLen &lt; (ssize_t) relay)
<a name="l00718"></a>00718           relay = copyLen;
<a name="l00719"></a>00719         relayData.setRawData (readBuffer, relay);
<a name="l00720"></a>00720         <a class="code" href="classIMAP4Protocol.html#a3312a811d0f80054710507585f42e6a" title="reimplement the parser relay hook to send the fetched data directly to an upper level...">parseRelay</a> (relayData);
<a name="l00721"></a>00721         relayData.resetRawData (readBuffer, relay);
<a name="l00722"></a>00722 <span class="comment">//        kdDebug(7116) &lt;&lt; "relayed : " &lt;&lt; relay &lt;&lt; "d" &lt;&lt; endl;</span>
<a name="l00723"></a>00723       }
<a name="l00724"></a>00724       <span class="comment">// append to buffer</span>
<a name="l00725"></a>00725       {
<a name="l00726"></a>00726         QBuffer stream (buffer);
<a name="l00727"></a>00727 
<a name="l00728"></a>00728         stream.open (IO_WriteOnly);
<a name="l00729"></a>00729         stream.at (buffer.size ());
<a name="l00730"></a>00730         stream.writeBlock (readBuffer, copyLen);
<a name="l00731"></a>00731         stream.close ();
<a name="l00732"></a>00732 <span class="comment">//        kdDebug(7116) &lt;&lt; "appended " &lt;&lt; copyLen &lt;&lt; "d got now " &lt;&lt; buffer.size() &lt;&lt; endl;</span>
<a name="l00733"></a>00733       }
<a name="l00734"></a>00734 
<a name="l00735"></a>00735       readBufferLen -= copyLen;
<a name="l00736"></a>00736       <span class="keywordflow">if</span> (readBufferLen)
<a name="l00737"></a>00737         memmove(readBuffer, &amp;readBuffer[copyLen], readBufferLen);
<a name="l00738"></a>00738       <span class="keywordflow">if</span> (buffer[buffer.size() - 1] == <span class="charliteral">'\n'</span>) <span class="keywordflow">return</span> TRUE;
<a name="l00739"></a>00739     }
<a name="l00740"></a>00740     <span class="keywordflow">if</span> (!isConnectionValid())
<a name="l00741"></a>00741     {
<a name="l00742"></a>00742       kdDebug(7116) &lt;&lt; <span class="stringliteral">"parseReadLine - connection broken"</span> &lt;&lt; endl;
<a name="l00743"></a>00743       error (ERR_CONNECTION_BROKEN, myHost);
<a name="l00744"></a>00744       setState(ISTATE_CONNECT);
<a name="l00745"></a>00745       closeConnection();
<a name="l00746"></a>00746       <span class="keywordflow">return</span> FALSE;
<a name="l00747"></a>00747     }
<a name="l00748"></a>00748     <span class="keywordflow">if</span> (!waitForResponse( responseTimeout() ))
<a name="l00749"></a>00749     {
<a name="l00750"></a>00750       error(ERR_SERVER_TIMEOUT, myHost);
<a name="l00751"></a>00751       setState(ISTATE_CONNECT);
<a name="l00752"></a>00752       closeConnection();
<a name="l00753"></a>00753       <span class="keywordflow">return</span> FALSE;
<a name="l00754"></a>00754     }
<a name="l00755"></a>00755     readBufferLen = read(readBuffer, IMAP_BUFFER - 1);
<a name="l00756"></a>00756     <span class="keywordflow">if</span> (readBufferLen == 0)
<a name="l00757"></a>00757     {
<a name="l00758"></a>00758       kdDebug(7116) &lt;&lt; <span class="stringliteral">"parseReadLine: readBufferLen == 0 - connection broken"</span> &lt;&lt; endl;
<a name="l00759"></a>00759       error (ERR_CONNECTION_BROKEN, myHost);
<a name="l00760"></a>00760       setState(ISTATE_CONNECT);
<a name="l00761"></a>00761       closeConnection();
<a name="l00762"></a>00762       <span class="keywordflow">return</span> FALSE;
<a name="l00763"></a>00763     }
<a name="l00764"></a>00764   }
<a name="l00765"></a>00765 }
<a name="l00766"></a>00766 
<a name="l00767"></a>00767 <span class="keywordtype">void</span>
<a name="l00768"></a>00768 IMAP4Protocol::setSubURL (<span class="keyword">const</span> KURL &amp; _url)
<a name="l00769"></a>00769 {
<a name="l00770"></a>00770   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::setSubURL - "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l00771"></a>00771   KIO::TCPSlaveBase::setSubURL (_url);
<a name="l00772"></a>00772 }
<a name="l00773"></a>00773 
<a name="l00774"></a>00774 <span class="keywordtype">void</span>
<a name="l00775"></a>00775 IMAP4Protocol::put (<span class="keyword">const</span> KURL &amp; _url, <span class="keywordtype">int</span>, <span class="keywordtype">bool</span>, <span class="keywordtype">bool</span>)
<a name="l00776"></a>00776 {
<a name="l00777"></a>00777   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::put - "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l00778"></a>00778 <span class="comment">//  KIO::TCPSlaveBase::put(_url,permissions,overwrite,resume);</span>
<a name="l00779"></a>00779   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l00780"></a>00780   <span class="keyword">enum</span> IMAP_TYPE aType =
<a name="l00781"></a>00781     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l00782"></a>00782 
<a name="l00783"></a>00783   <span class="comment">// see if it is a box</span>
<a name="l00784"></a>00784   <span class="keywordflow">if</span> (aType != ITYPE_BOX &amp;&amp; aType != ITYPE_DIR_AND_BOX)
<a name="l00785"></a>00785   {
<a name="l00786"></a>00786     <span class="keywordflow">if</span> (aBox[aBox.length () - 1] == <span class="charliteral">'/'</span>)
<a name="l00787"></a>00787       aBox = aBox.right (aBox.length () - 1);
<a name="l00788"></a>00788     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#23cbabbe5e15854b1be2d539e53d29c8" title="Create a CREATE command.">imapCommand::clientCreate</a> (aBox));
<a name="l00789"></a>00789 
<a name="l00790"></a>00790     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) {
<a name="l00791"></a>00791       error (ERR_COULD_NOT_WRITE, _url.prettyURL());
<a name="l00792"></a>00792       completeQueue.removeRef (cmd);
<a name="l00793"></a>00793       <span class="keywordflow">return</span>;
<a name="l00794"></a>00794     }
<a name="l00795"></a>00795     completeQueue.removeRef (cmd);
<a name="l00796"></a>00796   }
<a name="l00797"></a>00797   <span class="keywordflow">else</span>
<a name="l00798"></a>00798   {
<a name="l00799"></a>00799     QPtrList &lt; QByteArray &gt; bufferList;
<a name="l00800"></a>00800     <span class="keywordtype">int</span> length = 0;
<a name="l00801"></a>00801 
<a name="l00802"></a>00802     <span class="keywordtype">int</span> result;
<a name="l00803"></a>00803     <span class="comment">// Loop until we got 'dataEnd'</span>
<a name="l00804"></a>00804     <span class="keywordflow">do</span>
<a name="l00805"></a>00805     {
<a name="l00806"></a>00806       QByteArray *buffer = <span class="keyword">new</span> QByteArray ();
<a name="l00807"></a>00807       dataReq ();               <span class="comment">// Request for data</span>
<a name="l00808"></a>00808       result = readData (*buffer);
<a name="l00809"></a>00809       <span class="keywordflow">if</span> (result &gt; 0)
<a name="l00810"></a>00810       {
<a name="l00811"></a>00811         bufferList.append (buffer);
<a name="l00812"></a>00812         length += result;
<a name="l00813"></a>00813       } <span class="keywordflow">else</span> {
<a name="l00814"></a>00814         <span class="keyword">delete</span> buffer;
<a name="l00815"></a>00815       }
<a name="l00816"></a>00816     }
<a name="l00817"></a>00817     <span class="keywordflow">while</span> (result &gt; 0);
<a name="l00818"></a>00818 
<a name="l00819"></a>00819     <span class="keywordflow">if</span> (result != 0)
<a name="l00820"></a>00820     {
<a name="l00821"></a>00821       error (ERR_ABORTED, _url.prettyURL());
<a name="l00822"></a>00822       <span class="keywordflow">return</span>;
<a name="l00823"></a>00823     }
<a name="l00824"></a>00824 
<a name="l00825"></a>00825     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd =
<a name="l00826"></a>00826       sendCommand (<a class="code" href="classimapCommand.html#69c65b6d83dc7ad9944f5c2f69158d2e" title="Create a APPEND command.">imapCommand::clientAppend</a> (aBox, aSection, length));
<a name="l00827"></a>00827     <span class="keywordflow">while</span> (!parseLoop ()) ;
<a name="l00828"></a>00828 
<a name="l00829"></a>00829     <span class="comment">// see if server is waiting</span>
<a name="l00830"></a>00830     <span class="keywordflow">if</span> (!cmd-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> () &amp;&amp; !getContinuation ().isEmpty ())
<a name="l00831"></a>00831     {
<a name="l00832"></a>00832       <span class="keywordtype">bool</span> sendOk = <span class="keyword">true</span>;
<a name="l00833"></a>00833       ulong wrote = 0;
<a name="l00834"></a>00834 
<a name="l00835"></a>00835       QByteArray *buffer;
<a name="l00836"></a>00836       <span class="comment">// send data to server</span>
<a name="l00837"></a>00837       <span class="keywordflow">while</span> (!bufferList.isEmpty () &amp;&amp; sendOk)
<a name="l00838"></a>00838       {
<a name="l00839"></a>00839         buffer = bufferList.take (0);
<a name="l00840"></a>00840 
<a name="l00841"></a>00841         sendOk =
<a name="l00842"></a>00842           (write (buffer-&gt;data (), buffer-&gt;size ()) ==
<a name="l00843"></a>00843            (ssize_t) buffer-&gt;size ());
<a name="l00844"></a>00844         wrote += buffer-&gt;size ();
<a name="l00845"></a>00845         processedSize(wrote);
<a name="l00846"></a>00846         delete buffer;
<a name="l00847"></a>00847         if (!sendOk)
<a name="l00848"></a>00848         {
<a name="l00849"></a>00849           error (ERR_CONNECTION_BROKEN, myHost);
<a name="l00850"></a>00850           completeQueue.removeRef (cmd);
<a name="l00851"></a>00851           setState(ISTATE_CONNECT);
<a name="l00852"></a>00852           closeConnection();
<a name="l00853"></a>00853           <span class="keywordflow">return</span>;
<a name="l00854"></a>00854         }
<a name="l00855"></a>00855       }
<a name="l00856"></a>00856       <a class="code" href="classIMAP4Protocol.html#acf514405e1b50f3a24db0470235d007" title="reimplement the parser">parseWriteLine</a> (<span class="stringliteral">""</span>);
<a name="l00857"></a>00857       <span class="comment">// Wait until cmd is complete, or connection breaks.</span>
<a name="l00858"></a>00858       <span class="keywordflow">while</span> (!cmd-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> () &amp;&amp; getState() != ISTATE_NO)
<a name="l00859"></a>00859         parseLoop ();
<a name="l00860"></a>00860       <span class="keywordflow">if</span> ( getState() == ISTATE_NO ) {
<a name="l00861"></a>00861         <span class="comment">// TODO KDE4: pass cmd-&gt;resultInfo() as third argument.</span>
<a name="l00862"></a>00862         <span class="comment">// ERR_CONNECTION_BROKEN expects a host, no way to pass details about the problem.</span>
<a name="l00863"></a>00863         error( ERR_CONNECTION_BROKEN, myHost );
<a name="l00864"></a>00864         completeQueue.removeRef (cmd);
<a name="l00865"></a>00865         closeConnection();
<a name="l00866"></a>00866         <span class="keywordflow">return</span>;
<a name="l00867"></a>00867       }
<a name="l00868"></a>00868       <span class="keywordflow">else</span> <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) {
<a name="l00869"></a>00869         error( ERR_SLAVE_DEFINED, cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>() );
<a name="l00870"></a>00870         completeQueue.removeRef (cmd);
<a name="l00871"></a>00871         <span class="keywordflow">return</span>;
<a name="l00872"></a>00872       }
<a name="l00873"></a>00873       <span class="keywordflow">else</span>
<a name="l00874"></a>00874       {
<a name="l00875"></a>00875         <span class="keywordflow">if</span> (hasCapability(<span class="stringliteral">"UIDPLUS"</span>))
<a name="l00876"></a>00876         {
<a name="l00877"></a>00877           QString uid = cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>();
<a name="l00878"></a>00878           <span class="keywordflow">if</span> (uid.find(<span class="stringliteral">"APPENDUID"</span>) != -1)
<a name="l00879"></a>00879           {
<a name="l00880"></a>00880             uid = uid.section(<span class="stringliteral">" "</span>, 2, 2);
<a name="l00881"></a>00881             uid.truncate(uid.length()-1);
<a name="l00882"></a>00882             infoMessage(<span class="stringliteral">"UID "</span>+uid);
<a name="l00883"></a>00883           }
<a name="l00884"></a>00884         }
<a name="l00885"></a>00885         <span class="comment">// MUST reselect to get the new message</span>
<a name="l00886"></a>00886         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (aBox == getCurrentBox ())
<a name="l00887"></a>00887         {
<a name="l00888"></a>00888           cmd =
<a name="l00889"></a>00889             doCommand (<a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a>::
<a name="l00890"></a>00890                        clientSelect (aBox, !selectInfo.readWrite ()));
<a name="l00891"></a>00891           completeQueue.removeRef (cmd);
<a name="l00892"></a>00892         }
<a name="l00893"></a>00893       }
<a name="l00894"></a>00894     }
<a name="l00895"></a>00895     <span class="keywordflow">else</span>
<a name="l00896"></a>00896     {
<a name="l00897"></a>00897       <span class="comment">//error (ERR_COULD_NOT_WRITE, myHost);</span>
<a name="l00898"></a>00898       <span class="comment">// Better ship the error message, e.g. "Over Quota"</span>
<a name="l00899"></a>00899       error (ERR_SLAVE_DEFINED, cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>());
<a name="l00900"></a>00900       completeQueue.removeRef (cmd);
<a name="l00901"></a>00901       <span class="keywordflow">return</span>;
<a name="l00902"></a>00902     }
<a name="l00903"></a>00903 
<a name="l00904"></a>00904     completeQueue.removeRef (cmd);
<a name="l00905"></a>00905   }
<a name="l00906"></a>00906 
<a name="l00907"></a>00907   finished ();
<a name="l00908"></a>00908 }
<a name="l00909"></a>00909 
<a name="l00910"></a>00910 <span class="keywordtype">void</span>
<a name="l00911"></a><a class="code" href="classIMAP4Protocol.html#3b99ecb7c62fe970136c9712d458f5a2">00911</a> <a class="code" href="classIMAP4Protocol.html#3b99ecb7c62fe970136c9712d458f5a2" title="create a mailbox">IMAP4Protocol::mkdir</a> (<span class="keyword">const</span> KURL &amp; _url, <span class="keywordtype">int</span>)
<a name="l00912"></a>00912 {
<a name="l00913"></a>00913   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::mkdir - "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l00914"></a>00914   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l00915"></a>00915   <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a>(_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l00916"></a>00916   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::mkdir - create "</span> &lt;&lt; aBox &lt;&lt; endl;
<a name="l00917"></a>00917   <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#23cbabbe5e15854b1be2d539e53d29c8" title="Create a CREATE command.">imapCommand::clientCreate</a>(aBox));
<a name="l00918"></a>00918 
<a name="l00919"></a>00919   <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l00920"></a>00920   {
<a name="l00921"></a>00921     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::mkdir - "</span> &lt;&lt; cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>() &lt;&lt; endl;
<a name="l00922"></a>00922     error (ERR_COULD_NOT_MKDIR, _url.prettyURL());
<a name="l00923"></a>00923     completeQueue.removeRef (cmd);
<a name="l00924"></a>00924     <span class="keywordflow">return</span>;
<a name="l00925"></a>00925   }
<a name="l00926"></a>00926   completeQueue.removeRef (cmd);
<a name="l00927"></a>00927 
<a name="l00928"></a>00928   <span class="comment">// start a new listing to find the type of the folder</span>
<a name="l00929"></a>00929   <span class="keyword">enum</span> IMAP_TYPE type =
<a name="l00930"></a>00930     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a>(_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l00931"></a>00931   <span class="keywordflow">if</span> (type == ITYPE_BOX)
<a name="l00932"></a>00932   {
<a name="l00933"></a>00933     <span class="keywordtype">bool</span> ask = ( aInfo.find( <span class="stringliteral">"ASKUSER"</span> ) != -1 );
<a name="l00934"></a>00934     <span class="keywordflow">if</span> ( ask &amp;&amp;
<a name="l00935"></a>00935         messageBox(QuestionYesNo,
<a name="l00936"></a>00936           i18n(<span class="stringliteral">"The following folder will be created on the server: %1 "</span>
<a name="l00937"></a>00937                <span class="stringliteral">"What do you want to store in this folder?"</span>).arg( aBox ),
<a name="l00938"></a>00938           i18n(<span class="stringliteral">"Create Folder"</span>),
<a name="l00939"></a>00939           i18n(<span class="stringliteral">"&amp;Messages"</span>), i18n(<span class="stringliteral">"&amp;Subfolders"</span>)) == KMessageBox::No )
<a name="l00940"></a>00940     {
<a name="l00941"></a>00941       cmd = doCommand(<a class="code" href="classimapCommand.html#88e3bbc7b4200846d1393ca594f9156d" title="Create a DELETE command.">imapCommand::clientDelete</a>(aBox));
<a name="l00942"></a>00942       completeQueue.removeRef (cmd);
<a name="l00943"></a>00943       cmd = doCommand(<a class="code" href="classimapCommand.html#23cbabbe5e15854b1be2d539e53d29c8" title="Create a CREATE command.">imapCommand::clientCreate</a>(aBox + aDelimiter));
<a name="l00944"></a>00944       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l00945"></a>00945       {
<a name="l00946"></a>00946         error (ERR_COULD_NOT_MKDIR, _url.prettyURL());
<a name="l00947"></a>00947         completeQueue.removeRef (cmd);
<a name="l00948"></a>00948         <span class="keywordflow">return</span>;
<a name="l00949"></a>00949       }
<a name="l00950"></a>00950       completeQueue.removeRef (cmd);
<a name="l00951"></a>00951     }
<a name="l00952"></a>00952   }
<a name="l00953"></a>00953 
<a name="l00954"></a>00954   cmd = doCommand(<a class="code" href="classimapCommand.html#f69516bb4c565f744dc15da877d068be" title="Create a SUBSCRIBE command.">imapCommand::clientSubscribe</a>(aBox));
<a name="l00955"></a>00955   completeQueue.removeRef(cmd);
<a name="l00956"></a>00956 
<a name="l00957"></a>00957   finished ();
<a name="l00958"></a>00958 }
<a name="l00959"></a>00959 
<a name="l00960"></a>00960 <span class="keywordtype">void</span>
<a name="l00961"></a>00961 IMAP4Protocol::copy (<span class="keyword">const</span> KURL &amp; src, <span class="keyword">const</span> KURL &amp; dest, <span class="keywordtype">int</span>, <span class="keywordtype">bool</span> overwrite)
<a name="l00962"></a>00962 {
<a name="l00963"></a>00963   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::copy - ["</span> &lt;&lt; (overwrite ? <span class="stringliteral">"Overwrite"</span> : <span class="stringliteral">"NoOverwrite"</span>) &lt;&lt; <span class="stringliteral">"] "</span> &lt;&lt; src.prettyURL() &lt;&lt; <span class="stringliteral">" -&gt; "</span> &lt;&lt; dest.prettyURL() &lt;&lt; endl;
<a name="l00964"></a>00964   QString sBox, sSequence, sLType, sSection, sValidity, sDelimiter, sInfo;
<a name="l00965"></a>00965   QString dBox, dSequence, dLType, dSection, dValidity, dDelimiter, dInfo;
<a name="l00966"></a>00966   <span class="keyword">enum</span> IMAP_TYPE sType =
<a name="l00967"></a>00967     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (src, sBox, sSection, sLType, sSequence, sValidity, sDelimiter, sInfo);
<a name="l00968"></a>00968   <span class="keyword">enum</span> IMAP_TYPE dType =
<a name="l00969"></a>00969     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (dest, dBox, dSection, dLType, dSequence, dValidity, dDelimiter, dInfo);
<a name="l00970"></a>00970 
<a name="l00971"></a>00971   <span class="comment">// see if we have to create anything</span>
<a name="l00972"></a>00972   <span class="keywordflow">if</span> (dType != ITYPE_BOX &amp;&amp; dType != ITYPE_DIR_AND_BOX)
<a name="l00973"></a>00973   {
<a name="l00974"></a>00974     <span class="comment">// this might be konqueror</span>
<a name="l00975"></a>00975     <span class="keywordtype">int</span> sub = dBox.find (sBox);
<a name="l00976"></a>00976 
<a name="l00977"></a>00977     <span class="comment">// might be moving to upper folder</span>
<a name="l00978"></a>00978     <span class="keywordflow">if</span> (sub &gt; 0)
<a name="l00979"></a>00979     {
<a name="l00980"></a>00980       KURL testDir = dest;
<a name="l00981"></a>00981 
<a name="l00982"></a>00982       QString subDir = dBox.right (dBox.length () - dBox.findRev (<span class="charliteral">'/'</span>));
<a name="l00983"></a>00983       QString topDir = dBox.left (sub);
<a name="l00984"></a>00984       testDir.setPath (<span class="stringliteral">"/"</span> + topDir);
<a name="l00985"></a>00985       dType =
<a name="l00986"></a>00986         <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (testDir, topDir, dSection, dLType, dSequence, dValidity,
<a name="l00987"></a>00987           dDelimiter, dInfo);
<a name="l00988"></a>00988 
<a name="l00989"></a>00989       kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::copy - checking this destination "</span> &lt;&lt; topDir &lt;&lt; endl;
<a name="l00990"></a>00990       <span class="comment">// see if this is what the user wants</span>
<a name="l00991"></a>00991       <span class="keywordflow">if</span> (dType == ITYPE_BOX || dType == ITYPE_DIR_AND_BOX)
<a name="l00992"></a>00992       {
<a name="l00993"></a>00993         kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::copy - assuming this destination "</span> &lt;&lt; topDir &lt;&lt; endl;
<a name="l00994"></a>00994         dBox = topDir;
<a name="l00995"></a>00995       }
<a name="l00996"></a>00996       <span class="keywordflow">else</span>
<a name="l00997"></a>00997       {
<a name="l00998"></a>00998 
<a name="l00999"></a>00999         <span class="comment">// maybe if we create a new mailbox</span>
<a name="l01000"></a>01000         topDir = <span class="stringliteral">"/"</span> + topDir + subDir;
<a name="l01001"></a>01001         testDir.setPath (topDir);
<a name="l01002"></a>01002         kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::copy - checking this destination "</span> &lt;&lt; topDir &lt;&lt; endl;
<a name="l01003"></a>01003         dType =
<a name="l01004"></a>01004           <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (testDir, topDir, dSection, dLType, dSequence, dValidity,
<a name="l01005"></a>01005             dDelimiter, dInfo);
<a name="l01006"></a>01006         <span class="keywordflow">if</span> (dType != ITYPE_BOX &amp;&amp; dType != ITYPE_DIR_AND_BOX)
<a name="l01007"></a>01007         {
<a name="l01008"></a>01008           <span class="comment">// ok then we'll create a mailbox</span>
<a name="l01009"></a>01009           <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#23cbabbe5e15854b1be2d539e53d29c8" title="Create a CREATE command.">imapCommand::clientCreate</a> (topDir));
<a name="l01010"></a>01010 
<a name="l01011"></a>01011           <span class="comment">// on success we'll use it, else we'll just try to create the given dir</span>
<a name="l01012"></a>01012           <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l01013"></a>01013           {
<a name="l01014"></a>01014             kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::copy - assuming this destination "</span> &lt;&lt; topDir &lt;&lt; endl;
<a name="l01015"></a>01015             dType = ITYPE_BOX;
<a name="l01016"></a>01016             dBox = topDir;
<a name="l01017"></a>01017           }
<a name="l01018"></a>01018           <span class="keywordflow">else</span>
<a name="l01019"></a>01019           {
<a name="l01020"></a>01020             completeQueue.removeRef (cmd);
<a name="l01021"></a>01021             cmd = doCommand (<a class="code" href="classimapCommand.html#23cbabbe5e15854b1be2d539e53d29c8" title="Create a CREATE command.">imapCommand::clientCreate</a> (dBox));
<a name="l01022"></a>01022             <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l01023"></a>01023               dType = ITYPE_BOX;
<a name="l01024"></a>01024             <span class="keywordflow">else</span>
<a name="l01025"></a>01025               error (ERR_COULD_NOT_WRITE, dest.prettyURL());
<a name="l01026"></a>01026           }
<a name="l01027"></a>01027           completeQueue.removeRef (cmd);
<a name="l01028"></a>01028         }
<a name="l01029"></a>01029       }
<a name="l01030"></a>01030 
<a name="l01031"></a>01031     }
<a name="l01032"></a>01032   }
<a name="l01033"></a>01033   <span class="keywordflow">if</span> (sType == ITYPE_MSG || sType == ITYPE_BOX || sType == ITYPE_DIR_AND_BOX)
<a name="l01034"></a>01034   {
<a name="l01035"></a>01035     <span class="comment">//select the source box</span>
<a name="l01036"></a>01036     <span class="keywordflow">if</span> (!assureBox(sBox, <span class="keyword">true</span>)) <span class="keywordflow">return</span>;
<a name="l01037"></a>01037     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::copy - "</span> &lt;&lt; sBox &lt;&lt; <span class="stringliteral">" -&gt; "</span> &lt;&lt; dBox &lt;&lt; endl;
<a name="l01038"></a>01038 
<a name="l01039"></a>01039     <span class="comment">//issue copy command</span>
<a name="l01040"></a>01040     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd =
<a name="l01041"></a>01041       doCommand (<a class="code" href="classimapCommand.html#c44203e147cfc19ebd91133f0631229f" title="Create a COPY command.">imapCommand::clientCopy</a> (dBox, sSequence));
<a name="l01042"></a>01042     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01043"></a>01043     {
<a name="l01044"></a>01044       kdError(5006) &lt;&lt; <span class="stringliteral">"IMAP4::copy - "</span> &lt;&lt; cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>() &lt;&lt; endl;
<a name="l01045"></a>01045       error (ERR_COULD_NOT_WRITE, dest.prettyURL());
<a name="l01046"></a>01046       completeQueue.removeRef (cmd);
<a name="l01047"></a>01047       <span class="keywordflow">return</span>;
<a name="l01048"></a>01048     } <span class="keywordflow">else</span> {
<a name="l01049"></a>01049       <span class="keywordflow">if</span> (hasCapability(<span class="stringliteral">"UIDPLUS"</span>))
<a name="l01050"></a>01050       {
<a name="l01051"></a>01051         QString uid = cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>();
<a name="l01052"></a>01052         <span class="keywordflow">if</span> (uid.find(<span class="stringliteral">"COPYUID"</span>) != -1)
<a name="l01053"></a>01053         {
<a name="l01054"></a>01054           uid = uid.section(<span class="stringliteral">" "</span>, 2, 3);
<a name="l01055"></a>01055           uid.truncate(uid.length()-1);
<a name="l01056"></a>01056           infoMessage(<span class="stringliteral">"UID "</span>+uid);
<a name="l01057"></a>01057         }
<a name="l01058"></a>01058       }
<a name="l01059"></a>01059     }
<a name="l01060"></a>01060     completeQueue.removeRef (cmd);
<a name="l01061"></a>01061   }
<a name="l01062"></a>01062   <span class="keywordflow">else</span>
<a name="l01063"></a>01063   {
<a name="l01064"></a>01064     error (ERR_ACCESS_DENIED, src.prettyURL());
<a name="l01065"></a>01065     <span class="keywordflow">return</span>;
<a name="l01066"></a>01066   }
<a name="l01067"></a>01067   finished ();
<a name="l01068"></a>01068 }
<a name="l01069"></a>01069 
<a name="l01070"></a>01070 <span class="keywordtype">void</span>
<a name="l01071"></a><a class="code" href="classIMAP4Protocol.html#0cd9c8e8bdc5b4d20fc1780703fa9647">01071</a> <a class="code" href="classIMAP4Protocol.html#0cd9c8e8bdc5b4d20fc1780703fa9647" title="delete a mailbox">IMAP4Protocol::del</a> (<span class="keyword">const</span> KURL &amp; _url, <span class="keywordtype">bool</span> isFile)
<a name="l01072"></a>01072 {
<a name="l01073"></a>01073   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::del - ["</span> &lt;&lt; (isFile ? <span class="stringliteral">"File"</span> : <span class="stringliteral">"NoFile"</span>) &lt;&lt; <span class="stringliteral">"] "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l01074"></a>01074   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01075"></a>01075   <span class="keyword">enum</span> IMAP_TYPE aType =
<a name="l01076"></a>01076     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01077"></a>01077 
<a name="l01078"></a>01078   <span class="keywordflow">switch</span> (aType)
<a name="l01079"></a>01079   {
<a name="l01080"></a>01080   <span class="keywordflow">case</span> ITYPE_BOX:
<a name="l01081"></a>01081   <span class="keywordflow">case</span> ITYPE_DIR_AND_BOX:
<a name="l01082"></a>01082     <span class="keywordflow">if</span> (!aSequence.isEmpty ())
<a name="l01083"></a>01083     {
<a name="l01084"></a>01084       <span class="keywordflow">if</span> (aSequence == <span class="stringliteral">"*"</span>)
<a name="l01085"></a>01085       {
<a name="l01086"></a>01086         <span class="keywordflow">if</span> (!assureBox (aBox, <span class="keyword">false</span>)) <span class="keywordflow">return</span>;
<a name="l01087"></a>01087         <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#b0e25aaa3e5e47fc8de32530a3bb1d76" title="Create a EXPUNGE command.">imapCommand::clientExpunge</a> ());
<a name="l01088"></a>01088         <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) {
<a name="l01089"></a>01089           error (ERR_CANNOT_DELETE, _url.prettyURL());
<a name="l01090"></a>01090           completeQueue.removeRef (cmd);
<a name="l01091"></a>01091           <span class="keywordflow">return</span>;
<a name="l01092"></a>01092         }
<a name="l01093"></a>01093         completeQueue.removeRef (cmd);
<a name="l01094"></a>01094       }
<a name="l01095"></a>01095       <span class="keywordflow">else</span>
<a name="l01096"></a>01096       {
<a name="l01097"></a>01097         <span class="comment">// if open for read/write</span>
<a name="l01098"></a>01098         <span class="keywordflow">if</span> (!assureBox (aBox, <span class="keyword">false</span>)) <span class="keywordflow">return</span>;
<a name="l01099"></a>01099         <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd =
<a name="l01100"></a>01100           doCommand (<a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a>::
<a name="l01101"></a>01101                      clientStore (aSequence, <span class="stringliteral">"+FLAGS.SILENT"</span>, <span class="stringliteral">"\\DELETED"</span>));
<a name="l01102"></a>01102         <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) {
<a name="l01103"></a>01103           error (ERR_CANNOT_DELETE, _url.prettyURL());
<a name="l01104"></a>01104           completeQueue.removeRef (cmd);
<a name="l01105"></a>01105           <span class="keywordflow">return</span>;
<a name="l01106"></a>01106         }
<a name="l01107"></a>01107         completeQueue.removeRef (cmd);
<a name="l01108"></a>01108       }
<a name="l01109"></a>01109     }
<a name="l01110"></a>01110     <span class="keywordflow">else</span>
<a name="l01111"></a>01111     {
<a name="l01112"></a>01112       <span class="keywordflow">if</span> (getCurrentBox() == aBox)
<a name="l01113"></a>01113       {
<a name="l01114"></a>01114         <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#b8ebfebf14090f6e27dbb2a304b20d67" title="Create a CLOSE command.">imapCommand::clientClose</a>());
<a name="l01115"></a>01115         completeQueue.removeRef(cmd);
<a name="l01116"></a>01116         setState(ISTATE_LOGIN);
<a name="l01117"></a>01117       }
<a name="l01118"></a>01118       <span class="comment">// We unsubscribe, otherwise we get ghost folders on UW-IMAP</span>
<a name="l01119"></a>01119       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#b359c039dddba78d8b61c832c5f17cbf" title="Create a UNSUBSCRIBE command.">imapCommand::clientUnsubscribe</a>(aBox));
<a name="l01120"></a>01120       completeQueue.removeRef(cmd);
<a name="l01121"></a>01121       cmd = doCommand(<a class="code" href="classimapCommand.html#88e3bbc7b4200846d1393ca594f9156d" title="Create a DELETE command.">imapCommand::clientDelete</a> (aBox));
<a name="l01122"></a>01122       <span class="comment">// If this doesn't work, we try to empty the mailbox first</span>
<a name="l01123"></a>01123       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01124"></a>01124       {
<a name="l01125"></a>01125         completeQueue.removeRef(cmd);
<a name="l01126"></a>01126         <span class="keywordflow">if</span> (!assureBox(aBox, <span class="keyword">false</span>)) <span class="keywordflow">return</span>;
<a name="l01127"></a>01127         <span class="keywordtype">bool</span> stillOk = <span class="keyword">true</span>;
<a name="l01128"></a>01128         <span class="keywordflow">if</span> (stillOk)
<a name="l01129"></a>01129         {
<a name="l01130"></a>01130           <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(
<a name="l01131"></a>01131             <a class="code" href="classimapCommand.html#550eb42c5ad0fb57a62051cdafa4faca" title="Create a STORE command.">imapCommand::clientStore</a>(<span class="stringliteral">"1:*"</span>, <span class="stringliteral">"+FLAGS.SILENT"</span>, <span class="stringliteral">"\\DELETED"</span>));
<a name="l01132"></a>01132           <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) stillOk = <span class="keyword">false</span>;
<a name="l01133"></a>01133           completeQueue.removeRef(cmd);
<a name="l01134"></a>01134         }
<a name="l01135"></a>01135         <span class="keywordflow">if</span> (stillOk)
<a name="l01136"></a>01136         {
<a name="l01137"></a>01137           <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#b8ebfebf14090f6e27dbb2a304b20d67" title="Create a CLOSE command.">imapCommand::clientClose</a>());
<a name="l01138"></a>01138           <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) stillOk = <span class="keyword">false</span>;
<a name="l01139"></a>01139           completeQueue.removeRef(cmd);
<a name="l01140"></a>01140           setState(ISTATE_LOGIN);
<a name="l01141"></a>01141         }
<a name="l01142"></a>01142         <span class="keywordflow">if</span> (stillOk)
<a name="l01143"></a>01143         {
<a name="l01144"></a>01144           <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#88e3bbc7b4200846d1393ca594f9156d" title="Create a DELETE command.">imapCommand::clientDelete</a>(aBox));
<a name="l01145"></a>01145           <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) stillOk = <span class="keyword">false</span>;
<a name="l01146"></a>01146           completeQueue.removeRef(cmd);
<a name="l01147"></a>01147         }
<a name="l01148"></a>01148         <span class="keywordflow">if</span> (!stillOk)
<a name="l01149"></a>01149         {
<a name="l01150"></a>01150           error (ERR_COULD_NOT_RMDIR, _url.prettyURL());
<a name="l01151"></a>01151           <span class="keywordflow">return</span>;
<a name="l01152"></a>01152         }
<a name="l01153"></a>01153       } <span class="keywordflow">else</span> {
<a name="l01154"></a>01154         completeQueue.removeRef (cmd);
<a name="l01155"></a>01155       }
<a name="l01156"></a>01156     }
<a name="l01157"></a>01157     <span class="keywordflow">break</span>;
<a name="l01158"></a>01158 
<a name="l01159"></a>01159   <span class="keywordflow">case</span> ITYPE_DIR:
<a name="l01160"></a>01160     {
<a name="l01161"></a>01161       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#88e3bbc7b4200846d1393ca594f9156d" title="Create a DELETE command.">imapCommand::clientDelete</a> (aBox));
<a name="l01162"></a>01162       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) {
<a name="l01163"></a>01163         error (ERR_COULD_NOT_RMDIR, _url.prettyURL());
<a name="l01164"></a>01164         completeQueue.removeRef (cmd);
<a name="l01165"></a>01165         <span class="keywordflow">return</span>;
<a name="l01166"></a>01166       }
<a name="l01167"></a>01167       completeQueue.removeRef (cmd);
<a name="l01168"></a>01168     }
<a name="l01169"></a>01169     <span class="keywordflow">break</span>;
<a name="l01170"></a>01170 
<a name="l01171"></a>01171   <span class="keywordflow">case</span> ITYPE_MSG:
<a name="l01172"></a>01172     {
<a name="l01173"></a>01173       <span class="comment">// if open for read/write</span>
<a name="l01174"></a>01174       <span class="keywordflow">if</span> (!assureBox (aBox, <span class="keyword">false</span>)) <span class="keywordflow">return</span>;
<a name="l01175"></a>01175       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd =
<a name="l01176"></a>01176         doCommand (<a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a>::
<a name="l01177"></a>01177                    clientStore (aSequence, <span class="stringliteral">"+FLAGS.SILENT"</span>, <span class="stringliteral">"\\DELETED"</span>));
<a name="l01178"></a>01178       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) {
<a name="l01179"></a>01179         error (ERR_CANNOT_DELETE, _url.prettyURL());
<a name="l01180"></a>01180         completeQueue.removeRef (cmd);
<a name="l01181"></a>01181         <span class="keywordflow">return</span>;
<a name="l01182"></a>01182       }
<a name="l01183"></a>01183       completeQueue.removeRef (cmd);
<a name="l01184"></a>01184     }
<a name="l01185"></a>01185     <span class="keywordflow">break</span>;
<a name="l01186"></a>01186 
<a name="l01187"></a>01187   <span class="keywordflow">case</span> ITYPE_UNKNOWN:
<a name="l01188"></a>01188   <span class="keywordflow">case</span> ITYPE_ATTACH:
<a name="l01189"></a>01189     error (ERR_CANNOT_DELETE, _url.prettyURL());
<a name="l01190"></a>01190     <span class="keywordflow">break</span>;
<a name="l01191"></a>01191   }
<a name="l01192"></a>01192   finished ();
<a name="l01193"></a>01193 }
<a name="l01194"></a>01194 
<a name="l01195"></a>01195 <span class="comment">/*</span>
<a name="l01196"></a>01196 <span class="comment"> * Copy a mail: data = 'C' + srcURL (KURL) + destURL (KURL)</span>
<a name="l01197"></a>01197 <span class="comment"> * Capabilities: data = 'c'. Result shipped in infoMessage() signal</span>
<a name="l01198"></a>01198 <span class="comment"> * No-op: data = 'N'</span>
<a name="l01199"></a>01199 <span class="comment"> * Namespace: data = 'n'. Result shipped in infoMessage() signal</span>
<a name="l01200"></a>01200 <span class="comment"> *                        The format is: section=namespace=delimiter</span>
<a name="l01201"></a>01201 <span class="comment"> *                        Note that the namespace can be empty</span>
<a name="l01202"></a>01202 <span class="comment"> * Unsubscribe: data = 'U' + URL (KURL)</span>
<a name="l01203"></a>01203 <span class="comment"> * Subscribe: data = 'u' + URL (KURL)</span>
<a name="l01204"></a>01204 <span class="comment"> * Change the status: data = 'S' + URL (KURL) + Flags (QCString)</span>
<a name="l01205"></a>01205 <span class="comment"> * ACL commands: data = 'A' + command + URL (KURL) + command-dependent args</span>
<a name="l01206"></a>01206 <span class="comment"> * AnnotateMore commands: data = 'M' + 'G'et/'S'et + URL + entry + command-dependent args</span>
<a name="l01207"></a>01207 <span class="comment"> * Search: data = 'E' + URL (KURL)</span>
<a name="l01208"></a>01208 <span class="comment"> * Quota commands: data = 'Q' + 'R'oot/'G'et/'S'et + URL + entry + command-dependent args</span>
<a name="l01209"></a>01209 <span class="comment"> * Custom command: data = 'X' + 'N'ormal/'E'xtended + command + command-dependent args</span>
<a name="l01210"></a>01210 <span class="comment"> */</span>
<a name="l01211"></a>01211 <span class="keywordtype">void</span>
<a name="l01212"></a><a class="code" href="classIMAP4Protocol.html#146711a428170d2b4d4ccd00c031f540">01212</a> <a class="code" href="classIMAP4Protocol.html#146711a428170d2b4d4ccd00c031f540" title="Capabilites, NOOP, (Un)subscribe, Change status, Change ACL.">IMAP4Protocol::special</a> (<span class="keyword">const</span> QByteArray &amp; aData)
<a name="l01213"></a>01213 {
<a name="l01214"></a>01214   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::special"</span> &lt;&lt; endl;
<a name="l01215"></a>01215   <span class="keywordflow">if</span> (!makeLogin()) <span class="keywordflow">return</span>;
<a name="l01216"></a>01216 
<a name="l01217"></a>01217   QDataStream stream(aData, IO_ReadOnly);
<a name="l01218"></a>01218 
<a name="l01219"></a>01219   <span class="keywordtype">int</span> tmp;
<a name="l01220"></a>01220   stream &gt;&gt; tmp;
<a name="l01221"></a>01221 
<a name="l01222"></a>01222   <span class="keywordflow">switch</span> (tmp) {
<a name="l01223"></a>01223   <span class="keywordflow">case</span> <span class="charliteral">'C'</span>:
<a name="l01224"></a>01224   {
<a name="l01225"></a>01225     <span class="comment">// copy</span>
<a name="l01226"></a>01226     KURL src;
<a name="l01227"></a>01227     KURL dest;
<a name="l01228"></a>01228     stream &gt;&gt; src &gt;&gt; dest;
<a name="l01229"></a>01229     copy(src, dest, 0, FALSE);
<a name="l01230"></a>01230     <span class="keywordflow">break</span>;
<a name="l01231"></a>01231   }
<a name="l01232"></a>01232   <span class="keywordflow">case</span> <span class="charliteral">'c'</span>:
<a name="l01233"></a>01233   {
<a name="l01234"></a>01234     <span class="comment">// capabilities</span>
<a name="l01235"></a>01235     infoMessage(imapCapabilities.join(<span class="stringliteral">" "</span>));
<a name="l01236"></a>01236     finished();
<a name="l01237"></a>01237     <span class="keywordflow">break</span>;
<a name="l01238"></a>01238   }
<a name="l01239"></a>01239   <span class="keywordflow">case</span> <span class="charliteral">'N'</span>:
<a name="l01240"></a>01240   {
<a name="l01241"></a>01241     <span class="comment">// NOOP</span>
<a name="l01242"></a>01242     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#18eac0a9fe90bd530e4360003063e00d" title="Create a NOOP command.">imapCommand::clientNoop</a>());
<a name="l01243"></a>01243     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01244"></a>01244     {
<a name="l01245"></a>01245       kdDebug(7116) &lt;&lt; <span class="stringliteral">"NOOP did not succeed - connection broken"</span> &lt;&lt; endl;
<a name="l01246"></a>01246       completeQueue.removeRef (cmd);
<a name="l01247"></a>01247       error (ERR_CONNECTION_BROKEN, myHost);
<a name="l01248"></a>01248       <span class="keywordflow">return</span>;
<a name="l01249"></a>01249     }
<a name="l01250"></a>01250     completeQueue.removeRef (cmd);
<a name="l01251"></a>01251     finished();
<a name="l01252"></a>01252     <span class="keywordflow">break</span>;
<a name="l01253"></a>01253   }
<a name="l01254"></a>01254   <span class="keywordflow">case</span> <span class="charliteral">'n'</span>:
<a name="l01255"></a>01255   {
<a name="l01256"></a>01256     <span class="comment">// namespace in the form "section=namespace=delimiter"</span>
<a name="l01257"></a>01257     <span class="comment">// entries are separated by ,</span>
<a name="l01258"></a>01258     infoMessage( imapNamespaces.join(<span class="stringliteral">","</span>) );
<a name="l01259"></a>01259     finished();
<a name="l01260"></a>01260     <span class="keywordflow">break</span>;
<a name="l01261"></a>01261   }
<a name="l01262"></a>01262   <span class="keywordflow">case</span> <span class="charliteral">'U'</span>:
<a name="l01263"></a>01263   {
<a name="l01264"></a>01264     <span class="comment">// unsubscribe</span>
<a name="l01265"></a>01265     KURL _url;
<a name="l01266"></a>01266     stream &gt;&gt; _url;
<a name="l01267"></a>01267     QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01268"></a>01268     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01269"></a>01269     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#b359c039dddba78d8b61c832c5f17cbf" title="Create a UNSUBSCRIBE command.">imapCommand::clientUnsubscribe</a>(aBox));
<a name="l01270"></a>01270     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01271"></a>01271     {
<a name="l01272"></a>01272       completeQueue.removeRef (cmd);
<a name="l01273"></a>01273       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Unsubscribe of folder %1 "</span>
<a name="l01274"></a>01274                                     <span class="stringliteral">"failed. The server returned: %2"</span>)
<a name="l01275"></a>01275             .arg(_url.prettyURL())
<a name="l01276"></a>01276             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01277"></a>01277       <span class="keywordflow">return</span>;
<a name="l01278"></a>01278     }
<a name="l01279"></a>01279     completeQueue.removeRef (cmd);
<a name="l01280"></a>01280     finished();
<a name="l01281"></a>01281     <span class="keywordflow">break</span>;
<a name="l01282"></a>01282   }
<a name="l01283"></a>01283   <span class="keywordflow">case</span> <span class="charliteral">'u'</span>:
<a name="l01284"></a>01284   {
<a name="l01285"></a>01285     <span class="comment">// subscribe</span>
<a name="l01286"></a>01286     KURL _url;
<a name="l01287"></a>01287     stream &gt;&gt; _url;
<a name="l01288"></a>01288     QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01289"></a>01289     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01290"></a>01290     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#f69516bb4c565f744dc15da877d068be" title="Create a SUBSCRIBE command.">imapCommand::clientSubscribe</a>(aBox));
<a name="l01291"></a>01291     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01292"></a>01292     {
<a name="l01293"></a>01293       completeQueue.removeRef (cmd);
<a name="l01294"></a>01294       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Subscribe of folder %1 "</span>
<a name="l01295"></a>01295                                     <span class="stringliteral">"failed. The server returned: %2"</span>)
<a name="l01296"></a>01296             .arg(_url.prettyURL())
<a name="l01297"></a>01297             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01298"></a>01298       <span class="keywordflow">return</span>;
<a name="l01299"></a>01299     }
<a name="l01300"></a>01300     completeQueue.removeRef (cmd);
<a name="l01301"></a>01301     finished();
<a name="l01302"></a>01302     <span class="keywordflow">break</span>;
<a name="l01303"></a>01303   }
<a name="l01304"></a>01304   <span class="keywordflow">case</span> <span class="charliteral">'A'</span>:
<a name="l01305"></a>01305   {
<a name="l01306"></a>01306     <span class="comment">// acl</span>
<a name="l01307"></a>01307     <span class="keywordtype">int</span> cmd;
<a name="l01308"></a>01308     stream &gt;&gt; cmd;
<a name="l01309"></a>01309     <span class="keywordflow">if</span> ( hasCapability( <span class="stringliteral">"ACL"</span> ) ) {
<a name="l01310"></a>01310       <a class="code" href="classIMAP4Protocol.html#b69679750eac750c0c2753d1623f6e45" title="Send an ACL command which is identified by command.">specialACLCommand</a>( cmd, stream );
<a name="l01311"></a>01311     } <span class="keywordflow">else</span> {
<a name="l01312"></a>01312       error( ERR_UNSUPPORTED_ACTION, <span class="stringliteral">"ACL"</span> );
<a name="l01313"></a>01313     }
<a name="l01314"></a>01314     <span class="keywordflow">break</span>;
<a name="l01315"></a>01315   }
<a name="l01316"></a>01316   <span class="keywordflow">case</span> <span class="charliteral">'M'</span>:
<a name="l01317"></a>01317   {
<a name="l01318"></a>01318     <span class="comment">// annotatemore</span>
<a name="l01319"></a>01319     <span class="keywordtype">int</span> cmd;
<a name="l01320"></a>01320     stream &gt;&gt; cmd;
<a name="l01321"></a>01321     <span class="keywordflow">if</span> ( hasCapability( <span class="stringliteral">"ANNOTATEMORE"</span> ) ) {
<a name="l01322"></a>01322       <a class="code" href="classIMAP4Protocol.html#5d97eac198aec68334f4f972a4521ce0" title="Send an annotation command which is identified by command.">specialAnnotateMoreCommand</a>( cmd, stream );
<a name="l01323"></a>01323     } <span class="keywordflow">else</span> {
<a name="l01324"></a>01324       error( ERR_UNSUPPORTED_ACTION, <span class="stringliteral">"ANNOTATEMORE"</span> );
<a name="l01325"></a>01325     }
<a name="l01326"></a>01326     <span class="keywordflow">break</span>;
<a name="l01327"></a>01327   }
<a name="l01328"></a>01328   <span class="keywordflow">case</span> <span class="charliteral">'Q'</span>:
<a name="l01329"></a>01329   {
<a name="l01330"></a>01330     <span class="comment">// quota</span>
<a name="l01331"></a>01331     <span class="keywordtype">int</span> cmd;
<a name="l01332"></a>01332     stream &gt;&gt; cmd;
<a name="l01333"></a>01333     <span class="keywordflow">if</span> ( hasCapability( <span class="stringliteral">"QUOTA"</span> ) ) {
<a name="l01334"></a>01334       specialQuotaCommand( cmd, stream );
<a name="l01335"></a>01335     } <span class="keywordflow">else</span> {
<a name="l01336"></a>01336       error( ERR_UNSUPPORTED_ACTION, <span class="stringliteral">"QUOTA"</span> );
<a name="l01337"></a>01337     }
<a name="l01338"></a>01338     <span class="keywordflow">break</span>;
<a name="l01339"></a>01339   }
<a name="l01340"></a>01340   <span class="keywordflow">case</span> <span class="charliteral">'S'</span>:
<a name="l01341"></a>01341   {
<a name="l01342"></a>01342     <span class="comment">// status</span>
<a name="l01343"></a>01343     KURL _url;
<a name="l01344"></a>01344     QCString newFlags;
<a name="l01345"></a>01345     stream &gt;&gt; _url &gt;&gt; newFlags;
<a name="l01346"></a>01346 
<a name="l01347"></a>01347     QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01348"></a>01348     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01349"></a>01349     <span class="keywordflow">if</span> (!assureBox(aBox, <span class="keyword">false</span>)) <span class="keywordflow">return</span>;
<a name="l01350"></a>01350 
<a name="l01351"></a>01351     <span class="comment">// make sure we only touch flags we know</span>
<a name="l01352"></a>01352     QCString knownFlags = <span class="stringliteral">"\\SEEN \\ANSWERED \\FLAGGED \\DRAFT"</span>;
<a name="l01353"></a>01353     <span class="keyword">const</span> imapInfo info = getSelected();
<a name="l01354"></a>01354     <span class="keywordflow">if</span> ( info.permanentFlagsAvailable() &amp;&amp; (info.permanentFlags() &amp; imapInfo::User) ) {
<a name="l01355"></a>01355       knownFlags += <span class="stringliteral">" KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED $IGNORED"</span>;
<a name="l01356"></a>01356     }
<a name="l01357"></a>01357 
<a name="l01358"></a>01358     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a>::
<a name="l01359"></a>01359                                   clientStore (aSequence, <span class="stringliteral">"-FLAGS.SILENT"</span>, knownFlags));
<a name="l01360"></a>01360     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01361"></a>01361     {
<a name="l01362"></a>01362       completeQueue.removeRef (cmd);
<a name="l01363"></a>01363       error(ERR_COULD_NOT_WRITE, i18n(<span class="stringliteral">"Changing the flags of message %1 "</span>
<a name="l01364"></a>01364                                       <span class="stringliteral">"failed."</span>).arg(_url.prettyURL()));
<a name="l01365"></a>01365       <span class="keywordflow">return</span>;
<a name="l01366"></a>01366     }
<a name="l01367"></a>01367     completeQueue.removeRef (cmd);
<a name="l01368"></a>01368     <span class="keywordflow">if</span> (!newFlags.isEmpty())
<a name="l01369"></a>01369     {
<a name="l01370"></a>01370       cmd = doCommand (<a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a>::
<a name="l01371"></a>01371                        clientStore (aSequence, <span class="stringliteral">"+FLAGS.SILENT"</span>, newFlags));
<a name="l01372"></a>01372       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01373"></a>01373       {
<a name="l01374"></a>01374         completeQueue.removeRef (cmd);
<a name="l01375"></a>01375         error(ERR_COULD_NOT_WRITE, i18n(<span class="stringliteral">"Changing the flags of message %1 "</span>
<a name="l01376"></a>01376                                         <span class="stringliteral">"failed."</span>).arg(_url.prettyURL()));
<a name="l01377"></a>01377         <span class="keywordflow">return</span>;
<a name="l01378"></a>01378       }
<a name="l01379"></a>01379       completeQueue.removeRef (cmd);
<a name="l01380"></a>01380     }
<a name="l01381"></a>01381     finished();
<a name="l01382"></a>01382     <span class="keywordflow">break</span>;
<a name="l01383"></a>01383   }
<a name="l01384"></a>01384   <span class="keywordflow">case</span> <span class="charliteral">'s'</span>:
<a name="l01385"></a>01385   {
<a name="l01386"></a>01386     <span class="comment">// seen</span>
<a name="l01387"></a>01387     KURL _url;
<a name="l01388"></a>01388     <span class="keywordtype">bool</span> seen;
<a name="l01389"></a>01389     QCString newFlags;
<a name="l01390"></a>01390     stream &gt;&gt; _url &gt;&gt; seen;
<a name="l01391"></a>01391 
<a name="l01392"></a>01392     QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01393"></a>01393     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01394"></a>01394     <span class="keywordflow">if</span> ( !assureBox(aBox, <span class="keyword">true</span>) ) <span class="comment">// read-only because changing SEEN should be possible even then</span>
<a name="l01395"></a>01395       <span class="keywordflow">return</span>;
<a name="l01396"></a>01396 
<a name="l01397"></a>01397     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd;
<a name="l01398"></a>01398     <span class="keywordflow">if</span> ( seen )
<a name="l01399"></a>01399       cmd = doCommand( <a class="code" href="classimapCommand.html#550eb42c5ad0fb57a62051cdafa4faca" title="Create a STORE command.">imapCommand::clientStore</a>( aSequence, <span class="stringliteral">"+FLAGS.SILENT"</span>, <span class="stringliteral">"\\SEEN"</span> ) );
<a name="l01400"></a>01400     <span class="keywordflow">else</span>
<a name="l01401"></a>01401       cmd = doCommand( <a class="code" href="classimapCommand.html#550eb42c5ad0fb57a62051cdafa4faca" title="Create a STORE command.">imapCommand::clientStore</a>( aSequence, <span class="stringliteral">"-FLAGS.SILENT"</span>, <span class="stringliteral">"\\SEEN"</span> ) );
<a name="l01402"></a>01402 
<a name="l01403"></a>01403     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01404"></a>01404     {
<a name="l01405"></a>01405       completeQueue.removeRef (cmd);
<a name="l01406"></a>01406       error(ERR_COULD_NOT_WRITE, i18n(<span class="stringliteral">"Changing the flags of message %1 "</span>
<a name="l01407"></a>01407                                       <span class="stringliteral">"failed."</span>).arg(_url.prettyURL()));
<a name="l01408"></a>01408       <span class="keywordflow">return</span>;
<a name="l01409"></a>01409     }
<a name="l01410"></a>01410     completeQueue.removeRef (cmd);
<a name="l01411"></a>01411     finished();
<a name="l01412"></a>01412     <span class="keywordflow">break</span>;
<a name="l01413"></a>01413   }
<a name="l01414"></a>01414 
<a name="l01415"></a>01415   <span class="keywordflow">case</span> <span class="charliteral">'E'</span>:
<a name="l01416"></a>01416   {
<a name="l01417"></a>01417     <span class="comment">// search</span>
<a name="l01418"></a>01418     <a class="code" href="classIMAP4Protocol.html#59ddb4792b3f962a3a59b33f7ad3ccc0" title="Search current folder, the search string is passed as SECTION.">specialSearchCommand</a>( stream );
<a name="l01419"></a>01419     <span class="keywordflow">break</span>;
<a name="l01420"></a>01420   }
<a name="l01421"></a>01421   <span class="keywordflow">case</span> <span class="charliteral">'X'</span>:
<a name="l01422"></a>01422   {
<a name="l01423"></a>01423     <span class="comment">// custom command</span>
<a name="l01424"></a>01424     <a class="code" href="classIMAP4Protocol.html#f4a9c882f8b93d5bbdf78720b6b71187" title="Send a custom command to the server.">specialCustomCommand</a>( stream );
<a name="l01425"></a>01425     <span class="keywordflow">break</span>;
<a name="l01426"></a>01426   }
<a name="l01427"></a>01427   <span class="keywordflow">default</span>:
<a name="l01428"></a>01428     kdWarning(7116) &lt;&lt; <span class="stringliteral">"Unknown command in special(): "</span> &lt;&lt; tmp &lt;&lt; endl;
<a name="l01429"></a>01429     error( ERR_UNSUPPORTED_ACTION, QString(QChar(tmp)) );
<a name="l01430"></a>01430     <span class="keywordflow">break</span>;
<a name="l01431"></a>01431   }
<a name="l01432"></a>01432 }
<a name="l01433"></a>01433 
<a name="l01434"></a>01434 <span class="keywordtype">void</span>
<a name="l01435"></a><a class="code" href="classIMAP4Protocol.html#b69679750eac750c0c2753d1623f6e45">01435</a> <a class="code" href="classIMAP4Protocol.html#b69679750eac750c0c2753d1623f6e45" title="Send an ACL command which is identified by command.">IMAP4Protocol::specialACLCommand</a>( <span class="keywordtype">int</span> command, QDataStream&amp; stream )
<a name="l01436"></a>01436 {
<a name="l01437"></a>01437   <span class="comment">// All commands start with the URL to the box</span>
<a name="l01438"></a>01438   KURL _url;
<a name="l01439"></a>01439   stream &gt;&gt; _url;
<a name="l01440"></a>01440   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01441"></a>01441   <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01442"></a>01442 
<a name="l01443"></a>01443   <span class="keywordflow">switch</span>( command ) {
<a name="l01444"></a>01444   <span class="keywordflow">case</span> <span class="charliteral">'S'</span>: <span class="comment">// SETACL</span>
<a name="l01445"></a>01445   {
<a name="l01446"></a>01446     QString user, acl;
<a name="l01447"></a>01447     stream &gt;&gt; user &gt;&gt; acl;
<a name="l01448"></a>01448     kdDebug(7116) &lt;&lt; <span class="stringliteral">"SETACL "</span> &lt;&lt; aBox &lt;&lt; <span class="stringliteral">" "</span> &lt;&lt; user &lt;&lt; <span class="stringliteral">" "</span> &lt;&lt; acl &lt;&lt; endl;
<a name="l01449"></a>01449     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#595fa771d91d856f180472b31535b989" title="Create a SETACL command.">imapCommand::clientSetACL</a>(aBox, user, acl));
<a name="l01450"></a>01450     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01451"></a>01451     {
<a name="l01452"></a>01452       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Setting the Access Control List on folder %1 "</span>
<a name="l01453"></a>01453                                       <span class="stringliteral">"for user %2 failed. The server returned: %3"</span>)
<a name="l01454"></a>01454             .arg(_url.prettyURL())
<a name="l01455"></a>01455             .arg(user)
<a name="l01456"></a>01456             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01457"></a>01457       <span class="keywordflow">return</span>;
<a name="l01458"></a>01458     }
<a name="l01459"></a>01459     completeQueue.removeRef (cmd);
<a name="l01460"></a>01460     finished();
<a name="l01461"></a>01461     <span class="keywordflow">break</span>;
<a name="l01462"></a>01462   }
<a name="l01463"></a>01463   <span class="keywordflow">case</span> <span class="charliteral">'D'</span>: <span class="comment">// DELETEACL</span>
<a name="l01464"></a>01464   {
<a name="l01465"></a>01465     QString user;
<a name="l01466"></a>01466     stream &gt;&gt; user;
<a name="l01467"></a>01467     kdDebug(7116) &lt;&lt; <span class="stringliteral">"DELETEACL "</span> &lt;&lt; aBox &lt;&lt; <span class="stringliteral">" "</span> &lt;&lt; user &lt;&lt; endl;
<a name="l01468"></a>01468     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#a63fa67c2a0f1ac3901648c299e7f740" title="Create a DELETEACL command.">imapCommand::clientDeleteACL</a>(aBox, user));
<a name="l01469"></a>01469     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01470"></a>01470     {
<a name="l01471"></a>01471       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Deleting the Access Control List on folder %1 "</span>
<a name="l01472"></a>01472                                     <span class="stringliteral">"for user %2 failed. The server returned: %3"</span>)
<a name="l01473"></a>01473             .arg(_url.prettyURL())
<a name="l01474"></a>01474             .arg(user)
<a name="l01475"></a>01475             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01476"></a>01476       <span class="keywordflow">return</span>;
<a name="l01477"></a>01477     }
<a name="l01478"></a>01478     completeQueue.removeRef (cmd);
<a name="l01479"></a>01479     finished();
<a name="l01480"></a>01480     <span class="keywordflow">break</span>;
<a name="l01481"></a>01481   }
<a name="l01482"></a>01482   <span class="keywordflow">case</span> <span class="charliteral">'G'</span>: <span class="comment">// GETACL</span>
<a name="l01483"></a>01483   {
<a name="l01484"></a>01484     kdDebug(7116) &lt;&lt; <span class="stringliteral">"GETACL "</span> &lt;&lt; aBox &lt;&lt; endl;
<a name="l01485"></a>01485     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#a885406a8475bae86ef9b809624350b9" title="Create a GETACL command.">imapCommand::clientGetACL</a>(aBox));
<a name="l01486"></a>01486     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01487"></a>01487     {
<a name="l01488"></a>01488       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Retrieving the Access Control List on folder %1 "</span>
<a name="l01489"></a>01489                                      <span class="stringliteral">"failed. The server returned: %2"</span>)
<a name="l01490"></a>01490             .arg(_url.prettyURL())
<a name="l01491"></a>01491             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01492"></a>01492       <span class="keywordflow">return</span>;
<a name="l01493"></a>01493     }
<a name="l01494"></a>01494     <span class="comment">// Returning information to the application from a special() command isn't easy.</span>
<a name="l01495"></a>01495     <span class="comment">// I'm reusing the infoMessage trick seen above (for capabilities), but this</span>
<a name="l01496"></a>01496     <span class="comment">// limits me to a string instead of a stringlist. I'm using space as separator,</span>
<a name="l01497"></a>01497     <span class="comment">// since I don't think it can be used in login names.</span>
<a name="l01498"></a>01498     kdDebug(7116) &lt;&lt; getResults() &lt;&lt; endl;
<a name="l01499"></a>01499     infoMessage(getResults().join( <span class="stringliteral">" "</span> ));
<a name="l01500"></a>01500     finished();
<a name="l01501"></a>01501     <span class="keywordflow">break</span>;
<a name="l01502"></a>01502   }
<a name="l01503"></a>01503   <span class="keywordflow">case</span> <span class="charliteral">'L'</span>: <span class="comment">// LISTRIGHTS</span>
<a name="l01504"></a>01504   {
<a name="l01505"></a>01505     <span class="comment">// Do we need this one? It basically shows which rights are tied together, but that's all?</span>
<a name="l01506"></a>01506     error( ERR_UNSUPPORTED_ACTION, QString(QChar(command)) );
<a name="l01507"></a>01507     <span class="keywordflow">break</span>;
<a name="l01508"></a>01508   }
<a name="l01509"></a>01509   <span class="keywordflow">case</span> <span class="charliteral">'M'</span>: <span class="comment">// MYRIGHTS</span>
<a name="l01510"></a>01510   {
<a name="l01511"></a>01511     kdDebug(7116) &lt;&lt; <span class="stringliteral">"MYRIGHTS "</span> &lt;&lt; aBox &lt;&lt; endl;
<a name="l01512"></a>01512     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#13f1a7956a1f81ed28f0b643bd3e16cf" title="Create a MYRIGHTS command.">imapCommand::clientMyRights</a>(aBox));
<a name="l01513"></a>01513     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01514"></a>01514     {
<a name="l01515"></a>01515       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Retrieving the Access Control List on folder %1 "</span>
<a name="l01516"></a>01516                                     <span class="stringliteral">"failed. The server returned: %2"</span>)
<a name="l01517"></a>01517             .arg(_url.prettyURL())
<a name="l01518"></a>01518             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01519"></a>01519       <span class="keywordflow">return</span>;
<a name="l01520"></a>01520     }
<a name="l01521"></a>01521     QStringList lst = getResults();
<a name="l01522"></a>01522     kdDebug(7116) &lt;&lt; <span class="stringliteral">"myrights results: "</span> &lt;&lt; lst &lt;&lt; endl;
<a name="l01523"></a>01523     <span class="keywordflow">if</span> ( !lst.isEmpty() ) {
<a name="l01524"></a>01524       Q_ASSERT( lst.count() == 1 );
<a name="l01525"></a>01525       infoMessage( lst.first() );
<a name="l01526"></a>01526     }
<a name="l01527"></a>01527     finished();
<a name="l01528"></a>01528     <span class="keywordflow">break</span>;
<a name="l01529"></a>01529   }
<a name="l01530"></a>01530   <span class="keywordflow">default</span>:
<a name="l01531"></a>01531     kdWarning(7116) &lt;&lt; <span class="stringliteral">"Unknown special ACL command:"</span> &lt;&lt; command &lt;&lt; endl;
<a name="l01532"></a>01532     error( ERR_UNSUPPORTED_ACTION, QString(QChar(command)) );
<a name="l01533"></a>01533   }
<a name="l01534"></a>01534 }
<a name="l01535"></a>01535 
<a name="l01536"></a>01536 <span class="keywordtype">void</span>
<a name="l01537"></a><a class="code" href="classIMAP4Protocol.html#59ddb4792b3f962a3a59b33f7ad3ccc0">01537</a> <a class="code" href="classIMAP4Protocol.html#59ddb4792b3f962a3a59b33f7ad3ccc0" title="Search current folder, the search string is passed as SECTION.">IMAP4Protocol::specialSearchCommand</a>( QDataStream&amp; stream )
<a name="l01538"></a>01538 {
<a name="l01539"></a>01539   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::specialSearchCommand"</span> &lt;&lt; endl;
<a name="l01540"></a>01540   KURL _url;
<a name="l01541"></a>01541   stream &gt;&gt; _url;
<a name="l01542"></a>01542   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01543"></a>01543   <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01544"></a>01544   <span class="keywordflow">if</span> (!assureBox(aBox, <span class="keyword">false</span>)) <span class="keywordflow">return</span>;
<a name="l01545"></a>01545 
<a name="l01546"></a>01546   <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#9575c5abff6a8dd849f79c28e2d09a70" title="Create a SEARCH command.">imapCommand::clientSearch</a>( aSection ));
<a name="l01547"></a>01547   <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01548"></a>01548   {
<a name="l01549"></a>01549     error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Searching of folder %1 "</span>
<a name="l01550"></a>01550           <span class="stringliteral">"failed. The server returned: %2"</span>)
<a name="l01551"></a>01551         .arg(aBox)
<a name="l01552"></a>01552         .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01553"></a>01553     <span class="keywordflow">return</span>;
<a name="l01554"></a>01554   }
<a name="l01555"></a>01555   completeQueue.removeRef(cmd);
<a name="l01556"></a>01556   QStringList lst = getResults();
<a name="l01557"></a>01557   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::specialSearchCommand '"</span> &lt;&lt; aSection &lt;&lt;
<a name="l01558"></a>01558     <span class="stringliteral">"' returns "</span> &lt;&lt; lst &lt;&lt; endl;
<a name="l01559"></a>01559   infoMessage( lst.join( <span class="stringliteral">" "</span> ) );
<a name="l01560"></a>01560 
<a name="l01561"></a>01561   finished();
<a name="l01562"></a>01562 }
<a name="l01563"></a>01563 
<a name="l01564"></a>01564 <span class="keywordtype">void</span>
<a name="l01565"></a><a class="code" href="classIMAP4Protocol.html#f4a9c882f8b93d5bbdf78720b6b71187">01565</a> <a class="code" href="classIMAP4Protocol.html#f4a9c882f8b93d5bbdf78720b6b71187" title="Send a custom command to the server.">IMAP4Protocol::specialCustomCommand</a>( QDataStream&amp; stream )
<a name="l01566"></a>01566 {
<a name="l01567"></a>01567   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::specialCustomCommand"</span> &lt;&lt; endl;
<a name="l01568"></a>01568 
<a name="l01569"></a>01569   QString command, arguments;
<a name="l01570"></a>01570   <span class="keywordtype">int</span> type;
<a name="l01571"></a>01571   stream &gt;&gt; type;
<a name="l01572"></a>01572   stream &gt;&gt; command &gt;&gt; arguments;
<a name="l01573"></a>01573 
<a name="l01578"></a>01578   <span class="keywordflow">if</span> ( type == <span class="charliteral">'N'</span> ) {
<a name="l01579"></a>01579     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::specialCustomCommand: normal mode"</span> &lt;&lt; endl;
<a name="l01580"></a>01580     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#c4a036475f0d34588600ea57f281be95" title="Create a custom command.">imapCommand::clientCustom</a>( command, arguments ));
<a name="l01581"></a>01581     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01582"></a>01582     {
<a name="l01583"></a>01583       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Custom command %1:%2 "</span>
<a name="l01584"></a>01584             <span class="stringliteral">"failed. The server returned: %3"</span>)
<a name="l01585"></a>01585           .arg(command)
<a name="l01586"></a>01586           .arg(arguments)
<a name="l01587"></a>01587           .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01588"></a>01588       <span class="keywordflow">return</span>;
<a name="l01589"></a>01589     }
<a name="l01590"></a>01590     completeQueue.removeRef(cmd);
<a name="l01591"></a>01591     QStringList lst = getResults();
<a name="l01592"></a>01592     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::specialCustomCommand '"</span> &lt;&lt; command &lt;&lt;
<a name="l01593"></a>01593       <span class="stringliteral">":"</span> &lt;&lt; arguments &lt;&lt;
<a name="l01594"></a>01594       <span class="stringliteral">"' returns "</span> &lt;&lt; lst &lt;&lt; endl;
<a name="l01595"></a>01595     infoMessage( lst.join( <span class="stringliteral">" "</span> ) );
<a name="l01596"></a>01596 
<a name="l01597"></a>01597     finished();
<a name="l01598"></a>01598   } <span class="keywordflow">else</span>
<a name="l01603"></a>01603   <span class="keywordflow">if</span> ( type == <span class="charliteral">'E'</span> ) {
<a name="l01604"></a>01604     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::specialCustomCommand: extended mode"</span> &lt;&lt; endl;
<a name="l01605"></a>01605     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = sendCommand (<a class="code" href="classimapCommand.html#c4a036475f0d34588600ea57f281be95" title="Create a custom command.">imapCommand::clientCustom</a>( command, QString() ));
<a name="l01606"></a>01606     <span class="keywordflow">while</span> ( !parseLoop () ) ;
<a name="l01607"></a>01607 
<a name="l01608"></a>01608     <span class="comment">// see if server is waiting</span>
<a name="l01609"></a>01609     <span class="keywordflow">if</span> (!cmd-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> () &amp;&amp; !getContinuation ().isEmpty ())
<a name="l01610"></a>01610     {
<a name="l01611"></a>01611       <span class="keyword">const</span> QByteArray buffer = arguments.utf8();
<a name="l01612"></a>01612 
<a name="l01613"></a>01613       <span class="comment">// send data to server</span>
<a name="l01614"></a>01614       <span class="keywordtype">bool</span> sendOk = (write (buffer.data (), buffer.size ()) == (ssize_t)buffer.size ());
<a name="l01615"></a>01615       processedSize( buffer.size() );
<a name="l01616"></a>01616 
<a name="l01617"></a>01617       <span class="keywordflow">if</span> ( !sendOk ) {
<a name="l01618"></a>01618         error ( ERR_CONNECTION_BROKEN, myHost );
<a name="l01619"></a>01619         completeQueue.removeRef ( cmd );
<a name="l01620"></a>01620         setState(ISTATE_CONNECT);
<a name="l01621"></a>01621         closeConnection();
<a name="l01622"></a>01622         <span class="keywordflow">return</span>;
<a name="l01623"></a>01623       }
<a name="l01624"></a>01624     }
<a name="l01625"></a>01625     <a class="code" href="classIMAP4Protocol.html#acf514405e1b50f3a24db0470235d007" title="reimplement the parser">parseWriteLine</a> (<span class="stringliteral">""</span>);
<a name="l01626"></a>01626 
<a name="l01627"></a>01627     <span class="keywordflow">do</span>
<a name="l01628"></a>01628     {
<a name="l01629"></a>01629       <span class="keywordflow">while</span> (!parseLoop ()) ;
<a name="l01630"></a>01630     }
<a name="l01631"></a>01631     <span class="keywordflow">while</span> (!cmd-&gt;<a class="code" href="classimapCommand.html#723c3d549eac72ce5f1957ce5b5b6c23" title="is it complete?">isComplete</a> ());
<a name="l01632"></a>01632 
<a name="l01633"></a>01633     completeQueue.removeRef (cmd);
<a name="l01634"></a>01634 
<a name="l01635"></a>01635     QStringList lst = getResults();
<a name="l01636"></a>01636     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::specialCustomCommand: returns "</span> &lt;&lt; lst &lt;&lt; endl;
<a name="l01637"></a>01637     infoMessage( lst.join( <span class="stringliteral">" "</span> ) );
<a name="l01638"></a>01638 
<a name="l01639"></a>01639     finished ();
<a name="l01640"></a>01640   }
<a name="l01641"></a>01641 }
<a name="l01642"></a>01642 
<a name="l01643"></a>01643 <span class="keywordtype">void</span>
<a name="l01644"></a><a class="code" href="classIMAP4Protocol.html#5d97eac198aec68334f4f972a4521ce0">01644</a> <a class="code" href="classIMAP4Protocol.html#5d97eac198aec68334f4f972a4521ce0" title="Send an annotation command which is identified by command.">IMAP4Protocol::specialAnnotateMoreCommand</a>( <span class="keywordtype">int</span> command, QDataStream&amp; stream )
<a name="l01645"></a>01645 {
<a name="l01646"></a>01646   <span class="comment">// All commands start with the URL to the box</span>
<a name="l01647"></a>01647   KURL _url;
<a name="l01648"></a>01648   stream &gt;&gt; _url;
<a name="l01649"></a>01649   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01650"></a>01650   <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01651"></a>01651 
<a name="l01652"></a>01652   <span class="keywordflow">switch</span>( command ) {
<a name="l01653"></a>01653   <span class="keywordflow">case</span> <span class="charliteral">'S'</span>: <span class="comment">// SETANNOTATION</span>
<a name="l01654"></a>01654   {
<a name="l01655"></a>01655     <span class="comment">// Params:</span>
<a name="l01656"></a>01656     <span class="comment">//  KURL URL of the mailbox</span>
<a name="l01657"></a>01657     <span class="comment">//  QString entry (should be an actual entry name, no % or *; empty for server entries)</span>
<a name="l01658"></a>01658     <span class="comment">//  QMap&lt;QString,QString&gt; attributes (name and value)</span>
<a name="l01659"></a>01659     QString entry;
<a name="l01660"></a>01660     QMap&lt;QString, QString&gt; attributes;
<a name="l01661"></a>01661     stream &gt;&gt; entry &gt;&gt; attributes;
<a name="l01662"></a>01662     kdDebug(7116) &lt;&lt; <span class="stringliteral">"SETANNOTATION "</span> &lt;&lt; aBox &lt;&lt; <span class="stringliteral">" "</span> &lt;&lt; entry &lt;&lt; <span class="stringliteral">" "</span> &lt;&lt; attributes.count() &lt;&lt; <span class="stringliteral">" attributes"</span> &lt;&lt; endl;
<a name="l01663"></a>01663     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#25b5c3be3ea45c345e7aa72460282bf0" title="Create a SETANNOTATION command.">imapCommand::clientSetAnnotation</a>(aBox, entry, attributes));
<a name="l01664"></a>01664     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01665"></a>01665     {
<a name="l01666"></a>01666       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Setting the annotation %1 on folder %2 "</span>
<a name="l01667"></a>01667                                     <span class="stringliteral">" failed. The server returned: %3"</span>)
<a name="l01668"></a>01668             .arg(entry)
<a name="l01669"></a>01669             .arg(_url.prettyURL())
<a name="l01670"></a>01670             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01671"></a>01671       <span class="keywordflow">return</span>;
<a name="l01672"></a>01672     }
<a name="l01673"></a>01673     completeQueue.removeRef (cmd);
<a name="l01674"></a>01674     finished();
<a name="l01675"></a>01675     <span class="keywordflow">break</span>;
<a name="l01676"></a>01676   }
<a name="l01677"></a>01677   <span class="keywordflow">case</span> <span class="charliteral">'G'</span>: <span class="comment">// GETANNOTATION.</span>
<a name="l01678"></a>01678   {
<a name="l01679"></a>01679     <span class="comment">// Params:</span>
<a name="l01680"></a>01680     <span class="comment">//  KURL URL of the mailbox</span>
<a name="l01681"></a>01681     <span class="comment">//  QString entry (should be an actual entry name, no % or *; empty for server entries)</span>
<a name="l01682"></a>01682     <span class="comment">//  QStringList attributes (list of attributes to be retrieved, possibly with % or *)</span>
<a name="l01683"></a>01683     QString entry;
<a name="l01684"></a>01684     QStringList attributeNames;
<a name="l01685"></a>01685     stream &gt;&gt; entry &gt;&gt; attributeNames;
<a name="l01686"></a>01686     kdDebug(7116) &lt;&lt; <span class="stringliteral">"GETANNOTATION "</span> &lt;&lt; aBox &lt;&lt; <span class="stringliteral">" "</span> &lt;&lt; entry &lt;&lt; <span class="stringliteral">" "</span> &lt;&lt; attributeNames &lt;&lt; endl;
<a name="l01687"></a>01687     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#96fdab5a85c5750eea0c3d0ad12edf62" title="Create a GETANNOTATION command.">imapCommand::clientGetAnnotation</a>(aBox, entry, attributeNames));
<a name="l01688"></a>01688     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01689"></a>01689     {
<a name="l01690"></a>01690       error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Retrieving the annotation %1 on folder %2 "</span>
<a name="l01691"></a>01691                                      <span class="stringliteral">"failed. The server returned: %3"</span>)
<a name="l01692"></a>01692             .arg(entry)
<a name="l01693"></a>01693             .arg(_url.prettyURL())
<a name="l01694"></a>01694             .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01695"></a>01695       <span class="keywordflow">return</span>;
<a name="l01696"></a>01696     }
<a name="l01697"></a>01697     <span class="comment">// Returning information to the application from a special() command isn't easy.</span>
<a name="l01698"></a>01698     <span class="comment">// I'm reusing the infoMessage trick seen above (for capabilities and acls), but this</span>
<a name="l01699"></a>01699     <span class="comment">// limits me to a string instead of a stringlist. Let's use \r as separator.</span>
<a name="l01700"></a>01700     kdDebug(7116) &lt;&lt; getResults() &lt;&lt; endl;
<a name="l01701"></a>01701     infoMessage(getResults().join( <span class="stringliteral">"\r"</span> ));
<a name="l01702"></a>01702     finished();
<a name="l01703"></a>01703     <span class="keywordflow">break</span>;
<a name="l01704"></a>01704   }
<a name="l01705"></a>01705   <span class="keywordflow">default</span>:
<a name="l01706"></a>01706     kdWarning(7116) &lt;&lt; <span class="stringliteral">"Unknown special annotate command:"</span> &lt;&lt; command &lt;&lt; endl;
<a name="l01707"></a>01707     error( ERR_UNSUPPORTED_ACTION, QString(QChar(command)) );
<a name="l01708"></a>01708   }
<a name="l01709"></a>01709 }
<a name="l01710"></a>01710 
<a name="l01711"></a>01711 <span class="keywordtype">void</span>
<a name="l01712"></a>01712 IMAP4Protocol::specialQuotaCommand( <span class="keywordtype">int</span> command, QDataStream&amp; stream )
<a name="l01713"></a>01713 {
<a name="l01714"></a>01714   <span class="comment">// All commands start with the URL to the box</span>
<a name="l01715"></a>01715   KURL _url;
<a name="l01716"></a>01716   stream &gt;&gt; _url;
<a name="l01717"></a>01717   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01718"></a>01718   <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo);
<a name="l01719"></a>01719 
<a name="l01720"></a>01720   <span class="keywordflow">switch</span>( command ) {
<a name="l01721"></a>01721     <span class="keywordflow">case</span> <span class="charliteral">'R'</span>: <span class="comment">// GETQUOTAROOT</span>
<a name="l01722"></a>01722       {
<a name="l01723"></a>01723         kdDebug(7116) &lt;&lt; <span class="stringliteral">"QUOTAROOT "</span> &lt;&lt; aBox &lt;&lt; endl;
<a name="l01724"></a>01724         <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#b72cb98a1f03d61fbc14501b956fc825" title="Create a GETQUOTAROOT command.">imapCommand::clientGetQuotaroot</a>( aBox ) );
<a name="l01725"></a>01725         <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>)
<a name="l01726"></a>01726         {
<a name="l01727"></a>01727           error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Retrieving the quota root information on folder %1 "</span>
<a name="l01728"></a>01728                 <span class="stringliteral">"failed. The server returned: %2"</span>)
<a name="l01729"></a>01729               .arg(_url.prettyURL())
<a name="l01730"></a>01730               .arg(cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>()));
<a name="l01731"></a>01731           <span class="keywordflow">return</span>;
<a name="l01732"></a>01732         }
<a name="l01733"></a>01733         infoMessage(getResults().join( <span class="stringliteral">"\r"</span> ));
<a name="l01734"></a>01734         finished();
<a name="l01735"></a>01735         <span class="keywordflow">break</span>;
<a name="l01736"></a>01736       }
<a name="l01737"></a>01737     <span class="keywordflow">case</span> <span class="charliteral">'G'</span>: <span class="comment">// GETQUOTA</span>
<a name="l01738"></a>01738       {
<a name="l01739"></a>01739         kdDebug(7116) &lt;&lt; <span class="stringliteral">"GETQUOTA command"</span> &lt;&lt; endl;
<a name="l01740"></a>01740         kdWarning(7116) &lt;&lt; <span class="stringliteral">"UNIMPLEMENTED"</span> &lt;&lt; endl;
<a name="l01741"></a>01741         <span class="keywordflow">break</span>;
<a name="l01742"></a>01742       }
<a name="l01743"></a>01743     <span class="keywordflow">case</span> <span class="charliteral">'S'</span>: <span class="comment">// SETQUOTA</span>
<a name="l01744"></a>01744       {
<a name="l01745"></a>01745         kdDebug(7116) &lt;&lt; <span class="stringliteral">"SETQUOTA command"</span> &lt;&lt; endl;
<a name="l01746"></a>01746         kdWarning(7116) &lt;&lt; <span class="stringliteral">"UNIMPLEMENTED"</span> &lt;&lt; endl;
<a name="l01747"></a>01747         <span class="keywordflow">break</span>;
<a name="l01748"></a>01748       }
<a name="l01749"></a>01749     <span class="keywordflow">default</span>:
<a name="l01750"></a>01750       kdWarning(7116) &lt;&lt; <span class="stringliteral">"Unknown special quota command:"</span> &lt;&lt; command &lt;&lt; endl;
<a name="l01751"></a>01751       error( ERR_UNSUPPORTED_ACTION, QString(QChar(command)) );
<a name="l01752"></a>01752   }
<a name="l01753"></a>01753 }
<a name="l01754"></a>01754 
<a name="l01755"></a>01755 <span class="keywordtype">void</span>
<a name="l01756"></a>01756 IMAP4Protocol::rename (<span class="keyword">const</span> KURL &amp; src, <span class="keyword">const</span> KURL &amp; dest, <span class="keywordtype">bool</span> overwrite)
<a name="l01757"></a>01757 {
<a name="l01758"></a>01758   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::rename - ["</span> &lt;&lt; (overwrite ? <span class="stringliteral">"Overwrite"</span> : <span class="stringliteral">"NoOverwrite"</span>) &lt;&lt; <span class="stringliteral">"] "</span> &lt;&lt; src.prettyURL() &lt;&lt; <span class="stringliteral">" -&gt; "</span> &lt;&lt; dest.prettyURL() &lt;&lt; endl;
<a name="l01759"></a>01759   QString sBox, sSequence, sLType, sSection, sValidity, sDelimiter, sInfo;
<a name="l01760"></a>01760   QString dBox, dSequence, dLType, dSection, dValidity, dDelimiter, dInfo;
<a name="l01761"></a>01761   <span class="keyword">enum</span> IMAP_TYPE sType =
<a name="l01762"></a>01762     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (src, sBox, sSection, sLType, sSequence, sValidity, sDelimiter, sInfo, <span class="keyword">false</span>);
<a name="l01763"></a>01763   <span class="keyword">enum</span> IMAP_TYPE dType =
<a name="l01764"></a>01764     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (dest, dBox, dSection, dLType, dSequence, dValidity, dDelimiter, dInfo, <span class="keyword">false</span>);
<a name="l01765"></a>01765 
<a name="l01766"></a>01766   <span class="keywordflow">if</span> (dType == ITYPE_UNKNOWN)
<a name="l01767"></a>01767   {
<a name="l01768"></a>01768     <span class="keywordflow">switch</span> (sType)
<a name="l01769"></a>01769     {
<a name="l01770"></a>01770     <span class="keywordflow">case</span> ITYPE_BOX:
<a name="l01771"></a>01771     <span class="keywordflow">case</span> ITYPE_DIR:
<a name="l01772"></a>01772     <span class="keywordflow">case</span> ITYPE_DIR_AND_BOX:
<a name="l01773"></a>01773       {
<a name="l01774"></a>01774         <span class="keywordflow">if</span> (getState() == ISTATE_SELECT &amp;&amp; sBox == getCurrentBox())
<a name="l01775"></a>01775         {
<a name="l01776"></a>01776           kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::rename - close "</span> &lt;&lt; getCurrentBox() &lt;&lt; endl;
<a name="l01777"></a>01777           <span class="comment">// mailbox can only be renamed if it is closed</span>
<a name="l01778"></a>01778           <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#b8ebfebf14090f6e27dbb2a304b20d67" title="Create a CLOSE command.">imapCommand::clientClose</a>());
<a name="l01779"></a>01779           <span class="keywordtype">bool</span> ok = cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a>() == <span class="stringliteral">"OK"</span>;
<a name="l01780"></a>01780           completeQueue.removeRef(cmd);
<a name="l01781"></a>01781           <span class="keywordflow">if</span> (!ok)
<a name="l01782"></a>01782           {
<a name="l01783"></a>01783             error(ERR_CANNOT_RENAME, i18n(<span class="stringliteral">"Unable to close mailbox."</span>));
<a name="l01784"></a>01784             <span class="keywordflow">return</span>;
<a name="l01785"></a>01785           }
<a name="l01786"></a>01786           setState(ISTATE_LOGIN);
<a name="l01787"></a>01787         }
<a name="l01788"></a>01788         <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#0e255269ef033fe7b1172a96db318710" title="Create a RENAME command.">imapCommand::clientRename</a> (sBox, dBox));
<a name="l01789"></a>01789         <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () != <span class="stringliteral">"OK"</span>) {
<a name="l01790"></a>01790           error (ERR_CANNOT_RENAME, cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> ());
<a name="l01791"></a>01791           completeQueue.removeRef (cmd);
<a name="l01792"></a>01792           <span class="keywordflow">return</span>;
<a name="l01793"></a>01793         }
<a name="l01794"></a>01794         completeQueue.removeRef (cmd);
<a name="l01795"></a>01795       }
<a name="l01796"></a>01796       <span class="keywordflow">break</span>;
<a name="l01797"></a>01797 
<a name="l01798"></a>01798     <span class="keywordflow">case</span> ITYPE_MSG:
<a name="l01799"></a>01799     <span class="keywordflow">case</span> ITYPE_ATTACH:
<a name="l01800"></a>01800     <span class="keywordflow">case</span> ITYPE_UNKNOWN:
<a name="l01801"></a>01801       error (ERR_CANNOT_RENAME, src.prettyURL());
<a name="l01802"></a>01802       <span class="keywordflow">break</span>;
<a name="l01803"></a>01803     }
<a name="l01804"></a>01804   }
<a name="l01805"></a>01805   <span class="keywordflow">else</span>
<a name="l01806"></a>01806   {
<a name="l01807"></a>01807     error (ERR_CANNOT_RENAME, src.prettyURL());
<a name="l01808"></a>01808     <span class="keywordflow">return</span>;
<a name="l01809"></a>01809   }
<a name="l01810"></a>01810   finished ();
<a name="l01811"></a>01811 }
<a name="l01812"></a>01812 
<a name="l01813"></a>01813 <span class="keywordtype">void</span>
<a name="l01814"></a>01814 IMAP4Protocol::slave_status ()
<a name="l01815"></a>01815 {
<a name="l01816"></a>01816   <span class="keywordtype">bool</span> connected = (getState() != ISTATE_NO) &amp;&amp; isConnectionValid();
<a name="l01817"></a>01817   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::slave_status "</span> &lt;&lt; connected &lt;&lt; endl;
<a name="l01818"></a>01818   slaveStatus ( connected ? myHost : QString::null, connected );
<a name="l01819"></a>01819 }
<a name="l01820"></a>01820 
<a name="l01821"></a>01821 <span class="keywordtype">void</span>
<a name="l01822"></a>01822 IMAP4Protocol::dispatch (<span class="keywordtype">int</span> command, <span class="keyword">const</span> QByteArray &amp; data)
<a name="l01823"></a>01823 {
<a name="l01824"></a>01824   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::dispatch - command="</span> &lt;&lt; command &lt;&lt; endl;
<a name="l01825"></a>01825   KIO::TCPSlaveBase::dispatch (command, data);
<a name="l01826"></a>01826 }
<a name="l01827"></a>01827 
<a name="l01828"></a>01828 <span class="keywordtype">void</span>
<a name="l01829"></a><a class="code" href="classIMAP4Protocol.html#7c7fec114f2ecb4d898aad79c29833c5">01829</a> <a class="code" href="classIMAP4Protocol.html#7c7fec114f2ecb4d898aad79c29833c5" title="stat a mailbox, message, attachment">IMAP4Protocol::stat</a> (<span class="keyword">const</span> KURL &amp; _url)
<a name="l01830"></a>01830 {
<a name="l01831"></a>01831   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::stat - "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l01832"></a>01832   QString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo;
<a name="l01833"></a>01833   <span class="comment">// parseURL with caching</span>
<a name="l01834"></a>01834   <span class="keyword">enum</span> IMAP_TYPE aType =
<a name="l01835"></a>01835     <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">parseURL</a> (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter,
<a name="l01836"></a>01836         aInfo, <span class="keyword">true</span>);
<a name="l01837"></a>01837 
<a name="l01838"></a>01838   UDSEntry entry;
<a name="l01839"></a>01839   UDSAtom atom;
<a name="l01840"></a>01840 
<a name="l01841"></a>01841   atom.m_uds = UDS_NAME;
<a name="l01842"></a>01842   atom.m_str = aBox;
<a name="l01843"></a>01843   entry.append (atom);
<a name="l01844"></a>01844 
<a name="l01845"></a>01845   <span class="keywordflow">if</span> (!aSection.isEmpty())
<a name="l01846"></a>01846   {
<a name="l01847"></a>01847     <span class="keywordflow">if</span> (getState() == ISTATE_SELECT &amp;&amp; aBox == getCurrentBox())
<a name="l01848"></a>01848     {
<a name="l01849"></a>01849       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#b8ebfebf14090f6e27dbb2a304b20d67" title="Create a CLOSE command.">imapCommand::clientClose</a>());
<a name="l01850"></a>01850       <span class="keywordtype">bool</span> ok = cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a>() == <span class="stringliteral">"OK"</span>;
<a name="l01851"></a>01851       completeQueue.removeRef(cmd);
<a name="l01852"></a>01852       <span class="keywordflow">if</span> (!ok)
<a name="l01853"></a>01853       {
<a name="l01854"></a>01854         error(ERR_COULD_NOT_STAT, aBox);
<a name="l01855"></a>01855         <span class="keywordflow">return</span>;
<a name="l01856"></a>01856       }
<a name="l01857"></a>01857       setState(ISTATE_LOGIN);
<a name="l01858"></a>01858     }
<a name="l01859"></a>01859     <span class="keywordtype">bool</span> ok = <span class="keyword">false</span>;
<a name="l01860"></a>01860     QString cmdInfo;
<a name="l01861"></a>01861     <span class="keywordflow">if</span> (aType == ITYPE_MSG || aType == ITYPE_ATTACH)
<a name="l01862"></a>01862       ok = <span class="keyword">true</span>;
<a name="l01863"></a>01863     <span class="keywordflow">else</span>
<a name="l01864"></a>01864     {
<a name="l01865"></a>01865       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand(<a class="code" href="classimapCommand.html#5ded7c3efbf021ef2ff5f57112f2b096" title="Create a STATUS command.">imapCommand::clientStatus</a>(aBox, aSection));
<a name="l01866"></a>01866       ok = cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a>() == <span class="stringliteral">"OK"</span>;
<a name="l01867"></a>01867       cmdInfo = cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>();
<a name="l01868"></a>01868       completeQueue.removeRef(cmd);
<a name="l01869"></a>01869     }
<a name="l01870"></a>01870     <span class="keywordflow">if</span> (!ok)
<a name="l01871"></a>01871     {
<a name="l01872"></a>01872       <span class="keywordtype">bool</span> found = <span class="keyword">false</span>;
<a name="l01873"></a>01873       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">imapCommand::clientList</a> (<span class="stringliteral">""</span>, aBox));
<a name="l01874"></a>01874       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l01875"></a>01875       {
<a name="l01876"></a>01876         <span class="keywordflow">for</span> (QValueListIterator &lt; imapList &gt; it = listResponses.begin ();
<a name="l01877"></a>01877              it != listResponses.end (); ++it)
<a name="l01878"></a>01878         {
<a name="l01879"></a>01879           <span class="keywordflow">if</span> (aBox == (*it).name ()) found = <span class="keyword">true</span>;
<a name="l01880"></a>01880         }
<a name="l01881"></a>01881       }
<a name="l01882"></a>01882       completeQueue.removeRef (cmd);
<a name="l01883"></a>01883       <span class="keywordflow">if</span> (found)
<a name="l01884"></a>01884         error(ERR_COULD_NOT_STAT, aBox);
<a name="l01885"></a>01885       <span class="keywordflow">else</span>
<a name="l01886"></a>01886         error(KIO::ERR_DOES_NOT_EXIST, aBox);
<a name="l01887"></a>01887       <span class="keywordflow">return</span>;
<a name="l01888"></a>01888     }
<a name="l01889"></a>01889     <span class="keywordflow">if</span> ((aSection == <span class="stringliteral">"UIDNEXT"</span> &amp;&amp; getStatus().uidNextAvailable())
<a name="l01890"></a>01890       || (aSection == <span class="stringliteral">"UNSEEN"</span> &amp;&amp; getStatus().unseenAvailable()))
<a name="l01891"></a>01891     {
<a name="l01892"></a>01892       atom.m_uds = UDS_SIZE;
<a name="l01893"></a>01893       atom.m_str = QString::null;
<a name="l01894"></a>01894       atom.m_long = (aSection == <span class="stringliteral">"UIDNEXT"</span>) ? getStatus().uidNext()
<a name="l01895"></a>01895         : getStatus().unseen();
<a name="l01896"></a>01896       entry.append(atom);
<a name="l01897"></a>01897     }
<a name="l01898"></a>01898   } <span class="keywordflow">else</span>
<a name="l01899"></a>01899   <span class="keywordflow">if</span> (aType == ITYPE_BOX || aType == ITYPE_DIR_AND_BOX || aType == ITYPE_MSG ||
<a name="l01900"></a>01900       aType == ITYPE_ATTACH)
<a name="l01901"></a>01901   {
<a name="l01902"></a>01902     ulong validity = 0;
<a name="l01903"></a>01903     <span class="comment">// see if the box is already in select/examine state</span>
<a name="l01904"></a>01904     <span class="keywordflow">if</span> (aBox == getCurrentBox ())
<a name="l01905"></a>01905       validity = selectInfo.uidValidity ();
<a name="l01906"></a>01906     <span class="keywordflow">else</span>
<a name="l01907"></a>01907     {
<a name="l01908"></a>01908       <span class="comment">// do a status lookup on the box</span>
<a name="l01909"></a>01909       <span class="comment">// only do this if the box is not selected</span>
<a name="l01910"></a>01910       <span class="comment">// the server might change the validity for new select/examine</span>
<a name="l01911"></a>01911       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd =
<a name="l01912"></a>01912         doCommand (<a class="code" href="classimapCommand.html#5ded7c3efbf021ef2ff5f57112f2b096" title="Create a STATUS command.">imapCommand::clientStatus</a> (aBox, <span class="stringliteral">"UIDVALIDITY"</span>));
<a name="l01913"></a>01913       completeQueue.removeRef (cmd);
<a name="l01914"></a>01914       validity = getStatus ().uidValidity ();
<a name="l01915"></a>01915     }
<a name="l01916"></a>01916     validity = 0;               <span class="comment">// temporary</span>
<a name="l01917"></a>01917 
<a name="l01918"></a>01918     <span class="keywordflow">if</span> (aType == ITYPE_BOX || aType == ITYPE_DIR_AND_BOX)
<a name="l01919"></a>01919     {
<a name="l01920"></a>01920       <span class="comment">// has no or an invalid uidvalidity</span>
<a name="l01921"></a>01921       <span class="keywordflow">if</span> (validity &gt; 0 &amp;&amp; validity != aValidity.toULong ())
<a name="l01922"></a>01922       {
<a name="l01923"></a>01923         <span class="comment">//redirect</span>
<a name="l01924"></a>01924         KURL newUrl = _url;
<a name="l01925"></a>01925 
<a name="l01926"></a>01926         newUrl.setPath (<span class="stringliteral">"/"</span> + aBox + <span class="stringliteral">";UIDVALIDITY="</span> +
<a name="l01927"></a>01927                         QString::number(validity));
<a name="l01928"></a>01928         kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::stat - redirecting to "</span> &lt;&lt; newUrl.prettyURL() &lt;&lt; endl;
<a name="l01929"></a>01929         redirection (newUrl);
<a name="l01930"></a>01930       }
<a name="l01931"></a>01931     }
<a name="l01932"></a>01932     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (aType == ITYPE_MSG || aType == ITYPE_ATTACH)
<a name="l01933"></a>01933     {
<a name="l01934"></a>01934       <span class="comment">//must determine if this message exists</span>
<a name="l01935"></a>01935       <span class="comment">//cause konqueror will check this on paste operations</span>
<a name="l01936"></a>01936 
<a name="l01937"></a>01937       <span class="comment">// has an invalid uidvalidity</span>
<a name="l01938"></a>01938       <span class="comment">// or no messages in box</span>
<a name="l01939"></a>01939       <span class="keywordflow">if</span> (validity &gt; 0 &amp;&amp; validity != aValidity.toULong ())
<a name="l01940"></a>01940       {
<a name="l01941"></a>01941         aType = ITYPE_UNKNOWN;
<a name="l01942"></a>01942         kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::stat - url has invalid validity ["</span> &lt;&lt; validity &lt;&lt; <span class="stringliteral">"d] "</span> &lt;&lt; _url.prettyURL() &lt;&lt; endl;
<a name="l01943"></a>01943       }
<a name="l01944"></a>01944     }
<a name="l01945"></a>01945   }
<a name="l01946"></a>01946 
<a name="l01947"></a>01947   atom.m_uds = UDS_MIME_TYPE;
<a name="l01948"></a>01948   atom.m_str = getMimeType (aType);
<a name="l01949"></a>01949   entry.append (atom);
<a name="l01950"></a>01950 
<a name="l01951"></a>01951   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4: stat: "</span> &lt;&lt; atom.m_str &lt;&lt; endl;
<a name="l01952"></a>01952   <span class="keywordflow">switch</span> (aType)
<a name="l01953"></a>01953   {
<a name="l01954"></a>01954   <span class="keywordflow">case</span> ITYPE_DIR:
<a name="l01955"></a>01955     atom.m_uds = UDS_FILE_TYPE;
<a name="l01956"></a>01956     atom.m_str = QString::null;
<a name="l01957"></a>01957     atom.m_long = S_IFDIR;
<a name="l01958"></a>01958     entry.append (atom);
<a name="l01959"></a>01959     <span class="keywordflow">break</span>;
<a name="l01960"></a>01960 
<a name="l01961"></a>01961   <span class="keywordflow">case</span> ITYPE_BOX:
<a name="l01962"></a>01962   <span class="keywordflow">case</span> ITYPE_DIR_AND_BOX:
<a name="l01963"></a>01963     atom.m_uds = UDS_FILE_TYPE;
<a name="l01964"></a>01964     atom.m_str = QString::null;
<a name="l01965"></a>01965     atom.m_long = S_IFDIR;
<a name="l01966"></a>01966     entry.append (atom);
<a name="l01967"></a>01967     <span class="keywordflow">break</span>;
<a name="l01968"></a>01968 
<a name="l01969"></a>01969   <span class="keywordflow">case</span> ITYPE_MSG:
<a name="l01970"></a>01970   <span class="keywordflow">case</span> ITYPE_ATTACH:
<a name="l01971"></a>01971     atom.m_uds = UDS_FILE_TYPE;
<a name="l01972"></a>01972     atom.m_str = QString::null;
<a name="l01973"></a>01973     atom.m_long = S_IFREG;
<a name="l01974"></a>01974     entry.append (atom);
<a name="l01975"></a>01975     <span class="keywordflow">break</span>;
<a name="l01976"></a>01976 
<a name="l01977"></a>01977   <span class="keywordflow">case</span> ITYPE_UNKNOWN:
<a name="l01978"></a>01978     error (ERR_DOES_NOT_EXIST, _url.prettyURL());
<a name="l01979"></a>01979     <span class="keywordflow">break</span>;
<a name="l01980"></a>01980   }
<a name="l01981"></a>01981 
<a name="l01982"></a>01982   statEntry (entry);
<a name="l01983"></a>01983   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::stat - Finishing stat"</span> &lt;&lt; endl;
<a name="l01984"></a>01984   finished ();
<a name="l01985"></a>01985 }
<a name="l01986"></a>01986 
<a name="l01987"></a>01987 <span class="keywordtype">void</span> IMAP4Protocol::openConnection()
<a name="l01988"></a>01988 {
<a name="l01989"></a>01989   <span class="keywordflow">if</span> (makeLogin()) connected();
<a name="l01990"></a>01990 }
<a name="l01991"></a>01991 
<a name="l01992"></a>01992 <span class="keywordtype">void</span> IMAP4Protocol::closeConnection()
<a name="l01993"></a>01993 {
<a name="l01994"></a>01994   <span class="keywordflow">if</span> (getState() == ISTATE_NO) <span class="keywordflow">return</span>;
<a name="l01995"></a>01995   <span class="keywordflow">if</span> (getState() == ISTATE_SELECT &amp;&amp; metaData(<span class="stringliteral">"expunge"</span>) == <span class="stringliteral">"auto"</span>)
<a name="l01996"></a>01996   {
<a name="l01997"></a>01997     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#b0e25aaa3e5e47fc8de32530a3bb1d76" title="Create a EXPUNGE command.">imapCommand::clientExpunge</a>());
<a name="l01998"></a>01998     completeQueue.removeRef (cmd);
<a name="l01999"></a>01999   }
<a name="l02000"></a>02000   <span class="keywordflow">if</span> (getState() != ISTATE_CONNECT)
<a name="l02001"></a>02001   {
<a name="l02002"></a>02002     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#cb38f845bc3614cff83529189094ad8a" title="Create a LOGOUT command.">imapCommand::clientLogout</a>());
<a name="l02003"></a>02003     completeQueue.removeRef (cmd);
<a name="l02004"></a>02004   }
<a name="l02005"></a>02005   closeDescriptor();
<a name="l02006"></a>02006   setState(ISTATE_NO);
<a name="l02007"></a>02007   completeQueue.clear();
<a name="l02008"></a>02008   sentQueue.clear();
<a name="l02009"></a>02009   lastHandled = 0;
<a name="l02010"></a>02010   currentBox = QString::null;
<a name="l02011"></a>02011   readBufferLen = 0;
<a name="l02012"></a>02012 }
<a name="l02013"></a>02013 
<a name="l02014"></a>02014 <span class="keywordtype">bool</span> IMAP4Protocol::makeLogin ()
<a name="l02015"></a>02015 {
<a name="l02016"></a>02016   <span class="keywordflow">if</span> (getState () == ISTATE_LOGIN || getState () == ISTATE_SELECT)
<a name="l02017"></a>02017     <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l02018"></a>02018 
<a name="l02019"></a>02019   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::makeLogin - checking login"</span> &lt;&lt; endl;
<a name="l02020"></a>02020   <span class="keywordtype">bool</span> alreadyConnected = getState() == ISTATE_CONNECT;
<a name="l02021"></a>02021   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::makeLogin - alreadyConnected "</span> &lt;&lt; alreadyConnected &lt;&lt; endl;
<a name="l02022"></a>02022   <span class="keywordflow">if</span> (alreadyConnected || connectToHost (myHost.latin1(), myPort))
<a name="l02023"></a>02023   {
<a name="l02024"></a>02024 <span class="comment">//      fcntl (m_iSock, F_SETFL, (fcntl (m_iSock, F_GETFL) | O_NDELAY));</span>
<a name="l02025"></a>02025 
<a name="l02026"></a>02026     setState(ISTATE_CONNECT);
<a name="l02027"></a>02027 
<a name="l02028"></a>02028     myAuth = metaData(<span class="stringliteral">"auth"</span>);
<a name="l02029"></a>02029     myTLS  = metaData(<span class="stringliteral">"tls"</span>);
<a name="l02030"></a>02030     kdDebug(7116) &lt;&lt; <span class="stringliteral">"myAuth: "</span> &lt;&lt; myAuth &lt;&lt; endl;
<a name="l02031"></a>02031 
<a name="l02032"></a>02032     <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd;
<a name="l02033"></a>02033 
<a name="l02034"></a>02034     unhandled.clear ();
<a name="l02035"></a>02035     <span class="keywordflow">if</span> (!alreadyConnected) <span class="keywordflow">while</span> (!parseLoop ()) ;    <span class="comment">//get greeting</span>
<a name="l02036"></a>02036     QString greeting;
<a name="l02037"></a>02037     <span class="keywordflow">if</span> (!unhandled.isEmpty()) greeting = unhandled.first().stripWhiteSpace();
<a name="l02038"></a>02038     unhandled.clear ();       <span class="comment">//get rid of it</span>
<a name="l02039"></a>02039     cmd = doCommand (<span class="keyword">new</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> (<span class="stringliteral">"CAPABILITY"</span>, <span class="stringliteral">""</span>));
<a name="l02040"></a>02040 
<a name="l02041"></a>02041     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4: setHost: capability"</span> &lt;&lt; endl;
<a name="l02042"></a>02042     <span class="keywordflow">for</span> (QStringList::Iterator it = imapCapabilities.begin ();
<a name="l02043"></a>02043          it != imapCapabilities.end (); ++it)
<a name="l02044"></a>02044     {
<a name="l02045"></a>02045       kdDebug(7116) &lt;&lt; <span class="stringliteral">"'"</span> &lt;&lt; (*it) &lt;&lt; <span class="stringliteral">"'"</span> &lt;&lt; endl;
<a name="l02046"></a>02046     }
<a name="l02047"></a>02047     completeQueue.removeRef (cmd);
<a name="l02048"></a>02048 
<a name="l02049"></a>02049     <span class="keywordflow">if</span> (!hasCapability(<span class="stringliteral">"IMAP4"</span>) &amp;&amp; !hasCapability(<span class="stringliteral">"IMAP4rev1"</span>))
<a name="l02050"></a>02050     {
<a name="l02051"></a>02051       error(ERR_COULD_NOT_LOGIN, i18n(<span class="stringliteral">"The server %1 supports neither "</span>
<a name="l02052"></a>02052         <span class="stringliteral">"IMAP4 nor IMAP4rev1.\nIt identified itself with: %2"</span>)
<a name="l02053"></a>02053         .arg(myHost).arg(greeting));
<a name="l02054"></a>02054       closeConnection();
<a name="l02055"></a>02055       <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02056"></a>02056     }
<a name="l02057"></a>02057 
<a name="l02058"></a>02058     <span class="keywordflow">if</span> (metaData(<span class="stringliteral">"nologin"</span>) == <span class="stringliteral">"on"</span>) <span class="keywordflow">return</span> TRUE;
<a name="l02059"></a>02059 
<a name="l02060"></a>02060     <span class="keywordflow">if</span> (myTLS == <span class="stringliteral">"on"</span> &amp;&amp; !hasCapability(QString(<span class="stringliteral">"STARTTLS"</span>)))
<a name="l02061"></a>02061     {
<a name="l02062"></a>02062       error(ERR_COULD_NOT_LOGIN, i18n(<span class="stringliteral">"The server does not support TLS.\n"</span>
<a name="l02063"></a>02063         <span class="stringliteral">"Disable this security feature to connect unencrypted."</span>));
<a name="l02064"></a>02064       closeConnection();
<a name="l02065"></a>02065       <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02066"></a>02066     }
<a name="l02067"></a>02067     <span class="keywordflow">if</span> ((myTLS == <span class="stringliteral">"on"</span> || (canUseTLS() &amp;&amp; myTLS != <span class="stringliteral">"off"</span>)) &amp;&amp;
<a name="l02068"></a>02068       hasCapability(QString(<span class="stringliteral">"STARTTLS"</span>)))
<a name="l02069"></a>02069     {
<a name="l02070"></a>02070       <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = doCommand (<a class="code" href="classimapCommand.html#b4fd5ee8688bd847e52ac7f7bb103391" title="Create a STARTTLS command.">imapCommand::clientStartTLS</a>());
<a name="l02071"></a>02071       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l02072"></a>02072       {
<a name="l02073"></a>02073         completeQueue.removeRef(cmd);
<a name="l02074"></a>02074         <span class="keywordtype">int</span> tlsrc = startTLS();
<a name="l02075"></a>02075         <span class="keywordflow">if</span> (tlsrc == 1)
<a name="l02076"></a>02076         {
<a name="l02077"></a>02077           kdDebug(7116) &lt;&lt; <span class="stringliteral">"TLS mode has been enabled."</span> &lt;&lt; endl;
<a name="l02078"></a>02078           <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd2 = doCommand (<span class="keyword">new</span> <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> (<span class="stringliteral">"CAPABILITY"</span>, <span class="stringliteral">""</span>));
<a name="l02079"></a>02079           <span class="keywordflow">for</span> (QStringList::Iterator it = imapCapabilities.begin ();
<a name="l02080"></a>02080                                      it != imapCapabilities.end (); ++it)
<a name="l02081"></a>02081           {
<a name="l02082"></a>02082             kdDebug(7116) &lt;&lt; <span class="stringliteral">"'"</span> &lt;&lt; (*it) &lt;&lt; <span class="stringliteral">"'"</span> &lt;&lt; endl;
<a name="l02083"></a>02083           }
<a name="l02084"></a>02084           completeQueue.removeRef (cmd2);
<a name="l02085"></a>02085         } <span class="keywordflow">else</span> {
<a name="l02086"></a>02086           kdWarning(7116) &lt;&lt; <span class="stringliteral">"TLS mode setup has failed.  Aborting."</span> &lt;&lt; endl;
<a name="l02087"></a>02087           error (ERR_COULD_NOT_LOGIN, i18n(<span class="stringliteral">"Starting TLS failed."</span>));
<a name="l02088"></a>02088           closeConnection();
<a name="l02089"></a>02089           <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02090"></a>02090         }
<a name="l02091"></a>02091       } <span class="keywordflow">else</span> completeQueue.removeRef(cmd);
<a name="l02092"></a>02092     }
<a name="l02093"></a>02093 
<a name="l02094"></a>02094     <span class="keywordflow">if</span> (myAuth.isEmpty () || myAuth == <span class="stringliteral">"*"</span>) {
<a name="l02095"></a>02095       <span class="keywordflow">if</span> (hasCapability (QString (<span class="stringliteral">"LOGINDISABLED"</span>))) {
<a name="l02096"></a>02096         error (ERR_COULD_NOT_LOGIN, i18n(<span class="stringliteral">"LOGIN is disabled by the server."</span>));
<a name="l02097"></a>02097         closeConnection();
<a name="l02098"></a>02098         <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02099"></a>02099       }
<a name="l02100"></a>02100     }
<a name="l02101"></a>02101     <span class="keywordflow">else</span> {
<a name="l02102"></a>02102       <span class="keywordflow">if</span> (!hasCapability (QString (<span class="stringliteral">"AUTH="</span>) + myAuth)) {
<a name="l02103"></a>02103         error (ERR_COULD_NOT_LOGIN, i18n(<span class="stringliteral">"The authentication method %1 is not "</span>
<a name="l02104"></a>02104           <span class="stringliteral">"supported by the server."</span>).arg(myAuth));
<a name="l02105"></a>02105         closeConnection();
<a name="l02106"></a>02106         <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02107"></a>02107       }
<a name="l02108"></a>02108     }
<a name="l02109"></a>02109 
<a name="l02110"></a>02110     <span class="keywordflow">if</span> ( greeting.contains(  QRegExp(  <span class="stringliteral">"Cyrus IMAP4 v2.1"</span> ) ) ) {
<a name="l02111"></a>02111       removeCapability( <span class="stringliteral">"ANNOTATEMORE"</span> );
<a name="l02112"></a>02112     }
<a name="l02113"></a>02113 
<a name="l02114"></a>02114     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::makeLogin - attempting login"</span> &lt;&lt; endl;
<a name="l02115"></a>02115 
<a name="l02116"></a>02116     KIO::AuthInfo authInfo;
<a name="l02117"></a>02117     authInfo.username = myUser;
<a name="l02118"></a>02118     authInfo.password = myPass;
<a name="l02119"></a>02119     authInfo.prompt = i18n (<span class="stringliteral">"Username and password for your IMAP account:"</span>);
<a name="l02120"></a>02120 
<a name="l02121"></a>02121     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::makeLogin - open_PassDlg said user="</span> &lt;&lt; myUser &lt;&lt; <span class="stringliteral">" pass=xx"</span> &lt;&lt; endl;
<a name="l02122"></a>02122 
<a name="l02123"></a>02123     QString resultInfo;
<a name="l02124"></a>02124     <span class="keywordflow">if</span> (myAuth.isEmpty () || myAuth == <span class="stringliteral">"*"</span>)
<a name="l02125"></a>02125     {
<a name="l02126"></a>02126       <span class="keywordflow">if</span> (myUser.isEmpty () || myPass.isEmpty ()) {
<a name="l02127"></a>02127         <span class="keywordflow">if</span>(openPassDlg (authInfo)) {
<a name="l02128"></a>02128           myUser = authInfo.username;
<a name="l02129"></a>02129           myPass = authInfo.password;
<a name="l02130"></a>02130         }
<a name="l02131"></a>02131       }
<a name="l02132"></a>02132       <span class="keywordflow">if</span> (!clientLogin (myUser, myPass, resultInfo))
<a name="l02133"></a>02133         error(KIO::ERR_COULD_NOT_AUTHENTICATE, i18n(<span class="stringliteral">"Unable to login. Probably the "</span>
<a name="l02134"></a>02134         <span class="stringliteral">"password is wrong.\nThe server %1 replied:\n%2"</span>).arg(myHost).arg(resultInfo));
<a name="l02135"></a>02135     }
<a name="l02136"></a>02136     <span class="keywordflow">else</span>
<a name="l02137"></a>02137     {
<a name="l02138"></a>02138 <span class="preprocessor">#ifdef HAVE_LIBSASL2</span>
<a name="l02139"></a>02139 <span class="preprocessor"></span>      <span class="keywordflow">if</span> (!clientAuthenticate (<span class="keyword">this</span>, authInfo, myHost, myAuth, mySSL, resultInfo))
<a name="l02140"></a>02140         error(KIO::ERR_COULD_NOT_AUTHENTICATE, i18n(<span class="stringliteral">"Unable to authenticate via %1.\n"</span>
<a name="l02141"></a>02141     <span class="stringliteral">"The server %2 replied:\n%3"</span>).arg(myAuth).arg(myHost).arg(resultInfo));
<a name="l02142"></a>02142       <span class="keywordflow">else</span> {
<a name="l02143"></a>02143         myUser = authInfo.username;
<a name="l02144"></a>02144         myPass = authInfo.password;
<a name="l02145"></a>02145       }
<a name="l02146"></a>02146 <span class="preprocessor">#else</span>
<a name="l02147"></a>02147 <span class="preprocessor"></span>      error(KIO::ERR_COULD_NOT_LOGIN, i18n(<span class="stringliteral">"SASL authentication is not compiled into kio_imap4."</span>));
<a name="l02148"></a>02148 <span class="preprocessor">#endif</span>
<a name="l02149"></a>02149 <span class="preprocessor"></span>    }
<a name="l02150"></a>02150     <span class="keywordflow">if</span> ( hasCapability(<span class="stringliteral">"NAMESPACE"</span>) )
<a name="l02151"></a>02151     {
<a name="l02152"></a>02152       <span class="comment">// get all namespaces and save the namespace - delimiter association</span>
<a name="l02153"></a>02153       cmd = doCommand( <a class="code" href="classimapCommand.html#82954d869b6bf83c10b68b76fd4d55d9" title="Create a NAMESPACE command.">imapCommand::clientNamespace</a>() );
<a name="l02154"></a>02154       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l02155"></a>02155       {
<a name="l02156"></a>02156         kdDebug(7116) &lt;&lt; <span class="stringliteral">"makeLogin - registered namespaces"</span> &lt;&lt; endl;
<a name="l02157"></a>02157       }
<a name="l02158"></a>02158       completeQueue.removeRef (cmd);
<a name="l02159"></a>02159     }
<a name="l02160"></a>02160     <span class="comment">// get the default delimiter (empty listing)</span>
<a name="l02161"></a>02161     cmd = doCommand( <a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">imapCommand::clientList</a>(<span class="stringliteral">""</span>, <span class="stringliteral">""</span>) );
<a name="l02162"></a>02162     <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l02163"></a>02163     {
<a name="l02164"></a>02164       QValueListIterator &lt; imapList &gt; it = listResponses.begin();
<a name="l02165"></a>02165       <span class="keywordflow">if</span> ( it == listResponses.end() )
<a name="l02166"></a>02166       {
<a name="l02167"></a>02167           <span class="comment">// empty answer - this is a buggy imap server</span>
<a name="l02168"></a>02168           <span class="comment">// as a fallback we fire a normal listing and take the first answer</span>
<a name="l02169"></a>02169           completeQueue.removeRef (cmd);
<a name="l02170"></a>02170           cmd = doCommand( <a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">imapCommand::clientList</a>(<span class="stringliteral">""</span>, <span class="stringliteral">"%"</span>) );
<a name="l02171"></a>02171           <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l02172"></a>02172           {
<a name="l02173"></a>02173               it = listResponses.begin();
<a name="l02174"></a>02174           }
<a name="l02175"></a>02175       }
<a name="l02176"></a>02176       <span class="keywordflow">if</span> ( it != listResponses.end() )
<a name="l02177"></a>02177       {
<a name="l02178"></a>02178         namespaceToDelimiter[QString::null] = (*it).hierarchyDelimiter();
<a name="l02179"></a>02179         kdDebug(7116) &lt;&lt; <span class="stringliteral">"makeLogin - delimiter for empty ns='"</span> &lt;&lt;
<a name="l02180"></a>02180           (*it).hierarchyDelimiter() &lt;&lt; <span class="stringliteral">"'"</span> &lt;&lt; endl;
<a name="l02181"></a>02181         <span class="keywordflow">if</span> ( !hasCapability(<span class="stringliteral">"NAMESPACE"</span>) )
<a name="l02182"></a>02182         {
<a name="l02183"></a>02183           <span class="comment">// server does not support namespaces</span>
<a name="l02184"></a>02184           QString nsentry = QString::number( 0 ) + <span class="stringliteral">"=="</span>
<a name="l02185"></a>02185             + (*it).hierarchyDelimiter();
<a name="l02186"></a>02186           imapNamespaces.append( nsentry );
<a name="l02187"></a>02187         }
<a name="l02188"></a>02188       }
<a name="l02189"></a>02189     }
<a name="l02190"></a>02190     completeQueue.removeRef (cmd);
<a name="l02191"></a>02191   } <span class="keywordflow">else</span> {
<a name="l02192"></a>02192     kdDebug(7116) &lt;&lt; <span class="stringliteral">"makeLogin - NO login"</span> &lt;&lt; endl;
<a name="l02193"></a>02193   }
<a name="l02194"></a>02194 
<a name="l02195"></a>02195   <span class="keywordflow">return</span> getState() == ISTATE_LOGIN;
<a name="l02196"></a>02196 }
<a name="l02197"></a>02197 
<a name="l02198"></a>02198 <span class="keywordtype">void</span>
<a name="l02199"></a><a class="code" href="classIMAP4Protocol.html#acf514405e1b50f3a24db0470235d007">02199</a> <a class="code" href="classIMAP4Protocol.html#acf514405e1b50f3a24db0470235d007" title="reimplement the parser">IMAP4Protocol::parseWriteLine</a> (<span class="keyword">const</span> QString &amp; aStr)
<a name="l02200"></a>02200 {
<a name="l02201"></a>02201   <span class="comment">//kdDebug(7116) &lt;&lt; "Writing: " &lt;&lt; aStr &lt;&lt; endl;</span>
<a name="l02202"></a>02202   QCString writer = aStr.utf8();
<a name="l02203"></a>02203   <span class="keywordtype">int</span> len = writer.length();
<a name="l02204"></a>02204 
<a name="l02205"></a>02205   <span class="comment">// append CRLF if necessary</span>
<a name="l02206"></a>02206   <span class="keywordflow">if</span> (len == 0 || (writer[len - 1] != <span class="charliteral">'\n'</span>)) {
<a name="l02207"></a>02207     len += 2;
<a name="l02208"></a>02208     writer += <span class="stringliteral">"\r\n"</span>;
<a name="l02209"></a>02209   }
<a name="l02210"></a>02210 
<a name="l02211"></a>02211   <span class="comment">// write it</span>
<a name="l02212"></a>02212   write(writer.data(), len);
<a name="l02213"></a>02213 }
<a name="l02214"></a>02214 
<a name="l02215"></a>02215 QString
<a name="l02216"></a>02216 IMAP4Protocol::getMimeType (<span class="keyword">enum</span> IMAP_TYPE aType)
<a name="l02217"></a>02217 {
<a name="l02218"></a>02218   <span class="keywordflow">switch</span> (aType)
<a name="l02219"></a>02219   {
<a name="l02220"></a>02220   <span class="keywordflow">case</span> ITYPE_DIR:
<a name="l02221"></a>02221     <span class="keywordflow">return</span> <span class="stringliteral">"inode/directory"</span>;
<a name="l02222"></a>02222     <span class="keywordflow">break</span>;
<a name="l02223"></a>02223 
<a name="l02224"></a>02224   <span class="keywordflow">case</span> ITYPE_BOX:
<a name="l02225"></a>02225     <span class="keywordflow">return</span> <span class="stringliteral">"message/digest"</span>;
<a name="l02226"></a>02226     <span class="keywordflow">break</span>;
<a name="l02227"></a>02227 
<a name="l02228"></a>02228   <span class="keywordflow">case</span> ITYPE_DIR_AND_BOX:
<a name="l02229"></a>02229     <span class="keywordflow">return</span> <span class="stringliteral">"message/directory"</span>;
<a name="l02230"></a>02230     <span class="keywordflow">break</span>;
<a name="l02231"></a>02231 
<a name="l02232"></a>02232   <span class="keywordflow">case</span> ITYPE_MSG:
<a name="l02233"></a>02233     <span class="keywordflow">return</span> <span class="stringliteral">"message/rfc822"</span>;
<a name="l02234"></a>02234     <span class="keywordflow">break</span>;
<a name="l02235"></a>02235 
<a name="l02236"></a>02236   <span class="comment">// this should be handled by flushOutput</span>
<a name="l02237"></a>02237   <span class="keywordflow">case</span> ITYPE_ATTACH:
<a name="l02238"></a>02238     <span class="keywordflow">return</span> <span class="stringliteral">"application/octet-stream"</span>;
<a name="l02239"></a>02239     <span class="keywordflow">break</span>;
<a name="l02240"></a>02240 
<a name="l02241"></a>02241   <span class="keywordflow">case</span> ITYPE_UNKNOWN:
<a name="l02242"></a>02242   <span class="keywordflow">default</span>:
<a name="l02243"></a>02243     <span class="keywordflow">return</span> <span class="stringliteral">"unknown/unknown"</span>;
<a name="l02244"></a>02244   }
<a name="l02245"></a>02245 }
<a name="l02246"></a>02246 
<a name="l02247"></a>02247 
<a name="l02248"></a>02248 
<a name="l02249"></a>02249 <span class="keywordtype">void</span>
<a name="l02250"></a>02250 IMAP4Protocol::doListEntry (<span class="keyword">const</span> KURL &amp; _url, <span class="keywordtype">int</span> stretch, imapCache * cache,
<a name="l02251"></a>02251   <span class="keywordtype">bool</span> withFlags, <span class="keywordtype">bool</span> withSubject)
<a name="l02252"></a>02252 {
<a name="l02253"></a>02253   KURL aURL = _url;
<a name="l02254"></a>02254   aURL.setQuery (QString::null);
<a name="l02255"></a>02255   <span class="keyword">const</span> QString encodedUrl = aURL.url(0, 106); <span class="comment">// utf-8</span>
<a name="l02256"></a>02256   doListEntry(encodedUrl, stretch, cache, withFlags, withSubject);
<a name="l02257"></a>02257 }
<a name="l02258"></a>02258 
<a name="l02259"></a>02259 
<a name="l02260"></a>02260 
<a name="l02261"></a>02261 <span class="keywordtype">void</span>
<a name="l02262"></a>02262 IMAP4Protocol::doListEntry (<span class="keyword">const</span> QString &amp; encodedUrl, <span class="keywordtype">int</span> stretch, imapCache * cache,
<a name="l02263"></a>02263   <span class="keywordtype">bool</span> withFlags, <span class="keywordtype">bool</span> withSubject)
<a name="l02264"></a>02264 {
<a name="l02265"></a>02265   <span class="keywordflow">if</span> (cache)
<a name="l02266"></a>02266   {
<a name="l02267"></a>02267     UDSEntry entry;
<a name="l02268"></a>02268     UDSAtom atom;
<a name="l02269"></a>02269 
<a name="l02270"></a>02270     entry.clear ();
<a name="l02271"></a>02271 
<a name="l02272"></a>02272     <span class="keyword">const</span> QString uid = QString::number(cache-&gt;getUid());
<a name="l02273"></a>02273 
<a name="l02274"></a>02274     atom.m_uds = UDS_NAME;
<a name="l02275"></a>02275     atom.m_str = uid;
<a name="l02276"></a>02276     atom.m_long = 0;
<a name="l02277"></a>02277     <span class="keywordflow">if</span> (stretch &gt; 0)
<a name="l02278"></a>02278     {
<a name="l02279"></a>02279       atom.m_str = <span class="stringliteral">"0000000000000000"</span> + atom.m_str;
<a name="l02280"></a>02280       atom.m_str = atom.m_str.right (stretch);
<a name="l02281"></a>02281     }
<a name="l02282"></a>02282     <span class="keywordflow">if</span> (withSubject)
<a name="l02283"></a>02283     {
<a name="l02284"></a>02284       <a class="code" href="classmailHeader.html">mailHeader</a> *header = cache-&gt;getHeader();
<a name="l02285"></a>02285       <span class="keywordflow">if</span> (header)
<a name="l02286"></a>02286         atom.m_str += <span class="stringliteral">" "</span> + header-&gt;<a class="code" href="classmailHeader.html#b77531dbbf61c134e4555976e45f083c" title="get the unicode subject">getSubject</a>();
<a name="l02287"></a>02287     }
<a name="l02288"></a>02288     entry.append (atom);
<a name="l02289"></a>02289 
<a name="l02290"></a>02290     atom.m_uds = UDS_URL;
<a name="l02291"></a>02291     atom.m_str = encodedUrl; <span class="comment">// utf-8</span>
<a name="l02292"></a>02292     <span class="keywordflow">if</span> (atom.m_str[atom.m_str.length () - 1] != <span class="charliteral">'/'</span>)
<a name="l02293"></a>02293       atom.m_str += <span class="charliteral">'/'</span>;
<a name="l02294"></a>02294     atom.m_str += <span class="stringliteral">";UID="</span> + uid;
<a name="l02295"></a>02295     atom.m_long = 0;
<a name="l02296"></a>02296     entry.append (atom);
<a name="l02297"></a>02297 
<a name="l02298"></a>02298     atom.m_uds = UDS_FILE_TYPE;
<a name="l02299"></a>02299     atom.m_str = QString::null;
<a name="l02300"></a>02300     atom.m_long = S_IFREG;
<a name="l02301"></a>02301     entry.append (atom);
<a name="l02302"></a>02302 
<a name="l02303"></a>02303     atom.m_uds = UDS_SIZE;
<a name="l02304"></a>02304     atom.m_long = cache-&gt;getSize();
<a name="l02305"></a>02305     entry.append (atom);
<a name="l02306"></a>02306 
<a name="l02307"></a>02307     atom.m_uds = UDS_MIME_TYPE;
<a name="l02308"></a>02308     atom.m_str = <span class="stringliteral">"message/rfc822"</span>;
<a name="l02309"></a>02309     atom.m_long = 0;
<a name="l02310"></a>02310     entry.append (atom);
<a name="l02311"></a>02311 
<a name="l02312"></a>02312     atom.m_uds = UDS_USER;
<a name="l02313"></a>02313     atom.m_str = myUser;
<a name="l02314"></a>02314     entry.append (atom);
<a name="l02315"></a>02315 
<a name="l02316"></a>02316     atom.m_uds = KIO::UDS_ACCESS;
<a name="l02317"></a>02317     atom.m_long = (withFlags) ? cache-&gt;getFlags() : S_IRUSR | S_IXUSR | S_IWUSR;
<a name="l02318"></a>02318     entry.append (atom);
<a name="l02319"></a>02319 
<a name="l02320"></a>02320     listEntry (entry, <span class="keyword">false</span>);
<a name="l02321"></a>02321   }
<a name="l02322"></a>02322 }
<a name="l02323"></a>02323 
<a name="l02324"></a>02324 <span class="keywordtype">void</span>
<a name="l02325"></a><a class="code" href="classIMAP4Protocol.html#a699ca1f28d1ac8c9f8f9763d73d0eb1">02325</a> IMAP4Protocol::doListEntry (<span class="keyword">const</span> KURL &amp; _url, <span class="keyword">const</span> QString &amp; myBox,
<a name="l02326"></a>02326                             <span class="keyword">const</span> imapList &amp; item, <span class="keywordtype">bool</span> appendPath)
<a name="l02327"></a>02327 {
<a name="l02328"></a>02328   KURL aURL = _url;
<a name="l02329"></a>02329   aURL.setQuery (QString::null);
<a name="l02330"></a>02330   UDSEntry entry;
<a name="l02331"></a>02331   UDSAtom atom;
<a name="l02332"></a>02332   <span class="keywordtype">int</span> hdLen = item.hierarchyDelimiter().length();
<a name="l02333"></a>02333 
<a name="l02334"></a>02334   {
<a name="l02335"></a>02335     <span class="comment">// mailboxName will be appended to the path if appendPath is true</span>
<a name="l02336"></a>02336     QString mailboxName = item.name ();
<a name="l02337"></a>02337 
<a name="l02338"></a>02338     <span class="comment">// some beautification</span>
<a name="l02339"></a>02339     <span class="keywordflow">if</span> (mailboxName.find (myBox) == 0 &amp;&amp; mailboxName.length() &gt; myBox.length())
<a name="l02340"></a>02340     {
<a name="l02341"></a>02341       mailboxName =
<a name="l02342"></a>02342         mailboxName.right (mailboxName.length () - myBox.length ());
<a name="l02343"></a>02343     }
<a name="l02344"></a>02344     <span class="keywordflow">if</span> (mailboxName[0] == <span class="charliteral">'/'</span>)
<a name="l02345"></a>02345         mailboxName = mailboxName.right (mailboxName.length () - 1);
<a name="l02346"></a>02346     <span class="keywordflow">if</span> (mailboxName.left(hdLen) == item.hierarchyDelimiter())
<a name="l02347"></a>02347       mailboxName = mailboxName.right(mailboxName.length () - hdLen);
<a name="l02348"></a>02348     <span class="keywordflow">if</span> (mailboxName.right(hdLen) == item.hierarchyDelimiter())
<a name="l02349"></a>02349       mailboxName.truncate(mailboxName.length () - hdLen);
<a name="l02350"></a>02350 
<a name="l02351"></a>02351     atom.m_uds = UDS_NAME;
<a name="l02352"></a>02352     <span class="keywordflow">if</span> (!item.hierarchyDelimiter().isEmpty() &amp;&amp;
<a name="l02353"></a>02353         mailboxName.find(item.hierarchyDelimiter()) != -1)
<a name="l02354"></a>02354       atom.m_str = mailboxName.section(item.hierarchyDelimiter(), -1);
<a name="l02355"></a>02355     <span class="keywordflow">else</span>
<a name="l02356"></a>02356       atom.m_str = mailboxName;
<a name="l02357"></a>02357 
<a name="l02358"></a>02358     <span class="comment">// konqueror will die with an assertion failure otherwise</span>
<a name="l02359"></a>02359     <span class="keywordflow">if</span> (atom.m_str.isEmpty ())
<a name="l02360"></a>02360       atom.m_str = <span class="stringliteral">".."</span>;
<a name="l02361"></a>02361 
<a name="l02362"></a>02362     if (!atom.m_str.isEmpty ())
<a name="l02363"></a>02363     {
<a name="l02364"></a>02364       atom.m_long = 0;
<a name="l02365"></a>02365       entry.append (atom);
<a name="l02366"></a>02366 
<a name="l02367"></a>02367       <span class="keywordflow">if</span> (!item.noSelect ())
<a name="l02368"></a>02368       {
<a name="l02369"></a>02369         atom.m_uds = UDS_MIME_TYPE;
<a name="l02370"></a>02370         <span class="keywordflow">if</span> (!item.noInferiors ())
<a name="l02371"></a>02371         {
<a name="l02372"></a>02372           atom.m_str = <span class="stringliteral">"message/directory"</span>;
<a name="l02373"></a>02373         } <span class="keywordflow">else</span> {
<a name="l02374"></a>02374           atom.m_str = <span class="stringliteral">"message/digest"</span>;
<a name="l02375"></a>02375         }
<a name="l02376"></a>02376         atom.m_long = 0;
<a name="l02377"></a>02377         entry.append (atom);
<a name="l02378"></a>02378         mailboxName += <span class="charliteral">'/'</span>;
<a name="l02379"></a>02379 
<a name="l02380"></a>02380         <span class="comment">// explicitly set this as a directory for KFileDialog</span>
<a name="l02381"></a>02381         atom.m_uds = UDS_FILE_TYPE;
<a name="l02382"></a>02382         atom.m_str = QString::null;
<a name="l02383"></a>02383         atom.m_long = S_IFDIR;
<a name="l02384"></a>02384         entry.append (atom);
<a name="l02385"></a>02385       }
<a name="l02386"></a>02386       <span class="keywordflow">else</span> <span class="keywordflow">if</span> (!item.noInferiors ())
<a name="l02387"></a>02387       {
<a name="l02388"></a>02388         atom.m_uds = UDS_MIME_TYPE;
<a name="l02389"></a>02389         atom.m_str = <span class="stringliteral">"inode/directory"</span>;
<a name="l02390"></a>02390         atom.m_long = 0;
<a name="l02391"></a>02391         entry.append (atom);
<a name="l02392"></a>02392         mailboxName += <span class="charliteral">'/'</span>;
<a name="l02393"></a>02393 
<a name="l02394"></a>02394         <span class="comment">// explicitly set this as a directory for KFileDialog</span>
<a name="l02395"></a>02395         atom.m_uds = UDS_FILE_TYPE;
<a name="l02396"></a>02396         atom.m_str = QString::null;
<a name="l02397"></a>02397         atom.m_long = S_IFDIR;
<a name="l02398"></a>02398         entry.append (atom);
<a name="l02399"></a>02399       }
<a name="l02400"></a>02400       <span class="keywordflow">else</span>
<a name="l02401"></a>02401       {
<a name="l02402"></a>02402         atom.m_uds = UDS_MIME_TYPE;
<a name="l02403"></a>02403         atom.m_str = <span class="stringliteral">"unknown/unknown"</span>;
<a name="l02404"></a>02404         atom.m_long = 0;
<a name="l02405"></a>02405         entry.append (atom);
<a name="l02406"></a>02406       }
<a name="l02407"></a>02407 
<a name="l02408"></a>02408       atom.m_uds = UDS_URL;
<a name="l02409"></a>02409       QString path = aURL.path();
<a name="l02410"></a>02410       atom.m_str = aURL.url (0, 106); <span class="comment">// utf-8</span>
<a name="l02411"></a>02411       <span class="keywordflow">if</span> (appendPath)
<a name="l02412"></a>02412       {
<a name="l02413"></a>02413         <span class="keywordflow">if</span> (path[path.length() - 1] == <span class="charliteral">'/'</span> &amp;&amp; !path.isEmpty() &amp;&amp; path != <span class="stringliteral">"/"</span>)
<a name="l02414"></a>02414           path.truncate(path.length() - 1);
<a name="l02415"></a>02415         <span class="keywordflow">if</span> (!path.isEmpty() &amp;&amp; path != <span class="stringliteral">"/"</span>
<a name="l02416"></a>02416             &amp;&amp; path.right(hdLen) != item.hierarchyDelimiter()) {
<a name="l02417"></a>02417           path += item.hierarchyDelimiter();
<a name="l02418"></a>02418         }
<a name="l02419"></a>02419         path += mailboxName;
<a name="l02420"></a>02420         <span class="keywordflow">if</span> (path.upper() == <span class="stringliteral">"/INBOX/"</span>) {
<a name="l02421"></a>02421             <span class="comment">// make sure the client can rely on INBOX</span>
<a name="l02422"></a>02422             path = path.upper();
<a name="l02423"></a>02423         }
<a name="l02424"></a>02424       }
<a name="l02425"></a>02425       aURL.setPath(path);
<a name="l02426"></a>02426       atom.m_str = aURL.url(0, 106); <span class="comment">// utf-8</span>
<a name="l02427"></a>02427       atom.m_long = 0;
<a name="l02428"></a>02428       entry.append (atom);
<a name="l02429"></a>02429 
<a name="l02430"></a>02430       atom.m_uds = UDS_USER;
<a name="l02431"></a>02431       atom.m_str = myUser;
<a name="l02432"></a>02432       entry.append (atom);
<a name="l02433"></a>02433 
<a name="l02434"></a>02434       atom.m_uds = UDS_ACCESS;
<a name="l02435"></a>02435       atom.m_long = S_IRUSR | S_IXUSR | S_IWUSR;
<a name="l02436"></a>02436       entry.append (atom);
<a name="l02437"></a>02437 
<a name="l02438"></a>02438       atom.m_uds = UDS_EXTRA;
<a name="l02439"></a>02439       atom.m_str = item.attributesAsString();
<a name="l02440"></a>02440       atom.m_long = 0;
<a name="l02441"></a>02441       entry.append (atom);
<a name="l02442"></a>02442 
<a name="l02443"></a>02443       listEntry (entry, <span class="keyword">false</span>);
<a name="l02444"></a>02444     }
<a name="l02445"></a>02445   }
<a name="l02446"></a>02446 }
<a name="l02447"></a>02447 
<a name="l02448"></a>02448 <span class="keyword">enum</span> IMAP_TYPE
<a name="l02449"></a><a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c">02449</a> <a class="code" href="classIMAP4Protocol.html#5a4c2e249dc42f1576fdc2d9f773fb0c" title="Parses the given URL The return values are set by parsing the URL and querying the...">IMAP4Protocol::parseURL</a> (<span class="keyword">const</span> KURL &amp; _url, QString &amp; _box,
<a name="l02450"></a>02450                          QString &amp; _section, QString &amp; _type, QString &amp; _uid,
<a name="l02451"></a>02451                          QString &amp; _validity, QString &amp; _hierarchyDelimiter,
<a name="l02452"></a>02452                          QString &amp; _info, <span class="keywordtype">bool</span> cache)
<a name="l02453"></a>02453 {
<a name="l02454"></a>02454   <span class="keyword">enum</span> IMAP_TYPE retVal;
<a name="l02455"></a>02455   retVal = ITYPE_UNKNOWN;
<a name="l02456"></a>02456 
<a name="l02457"></a>02457   imapParser::parseURL (_url, _box, _section, _type, _uid, _validity, _info);
<a name="l02458"></a>02458 <span class="comment">//  kdDebug(7116) &lt;&lt; "URL: query - '" &lt;&lt; KURL::decode_string(_url.query()) &lt;&lt; "'" &lt;&lt; endl;</span>
<a name="l02459"></a>02459 
<a name="l02460"></a>02460   <span class="comment">// get the delimiter</span>
<a name="l02461"></a>02461   QString myNamespace = namespaceForBox( _box );
<a name="l02462"></a>02462   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::parseURL - namespace="</span> &lt;&lt; myNamespace &lt;&lt; endl;
<a name="l02463"></a>02463   <span class="keywordflow">if</span> ( namespaceToDelimiter.contains(myNamespace) )
<a name="l02464"></a>02464   {
<a name="l02465"></a>02465     _hierarchyDelimiter = namespaceToDelimiter[myNamespace];
<a name="l02466"></a>02466     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::parseURL - delimiter="</span> &lt;&lt; _hierarchyDelimiter &lt;&lt; endl;
<a name="l02467"></a>02467   }
<a name="l02468"></a>02468 
<a name="l02469"></a>02469   <span class="keywordflow">if</span> (!_box.isEmpty ())
<a name="l02470"></a>02470   {
<a name="l02471"></a>02471     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::parseURL - box="</span> &lt;&lt; _box &lt;&lt; endl;
<a name="l02472"></a>02472 
<a name="l02473"></a>02473     <span class="keywordflow">if</span> (makeLogin ())
<a name="l02474"></a>02474     {
<a name="l02475"></a>02475       <span class="keywordflow">if</span> (getCurrentBox () != _box ||
<a name="l02476"></a>02476           _type == <span class="stringliteral">"LIST"</span> || _type == <span class="stringliteral">"LSUB"</span> || _type == <span class="stringliteral">"LSUBNOCHECK"</span>)
<a name="l02477"></a>02477       {
<a name="l02478"></a>02478         <span class="keywordflow">if</span> ( cache )
<a name="l02479"></a>02479         {
<a name="l02480"></a>02480           <span class="comment">// assume a normal box</span>
<a name="l02481"></a>02481           retVal = ITYPE_DIR_AND_BOX;
<a name="l02482"></a>02482         } <span class="keywordflow">else</span>
<a name="l02483"></a>02483         {
<a name="l02484"></a>02484           <span class="comment">// start a listing for the box to get the type</span>
<a name="l02485"></a>02485           <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd;
<a name="l02486"></a>02486 
<a name="l02487"></a>02487           cmd = doCommand (<a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">imapCommand::clientList</a> (<span class="stringliteral">""</span>, _box));
<a name="l02488"></a>02488           <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l02489"></a>02489           {
<a name="l02490"></a>02490             <span class="keywordflow">for</span> (QValueListIterator &lt; imapList &gt; it = listResponses.begin ();
<a name="l02491"></a>02491                 it != listResponses.end (); ++it)
<a name="l02492"></a>02492             {
<a name="l02493"></a>02493               <span class="comment">//kdDebug(7116) &lt;&lt; "IMAP4::parseURL - checking " &lt;&lt; _box &lt;&lt; " to " &lt;&lt; (*it).name() &lt;&lt; endl;</span>
<a name="l02494"></a>02494               <span class="keywordflow">if</span> (_box == (*it).name ())
<a name="l02495"></a>02495               {
<a name="l02496"></a>02496                 <span class="keywordflow">if</span> ( !(*it).hierarchyDelimiter().isEmpty() )
<a name="l02497"></a>02497                   _hierarchyDelimiter = (*it).hierarchyDelimiter();
<a name="l02498"></a>02498                 <span class="keywordflow">if</span> ((*it).noSelect ())
<a name="l02499"></a>02499                 {
<a name="l02500"></a>02500                   retVal = ITYPE_DIR;
<a name="l02501"></a>02501                 }
<a name="l02502"></a>02502                 <span class="keywordflow">else</span> <span class="keywordflow">if</span> ((*it).noInferiors ())
<a name="l02503"></a>02503                 {
<a name="l02504"></a>02504                   retVal = ITYPE_BOX;
<a name="l02505"></a>02505                 }
<a name="l02506"></a>02506                 <span class="keywordflow">else</span>
<a name="l02507"></a>02507                 {
<a name="l02508"></a>02508                   retVal = ITYPE_DIR_AND_BOX;
<a name="l02509"></a>02509                 }
<a name="l02510"></a>02510               }
<a name="l02511"></a>02511             }
<a name="l02512"></a>02512             <span class="comment">// if we got no list response for the box see if it's a prefix</span>
<a name="l02513"></a>02513             <span class="keywordflow">if</span> ( retVal == ITYPE_UNKNOWN &amp;&amp;
<a name="l02514"></a>02514                  namespaceToDelimiter.contains(_box) ) {
<a name="l02515"></a>02515               retVal = ITYPE_DIR;
<a name="l02516"></a>02516             }
<a name="l02517"></a>02517           } <span class="keywordflow">else</span> {
<a name="l02518"></a>02518             kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::parseURL - got error for "</span> &lt;&lt; _box &lt;&lt; endl;
<a name="l02519"></a>02519           }
<a name="l02520"></a>02520           completeQueue.removeRef (cmd);
<a name="l02521"></a>02521         } <span class="comment">// cache</span>
<a name="l02522"></a>02522       }
<a name="l02523"></a>02523       <span class="keywordflow">else</span> <span class="comment">// current == box</span>
<a name="l02524"></a>02524       {
<a name="l02525"></a>02525         retVal = ITYPE_BOX;
<a name="l02526"></a>02526       }
<a name="l02527"></a>02527     }
<a name="l02528"></a>02528     <span class="keywordflow">else</span>
<a name="l02529"></a>02529       kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::parseURL: no login!"</span> &lt;&lt; endl;
<a name="l02530"></a>02530 
<a name="l02531"></a>02531   }
<a name="l02532"></a>02532   <span class="keywordflow">else</span> <span class="comment">// empty box</span>
<a name="l02533"></a>02533   {
<a name="l02534"></a>02534     <span class="comment">// the root is just a dir</span>
<a name="l02535"></a>02535     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4: parseURL: box [root]"</span> &lt;&lt; endl;
<a name="l02536"></a>02536     retVal = ITYPE_DIR;
<a name="l02537"></a>02537   }
<a name="l02538"></a>02538 
<a name="l02539"></a>02539   <span class="comment">// see if it is a real sequence or a simple uid</span>
<a name="l02540"></a>02540   <span class="keywordflow">if</span> (retVal == ITYPE_BOX || retVal == ITYPE_DIR_AND_BOX)
<a name="l02541"></a>02541   {
<a name="l02542"></a>02542     <span class="keywordflow">if</span> (!_uid.isEmpty ())
<a name="l02543"></a>02543     {
<a name="l02544"></a>02544       <span class="keywordflow">if</span> (_uid.find (<span class="charliteral">':'</span>) == -1 &amp;&amp; _uid.find (<span class="charliteral">','</span>) == -1
<a name="l02545"></a>02545           &amp;&amp; _uid.find (<span class="charliteral">'*'</span>) == -1)
<a name="l02546"></a>02546         retVal = ITYPE_MSG;
<a name="l02547"></a>02547     }
<a name="l02548"></a>02548   }
<a name="l02549"></a>02549   <span class="keywordflow">if</span> (retVal == ITYPE_MSG)
<a name="l02550"></a>02550   {
<a name="l02551"></a>02551     <span class="keywordflow">if</span> ( (_section.find (<span class="stringliteral">"BODY.PEEK["</span>, 0, <span class="keyword">false</span>) != -1 ||
<a name="l02552"></a>02552           _section.find (<span class="stringliteral">"BODY["</span>, 0, <span class="keyword">false</span>) != -1) &amp;&amp;
<a name="l02553"></a>02553          _section.find(<span class="stringliteral">".MIME"</span>) == -1 &amp;&amp;
<a name="l02554"></a>02554          _section.find(<span class="stringliteral">".HEADER"</span>) == -1 )
<a name="l02555"></a>02555       retVal = ITYPE_ATTACH;
<a name="l02556"></a>02556   }
<a name="l02557"></a>02557   <span class="keywordflow">if</span> ( _hierarchyDelimiter.isEmpty() &amp;&amp;
<a name="l02558"></a>02558        (_type == <span class="stringliteral">"LIST"</span> || _type == <span class="stringliteral">"LSUB"</span> || _type == <span class="stringliteral">"LSUBNOCHECK"</span>) )
<a name="l02559"></a>02559   {
<a name="l02560"></a>02560     <span class="comment">// this shouldn't happen but when the delimiter is really empty</span>
<a name="l02561"></a>02561     <span class="comment">// we try to reconstruct it from the URL</span>
<a name="l02562"></a>02562     <span class="keywordflow">if</span> (!_box.isEmpty())
<a name="l02563"></a>02563     {
<a name="l02564"></a>02564       <span class="keywordtype">int</span> start = _url.path().findRev(_box);
<a name="l02565"></a>02565       <span class="keywordflow">if</span> (start != -1)
<a name="l02566"></a>02566         _hierarchyDelimiter = _url.path().mid(start-1, start);
<a name="l02567"></a>02567       kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::parseURL - reconstructed delimiter:"</span> &lt;&lt; _hierarchyDelimiter
<a name="l02568"></a>02568         &lt;&lt; <span class="stringliteral">" from URL "</span> &lt;&lt; _url.path() &lt;&lt; endl;
<a name="l02569"></a>02569     }
<a name="l02570"></a>02570     <span class="keywordflow">if</span> (_hierarchyDelimiter.isEmpty())
<a name="l02571"></a>02571       _hierarchyDelimiter = <span class="stringliteral">"/"</span>;
<a name="l02572"></a>02572   }
<a name="l02573"></a>02573   kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::parseURL - return "</span> &lt;&lt; retVal &lt;&lt; endl;
<a name="l02574"></a>02574 
<a name="l02575"></a>02575   <span class="keywordflow">return</span> retVal;
<a name="l02576"></a>02576 }
<a name="l02577"></a>02577 
<a name="l02578"></a>02578 <span class="keywordtype">int</span>
<a name="l02579"></a><a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5">02579</a> <a class="code" href="classIMAP4Protocol.html#9050b7c6e60bd082c8418d14324fd3e5" title="reimplement the mimeIO">IMAP4Protocol::outputLine</a> (<span class="keyword">const</span> QCString &amp; _str, <span class="keywordtype">int</span> len)
<a name="l02580"></a>02580 {
<a name="l02581"></a>02581   <span class="keywordflow">if</span> (len == -1) {
<a name="l02582"></a>02582     len = _str.length();
<a name="l02583"></a>02583   }
<a name="l02584"></a>02584 
<a name="l02585"></a>02585   <span class="keywordflow">if</span> (cacheOutput)
<a name="l02586"></a>02586   {
<a name="l02587"></a>02587     <span class="keywordflow">if</span> ( !outputBuffer.isOpen() ) {
<a name="l02588"></a>02588       outputBuffer.open(IO_WriteOnly);
<a name="l02589"></a>02589     }
<a name="l02590"></a>02590     outputBuffer.at(outputBufferIndex);
<a name="l02591"></a>02591     outputBuffer.writeBlock(_str.data(), len);
<a name="l02592"></a>02592     outputBufferIndex += len;
<a name="l02593"></a>02593     <span class="keywordflow">return</span> 0;
<a name="l02594"></a>02594   }
<a name="l02595"></a>02595 
<a name="l02596"></a>02596   QByteArray temp;
<a name="l02597"></a>02597   <span class="keywordtype">bool</span> relay = relayEnabled;
<a name="l02598"></a>02598 
<a name="l02599"></a>02599   relayEnabled = <span class="keyword">true</span>;
<a name="l02600"></a>02600   temp.setRawData (_str.data (), len);
<a name="l02601"></a>02601   <a class="code" href="classIMAP4Protocol.html#a3312a811d0f80054710507585f42e6a" title="reimplement the parser relay hook to send the fetched data directly to an upper level...">parseRelay</a> (temp);
<a name="l02602"></a>02602   temp.resetRawData (_str.data (), len);
<a name="l02603"></a>02603 
<a name="l02604"></a>02604   relayEnabled = relay;
<a name="l02605"></a>02605   <span class="keywordflow">return</span> 0;
<a name="l02606"></a>02606 }
<a name="l02607"></a>02607 
<a name="l02608"></a><a class="code" href="classIMAP4Protocol.html#a8bbc20bf95dbc6538c10b1e3bc05757">02608</a> <span class="keywordtype">void</span> <a class="code" href="classIMAP4Protocol.html#a8bbc20bf95dbc6538c10b1e3bc05757" title="send out cached data to the application">IMAP4Protocol::flushOutput</a>(QString contentEncoding)
<a name="l02609"></a>02609 {
<a name="l02610"></a>02610   <span class="comment">// send out cached data to the application</span>
<a name="l02611"></a>02611   <span class="keywordflow">if</span> (outputBufferIndex == 0)
<a name="l02612"></a>02612     <span class="keywordflow">return</span>;
<a name="l02613"></a>02613   outputBuffer.close();
<a name="l02614"></a>02614   outputCache.resize(outputBufferIndex);
<a name="l02615"></a>02615   <span class="keywordflow">if</span> (decodeContent)
<a name="l02616"></a>02616   {
<a name="l02617"></a>02617     <span class="comment">// get the coding from the MIME header</span>
<a name="l02618"></a>02618     QByteArray decoded;
<a name="l02619"></a>02619     <span class="keywordflow">if</span> (contentEncoding.find(<span class="stringliteral">"quoted-printable"</span>, 0, <span class="keyword">false</span>) == 0)
<a name="l02620"></a>02620       decoded = KCodecs::quotedPrintableDecode(outputCache);
<a name="l02621"></a>02621     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (contentEncoding.find(<span class="stringliteral">"base64"</span>, 0, <span class="keyword">false</span>) == 0)
<a name="l02622"></a>02622       KCodecs::base64Decode(outputCache, decoded);
<a name="l02623"></a>02623     <span class="keywordflow">else</span>
<a name="l02624"></a>02624       decoded = outputCache;
<a name="l02625"></a>02625 
<a name="l02626"></a>02626     QString mimetype = KMimeType::findByContent( decoded )-&gt;name();
<a name="l02627"></a>02627     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4::flushOutput - mimeType "</span> &lt;&lt; mimetype &lt;&lt; endl;
<a name="l02628"></a>02628     mimeType(mimetype);
<a name="l02629"></a>02629     decodeContent = <span class="keyword">false</span>;
<a name="l02630"></a>02630     data( decoded );
<a name="l02631"></a>02631   } <span class="keywordflow">else</span> {
<a name="l02632"></a>02632     data( outputCache );
<a name="l02633"></a>02633   }
<a name="l02634"></a>02634   mProcessedSize += outputBufferIndex;
<a name="l02635"></a>02635   processedSize( mProcessedSize );
<a name="l02636"></a>02636   outputBufferIndex = 0;
<a name="l02637"></a>02637   outputCache[0] = <span class="charliteral">'\0'</span>;
<a name="l02638"></a>02638   outputBuffer.setBuffer(outputCache);
<a name="l02639"></a>02639 }
<a name="l02640"></a>02640 
<a name="l02641"></a>02641 ssize_t IMAP4Protocol::myRead(<span class="keywordtype">void</span> *data, ssize_t len)
<a name="l02642"></a>02642 {
<a name="l02643"></a>02643   <span class="keywordflow">if</span> (readBufferLen)
<a name="l02644"></a>02644   {
<a name="l02645"></a>02645     ssize_t copyLen = (len &lt; readBufferLen) ? len : readBufferLen;
<a name="l02646"></a>02646     memcpy(data, readBuffer, copyLen);
<a name="l02647"></a>02647     readBufferLen -= copyLen;
<a name="l02648"></a>02648     <span class="keywordflow">if</span> (readBufferLen) memcpy(readBuffer, &amp;readBuffer[copyLen], readBufferLen);
<a name="l02649"></a>02649     <span class="keywordflow">return</span> copyLen;
<a name="l02650"></a>02650   }
<a name="l02651"></a>02651   <span class="keywordflow">if</span> (!isConnectionValid()) <span class="keywordflow">return</span> 0;
<a name="l02652"></a>02652   waitForResponse( responseTimeout() );
<a name="l02653"></a>02653   <span class="keywordflow">return</span> read(data, len);
<a name="l02654"></a>02654 }
<a name="l02655"></a>02655 
<a name="l02656"></a>02656 <span class="keywordtype">bool</span>
<a name="l02657"></a>02657 IMAP4Protocol::assureBox (<span class="keyword">const</span> QString &amp; aBox, <span class="keywordtype">bool</span> readonly)
<a name="l02658"></a>02658 {
<a name="l02659"></a>02659   <span class="keywordflow">if</span> (aBox.isEmpty()) <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02660"></a>02660 
<a name="l02661"></a>02661   <a class="code" href="classimapCommand.html" title="encapulate a IMAP command">imapCommand</a> *cmd = 0;
<a name="l02662"></a>02662 
<a name="l02663"></a>02663   <span class="keywordflow">if</span> (aBox != getCurrentBox () || (!getSelected().readWrite() &amp;&amp; !readonly))
<a name="l02664"></a>02664   {
<a name="l02665"></a>02665     <span class="comment">// open the box with the appropriate mode</span>
<a name="l02666"></a>02666     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::assureBox - opening box"</span> &lt;&lt; endl;
<a name="l02667"></a>02667     selectInfo = imapInfo();
<a name="l02668"></a>02668     cmd = doCommand (<a class="code" href="classimapCommand.html#102be5d854bbbdcafab5c09ec0b24bad" title="Create a SELECT command.">imapCommand::clientSelect</a> (aBox, readonly));
<a name="l02669"></a>02669     <span class="keywordtype">bool</span> ok = cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a>() == <span class="stringliteral">"OK"</span>;
<a name="l02670"></a>02670     QString cmdInfo = cmd-&gt;<a class="code" href="classimapCommand.html#235c592225a6ac434de601645f940a6e" title="get information about the result">resultInfo</a>();
<a name="l02671"></a>02671     completeQueue.removeRef (cmd);
<a name="l02672"></a>02672 
<a name="l02673"></a>02673     <span class="keywordflow">if</span> (!ok)
<a name="l02674"></a>02674     {
<a name="l02675"></a>02675       <span class="keywordtype">bool</span> found = <span class="keyword">false</span>;
<a name="l02676"></a>02676       cmd = doCommand (<a class="code" href="classimapCommand.html#56dd1504d64f1e6296441ce725d5a6e5" title="Create a LIST command.">imapCommand::clientList</a> (<span class="stringliteral">""</span>, aBox));
<a name="l02677"></a>02677       <span class="keywordflow">if</span> (cmd-&gt;<a class="code" href="classimapCommand.html#6d5ecfa4d0bede4986804f3885720a82" title="get the result of the command">result</a> () == <span class="stringliteral">"OK"</span>)
<a name="l02678"></a>02678       {
<a name="l02679"></a>02679         <span class="keywordflow">for</span> (QValueListIterator &lt; imapList &gt; it = listResponses.begin ();
<a name="l02680"></a>02680              it != listResponses.end (); ++it)
<a name="l02681"></a>02681         {
<a name="l02682"></a>02682           <span class="keywordflow">if</span> (aBox == (*it).name ()) found = <span class="keyword">true</span>;
<a name="l02683"></a>02683         }
<a name="l02684"></a>02684       }
<a name="l02685"></a>02685       completeQueue.removeRef (cmd);
<a name="l02686"></a>02686       <span class="keywordflow">if</span> (found) {
<a name="l02687"></a>02687         <span class="keywordflow">if</span> (cmdInfo.find(<span class="stringliteral">"permission"</span>, 0, <span class="keyword">false</span>) != -1) {
<a name="l02688"></a>02688           <span class="comment">// not allowed to enter this folder</span>
<a name="l02689"></a>02689           error(ERR_ACCESS_DENIED, cmdInfo);
<a name="l02690"></a>02690         } <span class="keywordflow">else</span> {
<a name="l02691"></a>02691           error(ERR_SLAVE_DEFINED, i18n(<span class="stringliteral">"Unable to open folder %1. The server replied: %2"</span>).arg(aBox).arg(cmdInfo));
<a name="l02692"></a>02692         }
<a name="l02693"></a>02693       } <span class="keywordflow">else</span> {
<a name="l02694"></a>02694         error(KIO::ERR_DOES_NOT_EXIST, aBox);
<a name="l02695"></a>02695       }
<a name="l02696"></a>02696       <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02697"></a>02697     }
<a name="l02698"></a>02698   }
<a name="l02699"></a>02699   <span class="keywordflow">else</span>
<a name="l02700"></a>02700   {
<a name="l02701"></a>02701     <span class="comment">// Give the server a chance to deliver updates every ten seconds.</span>
<a name="l02702"></a>02702     <span class="comment">// Doing this means a server roundtrip and since assureBox is called</span>
<a name="l02703"></a>02703     <span class="comment">// after every mail, we do it with a timeout.</span>
<a name="l02704"></a>02704     kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::assureBox - reusing box"</span> &lt;&lt; endl;
<a name="l02705"></a>02705     <span class="keywordflow">if</span> ( mTimeOfLastNoop.secsTo( QDateTime::currentDateTime() ) &gt; 10 ) {
<a name="l02706"></a>02706       cmd = doCommand (<a class="code" href="classimapCommand.html#18eac0a9fe90bd530e4360003063e00d" title="Create a NOOP command.">imapCommand::clientNoop</a> ());
<a name="l02707"></a>02707       completeQueue.removeRef (cmd);
<a name="l02708"></a>02708       mTimeOfLastNoop = QDateTime::currentDateTime();
<a name="l02709"></a>02709       kdDebug(7116) &lt;&lt; <span class="stringliteral">"IMAP4Protocol::assureBox - noop timer fired"</span> &lt;&lt; endl;
<a name="l02710"></a>02710     }
<a name="l02711"></a>02711   }
<a name="l02712"></a>02712 
<a name="l02713"></a>02713   <span class="comment">// if it is the mode we want</span>
<a name="l02714"></a>02714   <span class="keywordflow">if</span> (!getSelected().readWrite() &amp;&amp; !readonly)
<a name="l02715"></a>02715   {
<a name="l02716"></a>02716     error(KIO::ERR_CANNOT_OPEN_FOR_WRITING, aBox);
<a name="l02717"></a>02717     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l02718"></a>02718   }
<a name="l02719"></a>02719 
<a name="l02720"></a>02720   <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l02721"></a>02721 }
</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>