Live data from Hacker News

A vim interface for gmail: Vmail

danielchoi.com

21–30 of 80 posts

Re: A vim interface for gmail: Vmail

#21
post #15
post #4

Wow, I love the idea. I have always wanted to manage my mail via terminal, but didn't want to set up Mutt or something similar.

Setting up mutt for GMail these days is no harder than setting up vmail. This is a complete config file for mutt that will connect to your gmail account: set folder=imaps://imap.gmail.com:993 set spoolfile=+INBOX set imap_user='your_username@gmail.com' set smtp_url = "smtp://your_username@smtp.gmail.com:587/" If you don't want to enter your password every time, you can set it as imap_pass (for reading) and smtp_pass…

Exactly. I don't understand the advantage of "vmail" over mutt, which is extremely powerful and mature, and of course can be configured to use vim, -- but I admit I just skimmed the link, so I could be missing something.

Note also that you must use caution when using Google's smtp and other network services, as they tend to do whatever they want, regardless of RFCs and standards[1].

[1]http://lee-phillips.org/gmailRewriting/

Re: A vim interface for gmail: Vmail

#23
I love it. For decades, my flame war offensives against the evil crusaders of Emacs have stalled out against their Maginot Line of "But Emacs can be your mail client too!" This is like a Blitzkrieg of flame war glory. PARIS PREPARE TO BE MINE!!!

Re: A vim interface for gmail: Vmail

#26
post #13

Earlier quoted context omitted.

OSX has keychain which is designed for these scenarios. http://www.dribin.org/dave/blog/archives/2006/01/16/keychain... https://developer.apple.com/library/mac/#documentation/Secur...

Several Linux tools for this purpose have existed for a while as well - gnome-keyring (now seahorse)[1], KWallet, etc. [1] https://wiki.archlinux.org/index.php/GNOME_Keyring

It came to my notice a few days ago that Gnome stored my Google Password in Gnome Keyring as simple text.

Re: A vim interface for gmail: Vmail

#27

Earlier quoted context omitted.

Several Linux tools for this purpose have existed for a while as well - gnome-keyring (now seahorse)[1], KWallet, etc. [1] https://wiki.archlinux.org/index.php/GNOME_Keyring

It came to my notice a few days ago that Gnome stored my Google Password in Gnome Keyring as simple text.

How did you come to this conclusion? If you've found a bug, please file a ticket.

Gnome keyring definitely uses encryption to store passwords; they take security pretty seriously: https://live.gnome.org/GnomeKeyring/SecurityPhilosophy

Re: A vim interface for gmail: Vmail

#29
This is pretty awesome. I've used Mutt in the past but always found it a little bit over-the-top. This is very, very simple to setup and does the job pretty well.

But better than that... oh my word, the documentation. How I wish every command line app had that kind of documentation. Just one page that documents the shit out of it.

There's only one thing that would make it better: if that documentation came bundled with the RubyGem so I could read it offline with `ri`.

Re: A vim interface for gmail: Vmail

#30

Earlier quoted context omitted.

It came to my notice a few days ago that Gnome stored my Google Password in Gnome Keyring as simple text.

How did you come to this conclusion? If you've found a bug, please file a ticket. Gnome keyring definitely uses encryption to store passwords; they take security pretty seriously: https://live.gnome.org/GnomeKeyring/SecurityPhilosophy

I think what he meant was seahorse. I just tried it out and I can see my raw passwords by clicking properties and ticking 'Show Password'. Shocked as well, not to mention seahorse is launched without asking my password.
Post reply on HN