Gnus development mailing list
 help / color / mirror / Atom feed
From: shigeki@mediawars.ne.jp (Shigeki UNO)
To: me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas)
Cc: ding@gnus.org
Subject: Re: Gnus+IMAP+Gmail
Date: Wed, 07 Nov 2007 17:56:57 +0900	[thread overview]
Message-ID: <86tznymo12.fsf@mediawars.ne.jp> (raw)
In-Reply-To: <87tznz5ai6.fsf@home.guillermoamaral.com>

 Are these labels(Tags?) listed correctly in Group buffer?

Starred/Sent Mail/Spam/Trash

 And the biggest problem I have now is that labels in Japanese
are not listed in Group buffer due to be unable to decode utf7. 

Any hints?

Thanks.
---
Shigeki UNO


me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas) writes:

> shigeki@mediawars.ne.jp (Shigeki UNO) writes:
>
>>  Does anyone use Gnus with Gmail using IMAP successfully?
>> If so, give me a good guidance or example of ".gnus.el"
>> that make it work.
>>
>>  My .gnus.el I set up is the following.
>>
>> (setq gnus-secondary-select-methods '((nnimap "gmail"
>> 					      (nnimap-address "imap.gmail.com")
>> 					      (nnimap-server-port 993)
>> 					     ;(nnimap-authinfo-file "~/.imap-authinfo")
>> 					      (nnimap-stream ssl))))
>>  
>>
>>  After launching Gnus, it connects to imap server of Gmail and asks me
>> both my Gmail account and password. I enter them and it looks OK but 
>> no Gmail labels are shown. Whereas nnml mailboxes in my HDD are listed.
>>
>> What am I wrong???
>>
>> ---
>> Shigeki UNO      
>>
>>
>
>   This worked for me as a secondary select method:
>
>   (nnimap ""
>           (nnimap-address "imap.gmail.com")
>           (nnimap-stream ssl)
>           (nnimap-authinfo-file "~/.authinfo")
>
>   You have to do subscribe afterwords as you would any other newsgroup
> ( nnimap:INBOX ) and what ever tags you have defined ( nnimap:my-tag ).
>
>   -- I had no mail-sources defined at the time.
>
>   After testing it out I found it a bit to buggy for my taste, but it
> does work.
>
>   Hope this helps. :-)
>
> -- 
> Guillermo Antonio Amaral Bastidas (gamaral)
>   Free/Libre/Open-Source Software Advocate & KDE Developer
>   http://blog.guillermoamaral.com/



      parent reply	other threads:[~2007-11-07  8:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-06 20:37 Gnus+IMAP+Gmail Shigeki UNO
2007-11-06 21:28 ` Gnus+IMAP+Gmail Guillermo Antonio Amaral Bastidas
2007-11-07  8:26   ` Gnus+IMAP+Gmail Shigeki UNO
2007-11-07  8:56   ` Shigeki UNO [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86tznymo12.fsf@mediawars.ne.jp \
    --to=shigeki@mediawars.ne.jp \
    --cc=ding@gnus.org \
    --cc=me@guillermoamaral.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).