so what version of courier imap do you have?
the one I have that is not working with gbuffy is
courier-imap-ldap-2.1.1.20030902-1.9
--- In gbuffy@yahoogroups.com, Bill Moseley <moseley@h...> wrote:
> On Tue, Jul 22, 2003 at 12:13:34PM -0700, Grant Stephenson wrote:
> >
> > Hmm.. Well thanks for the post, but I get the same results.. I am
running
> > this on a redhat 8.0 machine (but have had the same results on several
> > redhat versions.) I have compiled, or run the precompiled
binaries.. Always
> > the same results..
>
> Sometimes watching the output of strace will give clues.
>
> For example:
>
> $ strace -p 966 -e trace=read,write -s 100
> write(4, "a51472 STATUS inbox.lists.debian-user (MESSAGES
RECENT)\r\n", 57) = 57
> read(4, "* STATUS \"inbox.lists.debian-user\" (MESSAGES 2556 RECENT
2)\r\na51472 OK STATUS Completed.\r\n", 1023) = 90
>
> I do not know the imap protocol, but...
>
> So gbuffy has pid 966 and I can see it request STATUS for debian-user
> list, and it returns the "2" new messages which are currently shown on
> the gbuffy window.
>
> If yours is not working at all I'd try
>
> strace gbuffy -e trace=read,write -s 100
>
> and then you might see what is failing.
>
> Don't know if this will help or not.
>
> Good luck.
>
>
> >
> >
> >
> > -----Original Message-----
> > From: Bill Moseley [mailto:moseley@h...]
> > Sent: Monday, July 21, 2003 2:53 PM
> > To: Net Nut
> > Cc: gbuffy@yahoogroups.com
> > Subject: Re: still having trouble using this on a with courier
imap server
> >
> >
> > On Mon, Jul 21, 2003 at 02:19:58PM -0700, Net Nut wrote:
> > > Hello, I have been trying to get gbuffy to work from time to time
> > > (off, and
> > > on) against my courier imap server, but the boxes always show up
with zero
> > > mail in it. At the same time when I setup mailboxes on a
exchange server
> > it
> > > notifies fine.
> > >
> > > Any pointers?
> >
> > I'm using Courier with this setup:
> >
> > {
> > mailboxes = (
> > {
> > type = imap;
> > title = inbox;
> > path = inbox;
> > command = "xterm -e mutt -f =INBOX";
> > server = imapmail;
> > port = 143;
> > login = moseley;
> > },
> >
> > [more of the same]
> > );
> > vertical = false;
> > polltime = 10;
> > rows = 1;
> > maildir = "/home/moseley/Mail";
> > }
> >
> > It kind of works -- often it doesn't update the mail counts until I
> > click on the buttons. I can't get it to show a summary of my
subjects,
> > either.
> >
> >
> >
> > --
> > Bill Moseley
> > moseley@h...
> >
> >
>
> --
> Bill Moseley
> moseley@h...