Re: failing IMAP on Lotus Notes domino server



	Hi everybody,

getting back to the old topic,
I'm now experiencing the same problem with Domino 8.0. While Kacper doesn't suffer any more from the issue, I'm now ready to gather info, that would help to fix it.

I gathered the network traffic of the session. (One TCP packet is broken, as I erased my password :-) ). Take a look.

Pawel, what would be my next steps for it?

Thanks and best regards,	Ildar.


On 23.10.2006 19:04:58, Kacper Wysocki wrote:
On 10/22/06, Pawel Salek <pawsa theochem kth se> wrote:
> On 10/20/06 11:09:29, Kacper Wysocki wrote:
[snip]
I can log in and fetch a list of messages, but when I try to open a message I get Could not access message 117 in mailbox "inbox".
> >
This is with balsa 2.3.8-1ubuntu3. I know you love to hear this, but mozilla thunderchicken seems to have no problems with the domino server.

Hold on, is the server breaking connection here? Do you see anthing about "IMAP connection severed"?

Hi Pawel,

No, only what I wrote: balsa downloads the headers, then there's the
OK FETCH, then the "cannot recover":
...
----

looking at libbalsa/imap/imap-handle.c it seems that imap_cmd_step gets an empty string, since sscanf() fails and balsa disconnects:

  /* our command tags are hexadecimal numbers */
  if(sscanf(tag, "%x", &cmdno) != 1) {
printf("scanning '%s' for tag number failed. Cannot recover.\n", tag);
    imap_handle_disconnect(handle);
    return IMR_BAD;
  }

Perhaps the Notes server inserts a newline somewhere where balsa doesn't expect it?



--
Ildar  Mulyukov,  free SW designer/programmer/packager
=========================================
email: ildar altlinux ru
Jabber: ildar jabber ru
ICQ: 4334029
ALT Linux Sisyphus http://www.sisyphus.ru
=========================================

Attachment: lotus1.pcap
Description: Binary data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]