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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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
0.24 IMAP quote problem   Message List  
Reply | Forward Message #14 of 231 |

I just upgraded to gbuffy 0.24, and my IMAP mailboxes stopped
working. The problem is that my IMAP server returns mailbox
names in the STATUS response in double-quotes -- gbuffy expects
them without quotes.

I've attached a patch that fixes the problem.

--
Grant Edwards
Grant.Edwards@...


Wed Jan 30, 2002 12:52 am

Grant.Edwards@...
Send Email Send Email

*** ../gbuffy-0.2.4/imap.c Wed Mar 21 21:25:06 2001
--- imap.c Tue Jan 29 18:50:17 2002
***************
*** 542,551 ****
--- 542,553 ----
{
s = imap_next_word (buf);
if (strncasecmp ("STATUS", s, 6) == 0)
{
s = imap_next_word (s);
+ if (*s == '"')
+ ++s;
if (strncmp (ibox->path, s, strlen (ibox->path)) == 0)
{
s = imap_next_word (s);
if (*s == '(')
s++;


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

I just upgraded to gbuffy 0.24, and my IMAP mailboxes stopped working. The problem is that my IMAP server returns mailbox names in the STATUS response in...
Grant Edwards
Grant.Edwards@...
Send Email
Jan 30, 2002
12:47 am
Advanced

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