<?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       _______________________________________________
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>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 is wrong ?

 

Franck

 

 

 

 

Franck
-------------------------------------------
M: +33 6 6042 7249
E:  &amp;lt;mailto:mahe&amp;lt; at &amp;gt;civis.net&amp;gt; mahe&amp;lt; at &amp;gt;civis.net

_______________________________________________
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>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 telnet session too:

- Log example with mbx folder

. SELECT entrada_mbx
* 4 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1320933381] UID validity status
* OK [UIDNEXT 135] Predicted next UID
* FLAGS (NonJunk Junk \Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (NonJunk Junk \* \Answered \Flagged \Deleted  
\Draft \Seen)] Permanent flags
. OK [READ-WRITE] SELECT completed
. UID SEARCH RETURN (ALL COUNT) ALL
* ESEARCH (TAG ".") UID ALL 131:134 COUNT 4
. OK UID SEARCH completed
. UID FETCH 132 (ENVELOPE FLAGS RFC822.SIZE)
* 2 FETCH (UID 132 ENVELOPE ("Mon, 22 Dec 2008 13:44:12 +0000" "From  
ScanFront220" (("agustin" NIL "agustin" "iuma.ulpgc.es")) (("agustin"  
NIL "agustin" "iuma.ulpgc.es")) (("agustin" NIL "agustin"  
"iuma.ulpgc.es")) ((NIL NIL "agustin" "iuma.ulpgc.es")) NIL NIL NIL  
"&amp;lt;20081222.134412139.0000&amp;lt; at &amp;gt;smtp.iuma.ulpgc.es&amp;gt;") FLAGS (\Seen)  
RFC822.SIZE 1358432)
. OK UID FETCH completed
. UID STORE 132 +FLAGS \deleted
* 2 FETCH (FLAGS (\Seen \Deleted) UID 132)
. OK UID STORE completed
. UID FETCH 132 (ENVELOPE FLAGS RFC822.SIZE)
* 2 FETCH (UID 132 ENVELOPE ("Mon, 22 Dec 2008 13:44:12 +0000" "From  
ScanFront220" (("agustin" NIL "agustin" "iuma.ulpgc.es")) (("agustin"  
NIL "agustin" "iuma.ulpgc.es")) (("agustin" NIL "agustin"  
"iuma.ulpgc.es")) ((NIL NIL "agustin" "iuma.ulpgc.es")) NIL NIL NIL  
"&amp;lt;20081222.134412139.0000&amp;lt; at &amp;gt;smtp.iuma.ulpgc.es&amp;gt;") FLAGS (\Seen \Deleted)  
RFC822.SIZE 1358432)
. OK UID FETCH completed
. UID EXPUNGE 1:*
* 2 EXPUNGE
* 3 EXISTS
* 0 RECENT
. OK Expunged 1 messages
. UID SEARCH RETURN (ALL COUNT) ALL
* ESEARCH (TAG ".") UID ALL 131:134 COUNT 3
. OK UID SEARCH completed

- Log example with mix folder

. SELECT entrada_mix
* 4 EXISTS
* 4 RECENT
* OK [UIDVALIDITY 1321350352] UID validity status
* OK [UIDNEXT 29] Predicted next UID
* FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (\* \Answered \Flagged \Deleted \Draft \Seen)]  
Permanent flags
. OK [READ-WRITE] SELECT completed
. UID SEARCH RETURN (ALL COUNT) ALL
* ESEARCH (TAG ".") UID ALL 25:28 COUNT 4
. OK UID SEARCH completed
. UID FETCH 26 (ENVELOPE FLAGS RFC822.SIZE)
* 2 FETCH (UID 26 ENVELOPE ("Mon, 22 Dec 2008 13:44:12 +0000" "From  
ScanFront220" (("agustin" NIL "agustin" "iuma.ulpgc.es")) (("agustin"  
NIL "agustin" "iuma.ulpgc.es")) (("agustin" NIL "agustin"  
"iuma.ulpgc.es")) ((NIL NIL "agustin" "iuma.ulpgc.es")) NIL NIL NIL  
"&amp;lt;20081222.134412139.0000&amp;lt; at &amp;gt;smtp.iuma.ulpgc.es&amp;gt;") FLAGS (\Recent \Seen)  
RFC822.SIZE 1358432)
. OK UID FETCH completed
. UID STORE 26 +FLAGS \deleted
* 2 FETCH (FLAGS (\Recent \Seen \Deleted) UID 26)
. OK UID STORE completed
. UID FETCH 26 (ENVELOPE FLAGS RFC822.SIZE)
* 2 FETCH (UID 26 ENVELOPE ("Mon, 22 Dec 2008 13:44:12 +0000" "From  
ScanFront220" (("agustin" NIL "agustin" "iuma.ulpgc.es")) (("agustin"  
NIL "agustin" "iuma.ulpgc.es")) (("agustin" NIL "agustin"  
"iuma.ulpgc.es")) ((NIL NIL "agustin" "iuma.ulpgc.es")) NIL NIL NIL  
"&amp;lt;20081222.134412139.0000&amp;lt; at &amp;gt;smtp.iuma.ulpgc.es&amp;gt;") FLAGS (\Recent \Seen  
\Deleted) RFC822.SIZE 1358432)
. OK UID FETCH completed
. UID EXPUNGE 1:*
* 1 EXPUNGE
* 1 EXPUNGE
* 1 EXPUNGE
* 1 EXPUNGE
* 0 EXISTS
* 0 RECENT
. OK Expunged 4 messages

