info-gnus-english
[Top][All Lists]
Advanced

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

Re: nnimap can not get Sent Mail in Gmail


From: Plato Wu
Subject: Re: nnimap can not get Sent Mail in Gmail
Date: Thu, 03 Dec 2009 11:10:40 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Mon, 30 Nov 2009 14:26:25 +0800 Plato Wu <gtalk000@gmail.com> wrote: 
>
> PW> I have configured Gnus to access Gmail by IMAP, It can get INBOX and
> PW> other labels which are created by me. The important Sent Mail label
> PW> can not be showed. 
>
> PW> If I label Sent Mail with my created Label, it is OK. I suspect it
> PW> is because Sent Mail contains space, but I tried label with space, It
> PW> works well too.
>
> PW> I don't know why, please help me, thank you in advance.
>
> Does the same setup work with another IMAP client, e.g. Thunderbird?
>
> Ted

I have tried Thunderbird, it works well and its IMAP folder location
like this: imap://gtalk000%40gmail.com@imap.gmail.com/%5BGmail%5D
imap://gtalk000%40gmail.com@imap.gmail.com/%5BGmail%5D/All%20Mail

my .gnus.el is:


(setq gnus-secondary-select-methods 
      '((nntp "news.cn99.com")
        (nntp "news.newsfan.net")
        (nnimap "gmail"
                (nnimap-address "imap.gmail.com")
                (nnimap-server-port 993)
                (nnimap-stream ssl))))

(setq message-send-mail-function 'smtpmail-send-it
      smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-default-smtp-server "smtp.gmail.com"
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-smtp-service 587
      smtpmail-local-domain nil)

authentication credentials is stored in ~/.authinfo

Thank you very much!

Plato Wu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]