Gnus development mailing list
 help / color / mirror / Atom feed
From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: ding@gnus.org
Subject: nnimap testing and questions
Date: Sat, 02 Oct 2010 00:30:18 +0530	[thread overview]
Message-ID: <82y6ahn3gd.fsf@gmail.com> (raw)


I had some time and so took the imap thingy for a spin with my cygwin
version

GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.18.6) of 2010-05-08
on laptop

.gnus

(setq gnus-select-method '(nnml ""))
(add-to-list 'gnus-secondary-select-methods '(nnimap "gmail"
 (nnimap-address "imap.gmail.com")
 (nnimap-server-port 993)
 (nnimap-stream ssl)))

.authinfo had the credentials.

Gnus version was the last git pull around the 25th. Login was a
breeze, it connected to the gmail server but nothing showed up in the
Group buffer! Quit and retried a couple of times before I tried ^
(gnus-group-enter-server-mode) in the Group buffer to goto the Server
and subscribed to the INBOX.

Not sure what the default behaviour should be but anyone using Gnus
with only gmail/imap may be mystified even though it actually
connected.  Should INBOX be made the default subscription?  And is it
because I had gmail labels that it did not show INBOX?


Messages has this, after subscription and retrying

Reading active file via nnml...done
Reading active file from gmail via nnimap...
Opening nnimap server on gmail...
Opening TLS connection to `imap.gmail.com'...
Opening TLS connection with `gnutls-cli  -p 993 imap.gmail.com'...done
Opening TLS connection to `imap.gmail.com'...done
Opening nnimap server on gmail...done
Reading active file from gmail via nnimap...done
No new newsgroups
Checking new news...
Reading active file via nndraft...done
Checking new news...done
Retrieving newsgroup: nnimap+gmail:INBOX...
Fetching headers for nnimap+gmail:INBOX...
Read 0KB [21 times]
Read 1KB [34 times]
Read 2KB [35 times]
Read 3KB [39 times]
Read 4KB [39 times]
...
Read 28KB [37 times]
Read 29KB
Fetching headers for nnimap+gmail:INBOX...done
Scoring...done
Generating summary...done
No more unseen articles
No more unread articles
Making completion list...


Looks like an awful lot of scanning.  And this is a relatively small
INBOX about 200 mails max.


Password is showing up in plaintext in the imap log.  Is that the
default behaviour?

17:06:14 1 CAPABILITY^M
17:06:15 2 LOGIN "somemail.sivaram@gmail.com" "password_in_plaintext"^M
17:06:17 3 LIST "" "*"^M
17:06:18 4 EXAMINE "INBOX"^M
17:06:18 5 EXAMINE "Personal"^M
17:06:18 6 EXAMINE "Receipts"^M
17:06:18 7 EXAMINE "Travel"^M
17:06:18 8 EXAMINE "Work"^M
17:06:18 9 EXAMINE "[Gmail]/All Mail"^M
17:06:18 10 EXAMINE "[Gmail]/Bin"^M
17:06:18 11 EXAMINE "[Gmail]/Drafts"^M
17:06:18 12 EXAMINE "[Gmail]/Sent Mail"^M
17:06:18 13 EXAMINE "[Gmail]/Spam"^M
17:06:18 14 EXAMINE "[Gmail]/Starred"^M
17:06:18 15 EXAMINE "del_it"^M
17:06:18 16 EXAMINE "hilton"^M
17:06:18 17 EXAMINE "hp"^M
17:06:18 18 EXAMINE "skywards"^M
17:06:19 19 EXAMINE "INBOX"^M


Going into the Summary buffer, things look well, until I try B DEL
 whereupon I get

B <deletechar> is undefined

But B <backspace> works

B DEL           gnus-summary-delete-article
B <backspace>   gnus-summary-delete-article
B <delete>      gnus-summary-delete-article

I check C-h k
B <deletechar> (translated from B M-[ 3 ~) is undefined

Is it a problem in Gnus, Emacs or the terminal?

B m works as advertised.

Other than the above, I didn't do much else. and did a fresh git pull
to update my local copy.



 sivaram
 -- 




             reply	other threads:[~2010-10-01 19:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-01 19:00 Sivaram Neelakantan [this message]
2010-10-01 19:20 ` Lars Magne Ingebrigtsen
2010-10-02 14:12   ` Sivaram Neelakantan
2010-10-02 17:24     ` Lars Magne Ingebrigtsen

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=82y6ahn3gd.fsf@gmail.com \
    --to=nsivaram.net@gmail.com \
    --cc=ding@gnus.org \
    /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).