The problem is the IMAP command "UID EXPUNGE 1:*" with mix mailboxes.  
If I set an explicit UID it works fine.

Thanks in advance.

&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
_______________________________________________
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>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 in imap_sout (stream=0x21c5ba0, tag=0x7fffb595d5b0
"00000005", base=0x21c5eb0 "", s=0x7fffb595d1a8) at imap4r1.c:3519
#6  0x00007f7c33b680d5 in imap_send (stream=0x21c5ba0, cmd=0x7f7c33c03039
"FETCH", args=0x7fffb595d640) at imap4r1.c:3129
#7  0x00007f7c33b6c987 in imap_msgdata (stream=0x21c5ba0, msgno=1,
section=&amp;lt;value optimized out&amp;gt;, first=0, last=0, lines=&amp;lt;value optimized
out&amp;gt;,
    flags=&amp;lt;value optimized out&amp;gt;) at imap4r1.c:1845
#8  0x00007f7c33b412df in mail_fetch_header (stream=0x21c5ba0, msgno=1,
section=0x0, lines=0x0, len=0x0, flags=2) at mail.c:1748
#9  0x00007f7c33e26963 in zif_imap_fetchheader (ht=2,
return_value=0x217bc38, return_value_ptr=&amp;lt;value optimized out&amp;gt;,
    this_ptr=&amp;lt;value optimized out&amp;gt;, return_value_used=&amp;lt;value optimized out&amp;gt;)
at /usr/src/debug/php-5.3.3/ext/imap/php_imap.c:3140
#10 0x00000000005f5e58 in zend_do_fcall_common_helper_SPEC
(execute_data=&amp;lt;value optimized out&amp;gt;)
    at /usr/src/debug/php-5.3.3/Zend/zend_vm_execute.h:316
