<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.mail.imap.uw.c-client">
    <title>gmane.mail.imap.uw.c-client</title>
    <link>http://blog.gmane.org/gmane.mail.imap.uw.c-client</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3434"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3428"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3427"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3425"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3423"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3421"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3420"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3417"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3415"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3413"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3411"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3410"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3409"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3406"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3405"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3402"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3400"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3398"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3394"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3434">
    <title>Setting custom headers in outgoing message using c-client</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3434</link>
    <description>&lt;pre&gt;I would like to use the c-client library to set custom headers in an outgoing message (sent using smtp_mail() function).

Which structure members of the BODY or ENVELOPE do I need to set to do this?

I tried using the PARAMETER *parameter member of the BODY.  However, this does something I don't want it to.  For example, if I set
body-&amp;gt;parameter-&amp;gt;attribute  &amp;lt;--  "X-Custom-Header"
body-&amp;gt;parameter-&amp;gt;value  &amp;lt;--  "X-Custom-Value"
body-&amp;gt;parameter-&amp;gt;next  &amp;lt;--  NULL

What I get in the resulting email message is:

Content-Type TEXT/PLAIN; X-Custom-Header=X-Custom-Value

In other words, the parameter and value I specified have been added to the "Content-Type" header, rather than creating a new header "X-Custom-Header".



________________________________

_______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw
&lt;/pre&gt;</description>
    <dc:creator>David C. Choweller</dc:creator>
    <dc:date>2012-05-21T20:02:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3428">
    <title>mailutil - Can't open mailbox</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3428</link>
    <description>&lt;pre&gt;



Hi, I have just joined the group, so forgive me if this problem has been addressed before, I did search the archive with no success. I have a client with a number of HUGE mailboxes, some in excess of 16 Gigs. As you can imagine, the server slows down to a crawl when acessing these mailboxes. I am trying to use the mailutil's prune option to remove messages from one of the 16 Gigs mailboxes, but I get the error message "Can't open mailbox &amp;lt;mailbox_name&amp;gt;: no such mailbox". However, if I perform the same operation against a mailbox which is approx 4 Gigs, it completes successfully. I have done a little debugging and noted that the error message is being generated by the open_mail function within the module mail.c.  Has anyone else attempted this on such a large mailbox file? Is there a limit on the size of mailbox file that can be handled by mailutil? Am I wrong in assuming that the problem is related to the size of the file? Any help/pointers greatly appreciated. -- Carlton       _____________________&lt;/pre&gt;</description>
    <dc:creator>Carlton T</dc:creator>
    <dc:date>2012-04-23T11:21:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3427">
    <title>Where to put server certificate and How to name it</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3427</link>
    <description>&lt;pre&gt;All,

 

I compiled uw-imap 2007f with SSL support.

 

-rwxr-xr-x 1 root root 2233910 2012-04-23 03:14 /usr/sbin/imapd*

-rwxr-xr-x 1 root root 2116853 2012-04-23 03:13 /usr/sbin/ipop3d*

 

I created the relevant xinetd configuration for ipop3 through SSL.

 

[root&amp;lt; at &amp;gt;server tmp]# ll /etc/xinetd.d/pop3s

-rw-r--r-- 1 root root 307 2012-04-23 03:38 /etc/xinetd.d/pop3s

[root&amp;lt; at &amp;gt;server tmp]# cat /etc/xinetd.d/pop3s

# default: off

# description: The POP3S service allows remote users to access their mail \

#              using an POP3 client with SSL support such as fetchmail.

service pop3s

{

        socket_type             = stream

        wait                    = no

        user                    = root

        server                  = /usr/sbin/ipop3d -d

        log_type                = SYSLOG local3

        disable                 = no

}

 

I created a certificate and I put it in

 

[root&amp;lt; at &amp;gt;server tmp]# ll /etc/ssl/imap/

total 3

