Search the web
Sign In
New User? Sign Up
gbuffy · GBuffy Tool Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
still having trouble using this on a with courier imap server   Message List  
Reply | Forward Message #79 of 231 |
Re: still having trouble using this on a with courier imap server

On Fri, Sep 12, 2003 at 05:48:51AM -0000, netnut404 wrote:
> so what version of courier imap do you have?

Well, here's my Debian Stable packages. A bit behind the current
Courier version.

moseley@mardy:~$ dpkg -l | grep courier
ii courier-authda 0.37.3-2.3 Courier Mail Server authentication daemon
ii courier-base 0.37.3-2.3 Courier Mail Server Base System
ii courier-imap 1.4.3-2.3 IMAP daemon with PAM and Maildir support
ii courier-imap-s 1.4.3-3.3 IMAP daemon with SSL, PAM and Maildir suppor
ii courier-ssl 0.37.3-3.3 Courier Mail Server SSL Package



>
> 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...
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

--
Bill Moseley
moseley@...




Fri Sep 12, 2003 5:59 am

whmoseley
Offline Offline
Send Email Send Email

Forward
Message #79 of 231 |
Expand Messages Author Sort by Date

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...
Net Nut
netnut404
Offline Send Email
Jul 21, 2003
9:18 pm

... I'm using Courier with this setup: { mailboxes = ( { type = imap; title = inbox; path = inbox; command = "xterm -e mutt -f =INBOX"; server = imapmail; port...
Bill Moseley
whmoseley
Offline Send Email
Jul 21, 2003
9:56 pm

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...
Grant Stephenson
grant@...
Send Email
Jul 22, 2003
7:12 pm

... Sometimes watching the output of strace will give clues. For example: $ strace -p 966 -e trace=read,write -s 100 write(4, "a51472 STATUS...
Bill Moseley
whmoseley
Offline Send Email
Jul 22, 2003
7:32 pm

Well with that strace command "strace gbuffy -e trace=read,write -s 100" I get screens and screens of data... And to clarify I wouldn't say it does not work...
Grant Stephenson
grant@...
Send Email
Jul 23, 2003
6:29 pm

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 ... running ... binaries.....
netnut404
Offline Send Email
Sep 12, 2003
5:48 am

... Well, here's my Debian Stable packages. A bit behind the current Courier version. moseley@mardy:~$ dpkg -l | grep courier ii courier-authda 0.37.3-2.3...
moseley@...
whmoseley
Offline Send Email
Sep 12, 2003
5:59 am

oops meant to say I have courier-imap-2.1.1.20030902-1.9 (same thing) I can't figure why for the life of me it does not work.. the passowrds work, and it...
netnut404
Offline Send Email
Sep 12, 2003
6:00 am

... printf() and gdb are the path to enlightenment, I'm afraid. -- Bill Moseley moseley@......
moseley@...
whmoseley
Offline Send Email
Sep 12, 2003
6:14 am

If you compile with debug enabled, ./gbuffy -d 5 should log the entire imap traffic to ~/.gbuffydebug, and then you should see what command its issuing to see...
Brandon Long
blong42
Offline Send Email
Sep 12, 2003
5:12 pm

ok, what option should be used for enableing debug ? I don't see it in the configure script....
netnut404
Offline Send Email
Sep 13, 2003
2:00 am

Just define DEBUG in the config.h file Brandon ... -- "I see. So the T1000 is a lesbian." -- Newob Det, ASC http://www.fiction.net/blong/...
Brandon Long
blong42
Offline Send Email
Sep 13, 2003
6:44 am

Hmm but when I do that it no longer compiles.. I get make gcc -g -O2 -I. `/usr/bin/gtk-config --cflags` -c -o config.o config.c gcc -g -O2 -I....
netnut404
Offline Send Email
Sep 13, 2003
7:05 am

yeah, that's a known issue, just delete that call to g_print. Brandon ... -- "If you're falling off a cliff, you might as well try to fly. You've got nothing...
Brandon Long
blong42
Offline Send Email
Sep 13, 2003
10:59 am

ok, that workd fo compiling, and now it took the -d 5 and said "-I- Debugging at level 5" but the debug file which was created remains 0 bytes even after...
netnut404
Offline Send Email
Sep 14, 2003
6:07 am

Oops I spoke too soon it did eventually write to the log after leaving it running for a while.. it said cat .gbuffydebug msocket_read_line_d():* OK...
netnut404
Offline Send Email
Sep 14, 2003
6:28 am

more info... after sending a new mail to myself.. it says this in the debug log.. msocket_read_line_d():* STATUS "inbox" (MESSAGES 102 RECENT 0) ...
netnut404
Offline Send Email
Sep 14, 2003
6:33 am

I just had this problem too. What I did to solve the problem was instead of this: path = INBOX; use this: path = "\"INBOX\""; (In the gui, put double quotes...
ksuquix
Online Now Send Email
Sep 26, 2003
8:43 pm

So, this works in that the box actually shows a number other than zero now, but I have noticed the minute I access on of the maildirs to see what mail is in...
Net Nut
netnut404
Offline Send Email
Oct 6, 2003
10:12 pm

gbuffy is looking for message marked as "RECENT". When you connect and look at headers, then the "RECENT" flag is removed with courier. ... +++ imap.c Tue...
Don Eisele
ksuquix
Online Now Send Email
Oct 7, 2003
2:22 pm

That patched imap.c works great! Thanks a lot.. I can finally use gbuffy!!! :) So my next question is, is there a way to make gbuffy play sounds when mail ...
Net Nut
netnut404
Offline Send Email
Oct 8, 2003
5:44 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help