#11 0x00000000005cd180 in execute (op_array=0x142e380) at
/usr/src/debug/php-5.3.3/Zend/zend_vm_execute.h:107
#12 0x00000000005a787d in zend_execute_scripts (type=8, retval=0x0,
file_count=3) at /usr/src/debug/php-5.3.3/Zend/zend.c:1194
#13 0x0000000000555b48 in php_execute_script (primary_file=0x7fffb5960820)
at /usr/src/debug/php-5.3.3/main/main.c:2260
#14 0x00000000006315ee in main (argc=6, argv=0x7fffb5960a28) at
/usr/src/debug/php-5.3.3/sapi/cli/php_cli.c:1192
(gdb) frame 0
#0  0x00007f7c33b28221 in tcp_host (stream=0x0) at tcp_unix.c:767
767 {
(gdb) frame 1
#1  0x00007f7c33b6309c in imap_parse_header (stream=&amp;lt;value optimized out&amp;gt;,
env=0x22803e0, hdr=0x7fffb595cf00, stl=0x0) at imap4r1.c:4525
4525  rfc822_parse_msg (&amp;amp;nenv,NIL,(char *) hdr-&amp;gt;data,hdr-&amp;gt;size,NIL,
(gdb) print hdr-&amp;gt;data
$1 = (unsigned char *) 0x2272e30 "\r\n00000005 NO FETCH failed: Internal
error\r\n"
(gdb) print hdr-&amp;gt;size
$2 = 2386
(gdb) list
4520 void imap_parse_header (MAILSTREAM *stream,ENVELOPE **env,SIZEDTEXT
*hdr,
4521 STRINGLIST *stl)
4522 {
4523  ENVELOPE *nenv;
4524 /* parse what we can from this header */
4525  rfc822_parse_msg (&amp;amp;nenv,NIL,(char *) hdr-&amp;gt;data,hdr-&amp;gt;size,NIL,
4526    net_host (LOCAL-&amp;gt;netstream),stream-&amp;gt;dtb-&amp;gt;flags);
4527  if (*env) { /* need to merge this header into envelope? */
4528    if (!(*env)-&amp;gt;newsgroups) { /* need Newsgroups? */
4529      (*env)-&amp;gt;newsgroups = nenv-&amp;gt;newsgroups;

(gdb) frame 2
#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
5022      else imap_parse_header (stream,&amp;amp;elt-&amp;gt;private.msg.env,text,stl);
(gdb) list
5017  stream-&amp;gt;msgno = msgno;
5018 }
5019 imap_parse_header (stream,&amp;amp;stream-&amp;gt;env,text,stl);
5020      }
5021 /* regular caching */
5022      else imap_parse_header (stream,&amp;amp;elt-&amp;gt;private.msg.env,text,stl);
5023    }
5024  }
5025 /* top level text */
5026  else if (!strcmp (seg,"TEXT")) {
(gdb) print text
$3 = (struct mail_sizedtext *) 0x7fffb595cf00
(gdb) print text-&amp;gt;data
$4 = (unsigned char *) 0x2272e30 "\r\n00000005 NO FETCH failed: Internal
error\r\n"
(gdb) frame 3
#3  0x00007f7c33b6601c in imap_parse_unsolicited (stream=0x21c5ba0,
reply=0x21c5e08) at imap4r1.c:3835
3835      else imap_cache (stream,msgno,md.what,stl,&amp;amp;text);
(gdb) frame 4
#4  0x00007f7c33b66bf3 in imap_reply (stream=0x21c5ba0, tag=0x7fffb595d5b0
"00000005") at imap4r1.c:3560
3560 imap_parse_unsolicited (stream,reply);
(gdb) frame 5
..


any ideas?