-rw------- 1 root root 2197 2012-04-23 03:34 ipop3d.pem

 

What &lt;/pre&gt;</description>
    <dc:creator>Franck MAHE</dc:creator>
    <dc:date>2012-04-23T09:02:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3425">
    <title>Test suite?</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3425</link>
    <description>&lt;pre&gt;Hello

I am a developer at cPanel. We are creating RPMs to ship with our product on multiple versions and architectures of CentOS, RedHat and CloudLinux. Is there a test suite available we can run during the RPM build to help us diagnose any bugs or issues we might encounter with functionality when building the UW IMAP tookit?

Thanks
Kyle Lafkoff
UNIX Developer - cPanel Inc._______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

&lt;/pre&gt;</description>
    <dc:creator>Kyle Lafkoff</dc:creator>
    <dc:date>2012-02-01T17:11:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3423">
    <title>Problem purging mailbox with uw-imap mix format</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3423</link>
    <description>&lt;pre&gt;
English is not my native language; please excuse typing errors.

We have this configuration:

IMAP server
-----------
IMAP server: UW-IMAP 2007f.404
Default mail folder format: mbx
The server supports the following IMAP capabilities:
IMAP4REV1 I18NLEVEL=1 LITERAL+ IDLE UIDPLUS NAMESPACE CHILDREN
MAILBOX-REFERRALS BINARY UNSELECT ESEARCH WITHIN SCAN SORT
THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND SASL-IR
LOGIN-REFERRALS AUTH=PLAIN AUTH=LOGIN

Webmail client
--------------
OS: Ubuntu 10.04.3 LTS
Webserver: Apache 2.2.14
PHP: 5.3.2
Horde (horde): 4.0.10
Mail (imp): 5.0.14
Imapproxy: 1.2.6

In order to improve performance, we convert some mailboxes from mbx or  
mbox to uw-imap "mix" format.

In the webmail client, if we mark some messages for deletion in  
mailbox with mix format, when we purge the mailbox ALL messages are  
deleted. This doesn't happen with mbx format.
No problem with other email clients: Thunderbird, Outlook,... Probably  
they don't use UID EXPUNGE.

We have done some tests from a &lt;/pre&gt;</description>
    <dc:creator>Agustín Quintana</dc:creator>
    <dc:date>2011-11-21T09:59:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3421">
    <title>Thunderbird 6.0.2 - Problems to create subfolders</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3421</link>
    <description>&lt;pre&gt;Hello,

After an upgrade to Thunderbird 6.0.2,
when I right-click on a folder, the "New Subfolder" option don't appear
if the option "server support folders that contains sub-folder and 
message" is off.
It is possible to create a new subfolder (Folder only type) when 
right-clicking
on the "account" and choosing "New Folder" but only one folder in each 
subfolder.
To create subfolders "Message only" the option "server support folders 
that
contains sub-folder and message" must be set to "on".

Another strange thing: When I restart Thunderbird and right-click on a 
Folder,
I see the "New Subfolder" option, but only once.
So to create a subfolder and 3 sub-subfolders, I have to restart 
Thunderbird 4 times.

We never had this problem with previous versions of Thunderbird (2.x 
3.x)

I wonder if anybody have seen the same problem, if the problem is on 
Thunderbird
side or on the IMAP server side, and if there is a workaround.

IMAP server version: UW imap 2007e

Best Regards
Didier
____________________________&lt;/pre&gt;</description>
    <dc:creator>Didier Gervaise</dc:creator>
    <dc:date>2011-09-15T14:10:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3420">
    <title>imap-2007e segfaults in PHP 5.3.3</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3420</link>
    <description>&lt;pre&gt;hi,

PHP 5.3.3 is built with imap-2007e and that cause PHP segfault on error or
partial IMAP server response.
See gdb session:

