Bug 48809 - kmail fails to read imap mailbox
Summary: kmail fails to read imap mailbox
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: IMAP (show other bugs)
Version: 1.4.6
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-07 04:27 UTC by Ross Smith
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ross Smith 2002-10-07 04:27:48 UTC
Version:           1.4.6 (using KDE 3.0.7 (KDE 3.1 beta1))
Installed from:    compiled sources
Compiler:          Apple Computer, Inc. GCC version 1151, based on gcc version 3.1 20020420 (prerelease)
OS:          Darwin (Power Macintosh) release 6.1

This is a new installation of kmail.  I point it at my PMDF IMAP server and configure it (I assume correctly).  The PMDF server requires SSL/TLS and when I click the button that queries the expected security it offers it responds reasonably.  However, once configured, kmail will not download mail.  If it has problems, I'd expect that there would be error messages, but nothing. (I can send mail, which also requires TLS and SASL, and go a couple of error which I fixed.)

Is there a log file i can look at somewhere?
Comment 1 Carsten Burghardt 2002-10-13 23:42:07 UTC
If you compiled your kdebase and kmail with enable-debuf than you can see the 
debug output of the kioslave in your .xsession-errors file.
Can you connect to the server with encryption? Can you connect with a 
different imap-client?
Comment 2 Ross Smith 2002-10-14 09:47:40 UTC
Subject: Re:  kmail fails to read imap mailbox

On Sunday, October 13, 2002, at 05:42 PM, Carsten Burghardt wrote:

> ------- Additional Comments From burghardt@kde.org  2002-10-13 23:42 
> -------
> If you compiled your kdebase and kmail with enable-debuf than you can 
> see the
> debug output of the kioslave in your .xsession-errors file.

If was compiled using fink.  By the look of it, there is no 
.xsession-errors file anywhere.

> Can you connect to the server with encryption?

This server MUST use encryption to be connected to.

> Can you connect with a different imap-client?

Well, this is a Mac, and I have e-mail available from this server with 
Netscape and Apple Mail so I'm far from dead as far as mail is 
concerned.  And this also shows that the server is reachable and 
functional.

Hmmm...  I just added my .Mac account which is also IMAP.  This is used 
without any encryption, just plain text.  Nothing happens.  It is 
though the whole mail reading part of kmail was missing...

This is mac OS.X.2.1 and kde compiled and linked from scratch.

-Ross-

Comment 3 Carsten Burghardt 2002-10-14 12:57:16 UTC
Can you watch the network-traffic of the account without encryption with e.g. 
ethereal and post the output (remove the password first)? Otherwise I don't 
see a chance to track this down.
Comment 4 Ross Smith 2002-10-15 17:42:47 UTC
Subject: Re:  kmail fails to read imap mailbox

On Monday, October 14, 2002, at 06:57 AM, Carsten Burghardt wrote:
> ------- Additional Comments From burghardt@kde.org  2002-10-14 12:57 
> -------
> Can you watch the network-traffic of the account without encryption 
> with e.g.
> ethereal and post the output (remove the password first)? Otherwise I 
> don't
> see a chance to track this down.

I looked at the imap thread logs on the server and saw stuff that 
puzzled me.  I mailed the group that discusses the server and got this 
...

Hi Ross,

>> 14-OCT-2002  20:50:27: IMAP thread: [4] pmt_recv error, errno=32
>> 14-OCT-2002  20:50:27:     Error: broken pipe

>> 14-OCT-2002  20:50:29: IMAP thread: [4] pmt_recv error, errno=32
>> 14-OCT-2002  20:50:29:     Error: broken pipe

These error messages indicate that either the network connection 
dropped out
or the client unexpectedly terminated the session.  Because your other 
mail
clients work fine, if I had to guess I'd say it's a problem with the 
version
of kmail that you're using.  Any chance you can drop forward or 
backwards a
couple versions to see if that makes a difference?

Michael Lamont
Process Software

Comment 5 Carsten Burghardt 2002-10-15 19:54:17 UTC
I'm not aware of any problem that makes the kioslave disconnect but you can of 
course either try to update from cvs or try the 3.0 branch. 
Comment 6 Ross Smith 2002-11-01 00:05:56 UTC
Subject: Re:  kmail fails to read imap mailbox

On Monday, October 14, 2002, at 06:57 AM, Carsten Burghardt wrote:

> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=48809

OK.  When kmail was built i had not installed the August developer kit 
update.  With the update installed a rebuild of kmail seems to be 
working (more or less).

Interesting really...

Comment 7 Carsten Burghardt 2002-11-02 13:10:52 UTC
Then I assume it's fixed.