/v
_______________________________________________
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>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 EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox'
EXTRAAUTHENTICATORS='' PASSWDTYPE=std SSLTYPE=nopwd IP=4
EXTRASPECIALS='' BUILDTYPE=osx IP=6 EXTRAAUTHENTICATORS=" gss" \
PASSWDTYPE=pam \
EXTRACFLAGS=" -DMAC_OSX_KLUDGE=1" \
SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib
SSLCERTS=/System/Library/OpenSSL/certs
SSLKEYS=/System/Library/OpenSSL/private GSSINCLUDE=/usr/include
GSSLIB=/usr/lib PAMDLFLAGS=-lpam"
make[2]: `ip6' is up to date.
Building c-client for osx...
echo `cat SPECIALS`  &amp;gt; c-client/SPECIALS
cd c-client;make osx EXTRACFLAGS='-DMAC_OSX_KLUDGE=1'\
 EXTRALDFLAGS=''\
 EXTRADRIVERS='mbox'\
 EXTRAAUTHENTICATORS='gss'\
 PASSWDTYPE=pam SSLTYPE=nopwd IP=6\
 SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib
SSLCERTS=/System/Library/OpenSSL/certs
SSLKEYS=/System/Library/OpenSSL/private GSSINCLUDE=/usr/include
GSSLIB=/usr/lib PAMDLFLAGS=-lpam
make build EXTRACFLAGS='-DMAC_OSX_KLUDGE=1' EXTRALDFLAGS=''
EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='gss' PASSWDTYPE=pam
SSLTYPE=nopwd IP=6 `cat SPECIALS` OS=osx \
 CRXTYPE=nfs \
 SPOOLDIR=/var/spool MAILSPOOL=/var/mail \
 RSHPATH=/usr/bin/rsh \
 BASECFLAGS="-g -O2 -pipe -fno-omit-frame-pointer -Wno-pointer-sign"
sh -c 'rm -rf auths.c crexcl.c ip_unix.c linkage.[ch] siglocal.c
osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE c-client.a || true'
Once-only environment setup...
echo cc &amp;gt; CCTYPE
echo -g -O2 -pipe -fno-omit-frame-pointer -Wno-pointer-sign
'-DMAC_OSX_KLUDGE=1' -DCHUNKSIZE=65536 &amp;gt; CFLAGS
echo -DCREATEPROTO=unixproto -DEMPTYPROTO=unixproto \
 -DMD5ENABLE=\"/etc/cram-md5.pwd\" -DMAILSPOOL=\"/var/mail\" \
 -DANONYMOUSHOME=\"/var/mail/anonymous\" \
 -DACTIVEFILE=\"/usr/lib/news/active\" -DNEWSSPOOL=\"/var/spool/news\" \
 -DRSHPATH=\"/usr/bin/rsh\" -DLOCKPGM=\"\" \
 -DLOCKPGM1=\"/usr/libexec/mlock\" -DLOCKPGM2=\"/usr/sbin/mlock\" \
 -DLOCKPGM3=\"/etc/mlock\" &amp;gt; OSCFLAGS
echo   &amp;gt; LDFLAGS
echo "ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o
utf8.o utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o
fdstring.o rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbx.o mmdf.o
tenex.o mtx.o news.o phile.o mh.o mx.o mix.o;ranlib c-client.a" &amp;gt;
ARCHIVE
echo osx &amp;gt; OSTYPE
./drivers mbox imap nntp pop3 mix mx mbx tenex mtx mh mmdf unix news phile dummy
./mkauths gss ext md5 pla log
echo -I/usr/include -DGSS_C_NT_HOSTBASED_SERVICE=gss_nt_service_name
-DKRB5_DEPRECATED=1 &amp;gt;&amp;gt; OSCFLAGS
sh -c '(test -f /usr/lib/libk5crypto.a) &amp;amp;&amp;amp; echo -L/usr/lib
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err || echo -L/usr/lib
-lgssapi_krb5 -lkrb5 -lcrypto -lcom_err' &amp;gt;&amp;gt; LDFLAGS
echo "#include \"kerb_mit.c\"" &amp;gt;&amp;gt; auths.c
echo "  mail_versioncheck (CCLIENTVERSION);" &amp;gt;&amp;gt; linkage.c
ln -s os_osx.h osdep.h
ln -s os_osx.c osdepbas.c
ln -s log_std.c osdeplog.c
ln -s sig_bsd.c siglocal.c
ln -s crx_nfs.c crexcl.c
ln -s ip6_unix.c ip_unix.c
sh -c '(test osx = sc5 -o osx = sco -o ! -f
/usr/include/sys/statvfs.h) &amp;amp;&amp;amp; echo -DNOFSTATVFS &amp;gt;&amp;gt; OSCFLAGS || fgrep
statvfs64 /usr/include/sys/statvfs.h &amp;gt; /dev/null || echo
-DNOFSTATVFS64 &amp;gt;&amp;gt; OSCFLAGS'
PAM password authentication
echo -lpam -ldl &amp;gt;&amp;gt; LDFLAGS
ln -s ckp_pam.c osdepckp.c
Building with SSL
ln -s ssl_unix.c osdepssl.c
echo -I/usr/include/openssl -I/usr/include/openssl/openssl
-DSSL_CERT_DIRECTORY=\"/System/Library/OpenSSL/certs\"
-DSSL_KEY_DIRECTORY=\"/System/Library/OpenSSL/private\" &amp;gt;&amp;gt; OSCFLAGS
echo "  ssl_onceonlyinit ();" &amp;gt;&amp;gt; linkage.c
echo -L/usr/lib -lssl -lcrypto  &amp;gt;&amp;gt; LDFLAGS
Building with SSL and plaintext passwords disabled unless SSL/TLS
echo "  mail_parameters (NIL,SET_DISABLEPLAINTEXT,(void *) 2);" &amp;gt;&amp;gt; linkage.c
cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c &amp;gt; osdep.c
Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make osx SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
In file included from auths.c:2,
                 from env_unix.c:260,
                 from osdep.c:49:
auth_gss.c: In function 'auth_gssapi_server':
auth_gss.c:399: warning: format '%s' expects type 'char *', but
argument 3 has type 'void *'
auth_gss.c:406: warning: format '%s' expects type 'char *', but
argument 3 has type 'void *'
auth_gss.c:414: warning: format '%s' expects type 'char *', but
argument 3 has type 'void *'
osdep.c:85:26: error: pam/pam_appl.h: No such file or directory
osdep.c: At top level:
osdep.c:104: warning: 'struct pam_response' declared inside parameter list
osdep.c:104: warning: its scope is only this definition or
declaration, which is probably not what you want
osdep.c:104: warning: 'struct pam_message' declared inside parameter list
osdep.c: In function 'checkpw_conv':
osdep.c:108: error: invalid application of 'sizeof' to incomplete type
'struct pam_response'
osdep.c:109: error: dereferencing pointer to incomplete type
osdep.c:110: error: 'PAM_PROMPT_ECHO_ON' undeclared (first use in this function)
osdep.c:110: error: (Each undeclared identifier is reported only once
osdep.c:110: error: for each function it appears in.)
osdep.c:111: error: invalid use of undefined type 'struct pam_response'
osdep.c:111: error: invalid use of undefined type 'struct pam_response'
osdep.c:111: error: 'PAM_SUCCESS' undeclared (first use in this function)
osdep.c:112: error: invalid use of undefined type 'struct pam_response'
osdep.c:112: error: invalid use of undefined type 'struct pam_response'
osdep.c:114: error: 'PAM_PROMPT_ECHO_OFF' undeclared (first use in
this function)
osdep.c:115: error: invalid use of undefined type 'struct pam_response'
osdep.c:115: error: invalid use of undefined type 'struct pam_response'
osdep.c:116: error: invalid use of undefined type 'struct pam_response'
osdep.c:116: error: invalid use of undefined type 'struct pam_response'
osdep.c:118: error: 'PAM_TEXT_INFO' undeclared (first use in this function)
osdep.c:119: error: 'PAM_ERROR_MSG' undeclared (first use in this function)
osdep.c:120: error: invalid use of undefined type 'struct pam_response'
osdep.c:120: error: invalid use of undefined type 'struct pam_response'
osdep.c:121: error: invalid use of undefined type 'struct pam_response'
osdep.c:121: error: invalid use of undefined type 'struct pam_response'
osdep.c:125: error: 'PAM_CONV_ERR' undeclared (first use in this function)
osdep.c: At top level:
osdep.c:136: error: expected ')' before '*' token
osdep.c: In function 'Checkpw':
osdep.c:153: error: 'pam_handle_t' undeclared (first use in this function)
osdep.c:153: error: 'hdl' undeclared (first use in this function)
osdep.c:154: error: storage size of 'conv' isn't known
osdep.c:162: error: 'PAM_SUCCESS' undeclared (first use in this function)
osdep.c:163: error: 'PAM_RHOST' undeclared (first use in this function)
osdep.c:166: error: 'PAM_ESTABLISH_CRED' undeclared (first use in this function)
osdep.c:182: error: 'checkpw_cleanup' undeclared (first use in this function)
osdep.c: In function 'ssl_onceonlyinit':
osdep.c:346: warning: 'RAND_seed' is deprecated (declared at
/usr/include/openssl/rand.h:106)
osdep.c:351: warning: 'SSL_library_init' is deprecated (declared at
/usr/include/openssl/ssl.h:1553)
osdep.c: In function 'ssl_start_work':
osdep.c:456: warning: 'SSL_CTX_new' is deprecated (declared at
/usr/include/openssl/ssl.h:1346)
osdep.c:457: warning: 'TLSv1_client_method' is deprecated (declared at
/usr/include/openssl/ssl.h:1521)
osdep.c:458: warning: 'SSLv23_client_method' is deprecated (declared
at /usr/include/openssl/ssl.h:1517)
osdep.c:460: warning: 'SSL_CTX_ctrl' is deprecated (declared at
/usr/include/openssl/ssl.h:1498)
osdep.c:463: warning: 'SSL_CTX_set_verify' is deprecated (declared at
/usr/include/openssl/ssl.h:1459)
osdep.c:464: warning: 'SSL_CTX_set_verify' is deprecated (declared at
/usr/include/openssl/ssl.h:1459)
osdep.c:466: warning: 'SSL_CTX_set_default_verify_paths' is deprecated
(declared at /usr/include/openssl/ssl.h:1570)
osdep.c:469: warning: 'SSL_CTX_load_verify_locations' is deprecated
(declared at /usr/include/openssl/ssl.h:1572)
osdep.c:472: warning: 'BIO_new_mem_buf' is deprecated (declared at
/usr/include/openssl/bio.h:617)
osdep.c:473: warning: 'SSL_CTX_use_certificate' is deprecated
(declared at /usr/include/openssl/ssl.h:1469)
osdep.c:476: warning: 'BIO_free' is deprecated (declared at
/usr/include/openssl/bio.h:583)
osdep.c:481: warning: 'BIO_new_mem_buf' is deprecated (declared at
/usr/include/openssl/bio.h:617)
osdep.c:483: warning: 'SSL_CTX_use_PrivateKey' is deprecated (declared
at /usr/include/openssl/ssl.h:1466)
osdep.c:484: warning: 'EVP_PKEY_free' is deprecated (declared at
/usr/include/openssl/evp.h:885)
osdep.c:486: warning: 'BIO_free' is deprecated (declared at
/usr/include/openssl/bio.h:583)
osdep.c:493: warning: 'SSL_new' is deprecated (declared at
/usr/include/openssl/ssl.h:1481)
osdep.c:495: warning: 'BIO_new_socket' is deprecated (declared at
/usr/include/openssl/bio.h:675)
osdep.c:496: warning: 'SSL_set_bio' is deprecated (declared at
/usr/include/openssl/ssl.h:1375)
osdep.c:497: warning: 'SSL_set_connect_state' is deprecated (declared
at /usr/include/openssl/ssl.h:1548)
osdep.c:498: warning: 'SSL_state' is deprecated (declared at
/usr/include/openssl/ssl.h:1581)
osdep.c:498: warning: 'SSL_ctrl' is deprecated (declared at
/usr/include/openssl/ssl.h:1496)
osdep.c:500: warning: 'SSL_write' is deprecated (declared at
/usr/include/openssl/ssl.h:1495)
osdep.c:504: warning: 'SSL_get_peer_certificate' is deprecated
(declared at /usr/include/openssl/ssl.h:1450)
osdep.c: In function 'ssl_open_verify':
osdep.c:528: warning: 'X509_verify_cert_error_string' is deprecated
(declared at /usr/include/openssl/x509.h:752)
osdep.c:528: warning: 'X509_STORE_CTX_get_error' is deprecated
(declared at /usr/include/openssl/x509_vfy.h:451)
osdep.c:529: warning: 'X509_NAME_oneline' is deprecated (declared at
/usr/include/openssl/x509.h:984)
osdep.c:530: warning: 'X509_get_subject_name' is deprecated (declared
at /usr/include/openssl/x509.h:1013)
osdep.c:530: warning: 'X509_STORE_CTX_get_current_cert' is deprecated
(declared at /usr/include/openssl/x509_vfy.h:454)
osdep.c: In function 'ssl_validate_cert':
osdep.c:568: warning: 'X509_get_ext_d2i' is deprecated (declared at
/usr/include/openssl/x509.h:1151)
osdep.c:569: warning: 'sk_num' is deprecated (declared at
/usr/include/openssl/stack.h:81)
osdep.c:572: warning: 'sk_value' is deprecated (declared at
/usr/include/openssl/stack.h:82)
osdep.c: In function 'ssl_getdata':
osdep.c:716: warning: 'SSL_get_fd' is deprecated (declared at
/usr/include/openssl/ssl.h:1362)
osdep.c:724: warning: 'SSL_pending' is deprecated (declared at
/usr/include/openssl/ssl.h:1368)
osdep.c:743: warning: 'SSL_read' is deprecated (declared at
/usr/include/openssl/ssl.h:1493)
osdep.c:745: warning: 'SSL_get_error' is deprecated (declared at
/usr/include/openssl/ssl.h:1501)
osdep.c:749: warning: 'SSL_get_error' is deprecated (declared at
/usr/include/openssl/ssl.h:1501)
osdep.c: In function 'ssl_sout':
osdep.c:799: warning: 'SSL_write' is deprecated (declared at
/usr/include/openssl/ssl.h:1495)
osdep.c:802: warning: 'SSL_get_error' is deprecated (declared at
/usr/include/openssl/ssl.h:1501)
osdep.c: In function 'ssl_abort':
osdep.c:833: warning: 'SSL_shutdown' is deprecated (declared at
/usr/include/openssl/ssl.h:1532)
osdep.c:834: warning: 'SSL_free' is deprecated (declared at
/usr/include/openssl/ssl.h:1490)
osdep.c:838: warning: 'SSL_CTX_free' is deprecated (declared at
/usr/include/openssl/ssl.h:1347)
osdep.c: In function 'ssl_server_init':
osdep.c:926: warning: 'ERR_load_crypto_strings' is deprecated
(declared at /usr/include/openssl/err.h:296)
osdep.c:927: warning: 'SSL_load_error_strings' is deprecated (declared
at /usr/include/openssl/ssl.h:1416)
osdep.c:939: warning: 'SSL_CTX_new' is deprecated (declared at
/usr/include/openssl/ssl.h:1346)
osdep.c:940: warning: 'TLSv1_server_method' is deprecated (declared at
/usr/include/openssl/ssl.h:1520)
osdep.c:941: warning: 'SSLv23_server_method' is deprecated (declared
at /usr/include/openssl/ssl.h:1516)
osdep.c:945: warning: 'SSL_CTX_ctrl' is deprecated (declared at
/usr/include/openssl/ssl.h:1498)
osdep.c:947: warning: 'SSL_CTX_set_cipher_list' is deprecated
(declared at /usr/include/openssl/ssl.h:1345)
osdep.c:951: warning: 'SSL_CTX_use_certificate_chain_file' is
deprecated (declared at /usr/include/openssl/ssl.h:1403)
osdep.c:955: warning: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated
(declared at /usr/include/openssl/ssl.h:1400)
osdep.c:961: warning: 'SSL_CTX_ctrl' is deprecated (declared at
/usr/include/openssl/ssl.h:1498)
osdep.c:962: warning: 'SSL_CTX_set_tmp_rsa_callback' is deprecated
(declared at /usr/include/openssl/ssl.h:1631)
osdep.c:964: warning: 'SSL_new' is deprecated (declared at
/usr/include/openssl/ssl.h:1481)
osdep.c:968: warning: 'SSL_set_fd' is deprecated (declared at
/usr/include/openssl/ssl.h:1370)
osdep.c:970: warning: 'SSL_accept' is deprecated (declared at
/usr/include/openssl/ssl.h:1491)
osdep.c:992: warning: 'ERR_get_error' is deprecated (declared at
/usr/include/openssl/err.h:266)
osdep.c:993: warning: 'ERR_error_string' is deprecated (declared at
/usr/include/openssl/err.h:279)
osdep.c: In function 'ssl_genkey':
osdep.c:1011: warning: 'RSA_generate_key' is deprecated (declared at
/usr/include/openssl/rsa.h:261)
osdep.c:1014: warning: 'ERR_get_error' is deprecated (declared at
/usr/include/openssl/err.h:266)
osdep.c:1015: warning: 'ERR_error_string' is deprecated (declared at
/usr/include/openssl/err.h:279)
osdep.c: In function 'ssl_server_input_wait':
osdep.c:1036: warning: 'SSL_get_fd' is deprecated (declared at
/usr/include/openssl/ssl.h:1362)
osdep.c:1040: warning: 'SSL_pending' is deprecated (declared at
/usr/include/openssl/ssl.h:1368)
osdep.c:1041: warning: 'SSL_read' is deprecated (declared at
/usr/include/openssl/ssl.h:1493)
make[3]: *** [osdep.o] Error 1
make[2]: *** [osx] Error 2
make[1]: *** [OSTYPE] Error 2
make: *** [oxp] Error 2
bash-3.2#
_______________________________________________
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>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 */
     if (*s == '=') ++s;/* allow up to two padding chars */
     if (*s == '=') ++s;
   }
_______________________________________________
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>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 messages in them, so the architecture files ought have had referenced the file for some time. Either .mixindex has lost data or updates are have failed to add any reference.

After mixrbld, a followup scan will go further checking each mixindex line, seeking into the mixDATA file and ensure the format of the mixDATA header is value and the UID and date match. So the mixDATA file is--to all appearances--clean, but the file is not reffed in the .mixindex (until the mixrbld).

Do you have any thoughts/advice to offer?

Thanks,

Paul

$home/INBOX: DATA-NOT-REFFED: file .mix4e0b9958 (size=11281452 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4dfced15 (size=27110 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4da77daf (size=18405 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4df6651b (size=505097 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4dad9954 (size=7239 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4e02a9f8 (size=2508087 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4dee1514 (size=5182 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4d99d382 (size=53818 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4e0c7cbc (size=12204 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4e089632 (size=538832 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4def3da2 (size=229045 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4e09250e (size=856999 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4e09fce9 (size=1589521 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4e09ded8 (size=4011966 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4e0c77c7 (size=5627 bytes) is not referenced by .mixindex
$home/INBOX: DATA-NOT-REFFED: file .mix4ddfa261 (size=83803 bytes) is not referenced by .mixindex

grep -c ^:msg: 
$home/INBOX/.mix4e0b9958:1
$home/INBOX/.mix4dfced15:4
$home/INBOX/.mix4da77daf:2
$home/INBOX/.mix4df6651b:9
$home/INBOX/.mix4dad9954:1
$home/INBOX/.mix4e02a9f8:1
$home/INBOX/.mix4dee1514:1
$home/INBOX/.mix4d99d382:4
$home/INBOX/.mix4e0c7cbc:1
$home/INBOX/.mix4e089632:29
$home/INBOX/.mix4def3da2:5
$home/INBOX/.mix4e09250e:5
$home/INBOX/.mix4e09fce9:1
$home/INBOX/.mix4e09ded8:1
$home/INBOX/.mix4e0c77c7:2
$home/INBOX/.mix4ddfa261:4

grep ^:msg: $home/INBOX/.mix4e089632
:msg:0000c2b3:20110627110012-0400:000009f2:
:msg:0000c2b5:20110627122807-0400:00000f89:
:msg:0000c2b6:20110627123017-0400:000012fc:
:msg:0000c2b7:20110627123048-0400:00001546:
:msg:0000c2b8:20110627123104-0400:00001a63:
:msg:0000c2b9:20110627130345-0400:000015c0:
:msg:0000c2ba:20110627135454-0400:00001cd9:
:msg:0000c2bb:20110627142434-0400:00001ea2:
:msg:0000c2bc:20110627152244-0400:00000c30:
:msg:0000c2bd:20110627152509-0400:0001d7f0:
:msg:0000c2be:20110627152931-0400:00000fd7:
:msg:0000c2bf:20110627165720-0400:000018ec:
:msg:0000c2c0:20110627170620-0400:0000942d:
:msg:0000c2c1:20110627172046-0400:000125d8:
:msg:0000c2c2:20110627173320-0400:0000133e:
:msg:0000c2c3:20110627180812-0400:00005243:
:msg:0000c2c4:20110627185905-0400:00003b5c:
:msg:0000c2c5:20110627190129-0400:00003b68:
:msg:0000c2c6:20110627231540-0400:000023bb:
:msg:0000c2c7:20110627233438-0400:0000277a:
:msg:0000c2c8:20110627235743-0400:00002030:
:msg:0000c2c9:20110628020524-0400:00008959:
:msg:0000c2ca:20110628031402-0400:00008ee2:
:msg:0000c2cb:20110628035244-0400:00005768:
:msg:0000c2cc:20110628040033-0400:00001f20:
:msg:0000c2cd:20110628040456-0400:00001264:
:msg:0000c2ce:20110628050818-0400:0000bec2:
:msg:0000c2cf:20110628103036-0400:00000a98:
:msg:0000c2d0:20110628103252-0400:00000d49:


_______________________________________________
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>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 hallowed signing utility. 
It's worth noticing that such x509v1 to 3 is what went wrong with the tests installing openssl from source, but that shouldn't matter, as I  did sudo rm -rf on the whole openssl folder and I noticed I have the shared libraries of openssl  and the binaries in usr/bin/openssl as expected.
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-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 "configure"#include "confdefs.h"#include &amp;lt;stdio.h&amp;gt;#include &amp;lt;c-client.h&amp;gt;  int main() {  SIZEDTEXT *src, *dst;  utf8_mime2text(src, dst);  ; return 0; }configure:48665: checking for U8T_DECOMPOSEconfigure:48681: gcc -c -I conftest.c 1&amp;gt;&amp;amp;5gcc: no input filesconfigure: failed program was:#line 48670 "configure"#include "confdefs.h"#include &amp;lt;c-client.h&amp;gt;  int main() {   int i = U8T_CANONICAL;  ; return 0; }So I guess I don't have IMAP-SSL properly built, although I really don't understand what's going on.
_______________________________________________
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-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 «/home/gerardo/Descargas/imap-2007a/c-client»make[2]: *** [lnp] Error 2make[2]: se sale del directorio «/home/gerardo/Descargas/imap-2007a/c-client»make[1]: *** [OSTYPE] Error 2make[1]: se sale del directorio «/home/gerardo/Descargas/imap-2007a»make: *** [ldb] Error 2In fact I think the error is only at osdep, but I can't find any path called security/pam anywhere. What can I do?
_______________________________________________
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-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>