Core was generated by `php -e download_emails.php [..cut..]'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007f7c33b28221 in tcp_host (stream=0x0) at tcp_unix.c:767
767 {
Missing separate debuginfos, use: debuginfo-install
audit-libs-2.1-5.el6.x86_64 bzip2-libs-1.0.5-7.el6_0.x86_64 [..cut..]
(gdb) bt
#0  0x00007f7c33b28221 in tcp_host (stream=0x0) at tcp_unix.c:767
#1  0x00007f7c33b6309c in imap_parse_header (stream=&amp;lt;value optimized out&amp;gt;,
env=0x22803e0, hdr=0x7fffb595cf00, stl=0x0) at imap4r1.c:4525
#2  0x00007f7c33b633e2 in imap_cache (stream=0x21c5ba0, msgno=1, seg=&amp;lt;value
optimized out&amp;gt;, stl=0x0, text=0x7fffb595cf00) at imap4r1.c:5022
#3  0x00007f7c33b6601c in imap_parse_unsolicited (stream=0x21c5ba0,
reply=0x21c5e08) at imap4r1.c:3835
#4  0x00007f7c33b66bf3 in imap_reply (stream=0x21c5ba0, tag=0x7fffb595d5b0
"00000005") at imap4r1.c:3560
#5  0x00007f7c33b66de3 i&lt;/pre&gt;</description>
    <dc:creator>Vlad</dc:creator>
    <dc:date>2011-09-14T23:31:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3417">
    <title>IMAP features usage matrix?</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3417</link>
    <description>&lt;pre&gt;Hello,

[Apologies if this is a FAQ, but my google-fu is failing me]

Would anyone know of a handy "features matrix", showing which email client uses which IMAP features?

For example, what email clients support/use IMAP SEARCH command, or SORT and THREAD extensions, UIDPLUS , IDLE, etc, etc...

Pointers much appreciated.

Thanks in advance.

PA.
_______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

&lt;/pre&gt;</description>
    <dc:creator>Petite Abeille</dc:creator>
    <dc:date>2011-09-11T13:02:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3415">
    <title>Concurrent IMAP connections from MacOS</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3415</link>
    <description>&lt;pre&gt;

I note that modern email clients maintain multiple concurrent IMAP 
connections to the server, e.g. Thunderbird has a (configurable) default 
of (?) 5, which would speed up polling multiple inboxes on one server and 
allow faster message copying between multiple folders.

Excessive connections from one client, on the other hand, may be a 
dictionary attack.

I had set a per_source limit of 10 on POP and 20 on IMAP in Linux 
xinetd.d/*. That works fine with Thunderbird and Squirrelmail, Alpine 
etc. (we don't have big NAT'ted client farms). However, we've been 
getting connection problems from MAC machines and logging xinetd 
per_source_limit failures.

Is this a bug in Mac Mail ? Does it really need that many connections, 
and if so how many ? I'm reluctant to dedicate so much server resources 
to one or two users for no good reason, or weaken filters against network 
attack.



&lt;/pre&gt;</description>
    <dc:creator>Andrew Daviel</dc:creator>
    <dc:date>2011-09-07T23:21:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3413">
    <title>Compiling on OS X Lion</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3413</link>
    <description>&lt;pre&gt;Dear List,

I am having trouble compiling version 2007f on OS X Lion.  The problem
appears to be the SSL components.  Is this a known problem? The
compile errors are shown at the end of this email.

Best wishes,

Nicholas


bash-3.2# cd imap-2007f
bash-3.2# make oxp
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Building in full compliance with RFC 3501 security
+ requirements:
++ TLS/SSL encryption is supported
++ Unencrypted plaintext passwords are prohibited
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Applying an process to sources...
tools/an "ln -s" src/c-client c-client
tools/an "ln -s" src/ansilib c-client
tools/an "ln -s" src/charset c-client
tools/an "ln -s" src/osdep/unix c-client
tools/an "ln -s" src/mtest mtest
tools/an "ln -s" src/ipopd ipopd
tools/an "ln -s" src/imapd imapd
tools/an "ln -s" src/mailutil mailutil
tools/an "ln -s" src/mlock mlock
tools/an "ln -s" src/dmail dmail
tools/an "ln -s" src/tmail tmail
ln -s tools/an .
touch ip6
make build EXTRA&lt;/pre&gt;</description>
    <dc:creator>Nicholas Cole</dc:creator>
    <dc:date>2011-07-25T09:31:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3411">
    <title>SASL AUTHENTICATE PLAIN failure for Mac OS X Lion AppleMail</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3411</link>
    <description>&lt;pre&gt;Since I don't know where to send this, I thought this to be the most 
appropriate place, sorry if it is not.

Mac OS X Lion's Apple Mail client, fails to authenticate with imapd-2007e.
In the b64 encoded authentication parameter "authzid\0authcid\password", 
authzid is empty when sent by Apple Mail.
As a result, authentication fails.
Attached is a single line minor patch that corrects the failure.

Also, what is the story here about code base development, from what I 
can see, it hasn't really been active for a number of years...
Did the developers move on, or did the code reach feature completion or 
what ?
--- ./imapd/imapd.c2008-11-18 12:46:59.000000000 -0600
+++ ../../../imap-2007e/src/imapd/imapd.c2011-07-22 00:46:57.000000000 -0500
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2141,7 +2141,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 /* must be at least one BASE64 char */
   else if (!base64mask[*ret]) return NIL;
   else {/* quick and dirty */
-    while (base64mask[*s++]);/* scan until end of BASE64 */
+    while (base64mask[*s]) s++;/* scan until end of BASE64 */
    &lt;/pre&gt;</description>
    <dc:creator>Neal Horman</dc:creator>
    <dc:date>2011-07-22T21:17:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3410">
    <title>PROBLEM: mix format: .mixDATA not referenced in .mixindex</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3410</link>
    <description>&lt;pre&gt;Software: imap-2008 (mix.c "Last Edited: 25 November 2008")
Platform: Red Hat RHEL5.6 ext2 fs

For 1 in about 500 of our users, we have a found a problem with mix format INBOXes. (The problem isn't restricted to INBOXes.) I'm scanning the mix architecture for anomalies after a crash (which, among other problems, dumps blocks of NULs in several files). We expected to find only folders corrupted by the crash. 

But we've moved the INBOXes aside or restored from backups. And even the fresh INBOXes are found in followup scans. And this mix DATA-NOT-REFFED problem appears on other servers.

Note: $home is a generic placeholder for the output. The inboxes are, of course, in various users' home directories.

I look to ensure the each .mixDATA file is referenced in the .mixindex. The messages are not accessible to the user until we run mixrbld to create a new mixindex file.

It seems common that only one message is in the mixDATA file (and it's frequently large), but many unreferenced mixDATA files have several mess&lt;/pre&gt;</description>
    <dc:creator>Paul D. Fardy</dc:creator>
    <dc:date>2011-06-30T15:11:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3409">
    <title>Sorry to bother again,I've made up my mind and will install the debian packages</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3409</link>
    <description>&lt;pre&gt;Hello, sorry to bother again, I've made up my mind and will install everything, including apache2 from the package distributions, as I've looked inside the files they come with and see that there is very little I will get with the configuration on my own. There's tons of packages to add curl, imap, php with mysql and so and so. However, this will seem ridiculous, since I've already had installed the IMAP toolkit in my previous mail. But I deleted the whole folder thinking I would make a fresh start. Now, I have the original folder that I have uncompressed again. But I keep getting the error related to the signing utility x509v3.h that I commented before, so once again I have to annoy you with my questions: How do I get the signing utility to work with the packages I already have. I must note that I made apt-cache on libpam-dev and libssl-dev and they are both installed, I can't even reinstalled them as the result of apt-get install is that I have the most recent versions. I wonder what's going on with that h&lt;/pre&gt;</description>
    <dc:creator>gvfb</dc:creator>
    <dc:date>2011-06-01T02:03:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3407">
    <title>Why I'm trying to build PHP from source</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3407</link>
    <description>&lt;pre&gt;Hello, sorry for being an annoyance but I want to explain why I'm trying to install things the hard way. Mainly because I thought I'd rather learn what the modules of PHP are and where I put them on the machine instead of using a bunch of installs like so: 
 
sudo aptitude php5 search 
aptitude install php5 libapache2-mod-php5
 
 then I would have things working ahead instead of installing all the packages. However, do tell me if I'm off my league and it's easier to install all the packages. I have already installed apache2, mysql, ssl from source, the only thing I left to install using a package is curl support.
 
Thanks for your help. 
_______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw
&lt;/pre&gt;</description>
    <dc:creator>gvfb</dc:creator>
    <dc:date>2011-05-31T01:30:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3406">
    <title>OK,but how do I add MySQL with the package php5-imap (SorryI forgot too mention my configuration)</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3406</link>
    <description>&lt;pre&gt;OK Yiorgos, but how do I get the following options with the package php5-imap? Sorry I forgot to post this configuration on the previous message. 
 
./configure\ 
--with-apxs2=/usr/local/apache2/bin/apxs --with-mysql\ 
--prefix=/usr/local/apache2/php --enable-force-cgi-redirect\ 
--disable-cgi --with-zlib --with-imap=/usr/local/imap-2007a\ 
--with-imap-ssl=/usr/local/openssl --with-libxml-dir=/usr/local/libxml2 
_______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw
&lt;/pre&gt;</description>
    <dc:creator>gvfb</dc:creator>
    <dc:date>2011-05-31T01:15:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3405">
    <title>OK, but how do I add MySQL with the package php5-imap?</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3405</link>
    <description>&lt;pre&gt;OK Yiorgos, sudo apt-get install PHP5 PHP5-imap, but then, how do I add MySQL support? Also, would you tell me where to find the php.ini file that package installs? I tried to install from source so I could configure those options.
_______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw
&lt;/pre&gt;</description>
    <dc:creator>gvfb</dc:creator>
    <dc:date>2011-05-31T01:11:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3402">
    <title>Nevermind,I built IMAP toolkit but now I get an error in PHP. CouldI get help?</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3402</link>
    <description>&lt;pre&gt;Yiorgos: 
Thanks for the reply, I guess I'm trying to do things in a really hard way or I just don't know enough what I'm doing. I have succesfully built IMAP toolkit by specifying SSL dir as "openssl" cause I don't have any ssl directory in /usr/local. However, would you mind telling me what have I done wrong. The reason I compiled IMAP is because I want to have imap support in PHP. But now when I compile PHP 5.3.6 it says in the attempt to configure it:checking for utf8_mime2text signature... new checking for U8T_DECOMPOSE... configure:
 error: utf8_mime2text() has new signature, but U8T_CANONICAL is 
missing. This should not happen. Check config.log for additional 
information. it also complains in the log as follows: configure:48194: checking for IMAP SSL supportconfigure:48599:19: fatal error: /mail.h: No such file or directorycompilation terminated.configure:48618: checking for utf8_mime2text signatureconfigure:48636: gcc -c -I conftest.c 1&amp;gt;&amp;amp;5gcc: no input filesconfigure: failed program was:#line 48623&lt;/pre&gt;</description>
    <dc:creator>gvfb</dc:creator>
    <dc:date>2011-05-29T19:02:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3400">
    <title>Thanks, but I can't build IMAP yet,now it says I don't have OpenSSL</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3400</link>
    <description>&lt;pre&gt;Yiorgos and Eduardo, thank you very much for your help, I made a new build and it throws no errors for libpam, however, now it says there's an error trying to find file x509v3.h, I read the make notes in the output and it says if you get an error with file x509.h it means one doesn't have OpenSSL installed, however, I do have OpenSSL and the result of the command whereis openssl are the paths I previously wrote. Sorry for being such an annoyance, but how can this be fixed?
 
The result of the error in compilation is now:osdep.c:266:20: fatal error: x509v3.h: No existe el fichero o el directoriocompilation terminated. 
_______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw
&lt;/pre&gt;</description>
    <dc:creator>gvfb</dc:creator>
    <dc:date>2011-05-29T16:30:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3398">
    <title>Unable to install IMAP on Ubuntu 11</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3398</link>
    <description>&lt;pre&gt;I could'nt install IMAP software and don't know what to do. I downloaded the tarball and followed the build instructions with the following settings: make ldb SSL=UNIX. I already have OpenSSL in /usr/bin/openssl /usr/local/openssl /usr/share/man/man1/openssl.1ssl.gz but the make throws an error saying it couldn't find the path to the PAM file or directory. I have been unable to guess what PAM I should install or search for. I also couldn't decide what to do with the PAMLDFLAGS section in the Makefile folder imap-2007a/src/osdep/unix, as the top level Makefile suggests. I wish I knew what PAM are in fact to decide. Please help. The error the make command throws is: In file included from osdep.c:56:0:flocklnx.c: In function ‘safe_flock’:flocklnx.c:60:7: warning: format not a string literal and no format argumentsosdep.c: At top level:osdep.c:89:31: fatal error: security/pam_appl.h: No existe el fichero o el directoriocompilation terminated.make[3]: *** [osdep.o] Error 1make[3]: se sale del directorio «/ho&lt;/pre&gt;</description>
    <dc:creator>gvfb</dc:creator>
    <dc:date>2011-05-28T02:44:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3394">
    <title>mail moved from /var/spool/mail/username to ~username/mbox , only for some users?</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3394</link>
    <description>&lt;pre&gt;
Greetings,

Our mail server  runs UW IMAPD on Debian Linux.


For many users, our MTA (exim4) use ~/.procmailrc to move mail to 
~/mbox  when it comes in.     For some other users who do not have a 
.procmailrc in their ~ , it seems that mail stays in 
/var/spool/mail/username until  they connect via IMAP,  at which point 
IMAPd moves the mail to their mbox (according to syslog):
Example from syslog:

Apr 13 11:09:36 caen imapd[28575]: Moved 1638 bytes of new mail to 
/homes/user/mbox from /var/mail/user host= examplehost.com [123.95.17.2]

For some other users still,  the mail stays in 
/var/spool/mail/username,  IMAP functions normally but the mail stays.  
I am trying to figure out why IMAPd moves some users mail to their mbox 
and keeps other users in /var/spool/mail .


Thank you,

Kevin Long


&lt;/pre&gt;</description>
    <dc:creator>Kevin Long</dc:creator>
    <dc:date>2011-04-13T19:22:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.imap.uw.c-client/3390">
    <title>Odd messages in log</title>
    <link>http://comments.gmane.org/gmane.mail.imap.uw.c-client/3390</link>
    <description>&lt;pre&gt;Started seeing these sorts of messages in /var/log/messages

inetd[750]: /usr/local/libexec/imapd[4755]: exited, status 1

Though that it might be a RAM issue causing the processes to die, but swapping RAM has not fixed it.

FreeBSD 6.4-RELEASE-p6, imap-uw-2006j_3,1 from ports.  Server's been running fine for a good while.  Maybe it's just time to upgrade?

--Chris

_______________________________________________
Imap-uw mailing list
Imap-uw&amp;lt; at &amp;gt;u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

&lt;/pre&gt;</description>
    <dc:creator>Chris Boyd</dc:creator>
    <dc:date>2011-02-01T21:29:39</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.imap.uw.c-client">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.imap.uw.c-client</link>
  </textinput>
</rdf:RDF>

