Gmail vs Pine
Snarfed has an interesting review on Gmail vs Pine. From the article: "I've used Pine as my email client for, well, pretty much forever. I use it because it's fast, powerful, stable, and very keyboardable. (I hate the mouse.) However, since I work at Google, I'm constantly bombarded with people who ask me why I don't use Gmail. After hearing the nth person brag about how much it increased their productivity, I finally broke down and tried it. I didn't expect much, since I've never liked web-based email clients. However, I made myself use it as my only email client, for a month, to give it a fair shot."
Here's why I use gmail (over PINE):
Also, this is a comparison of a completely integrated package (gmail) with a Mail User Agent (MUA). I think for my purposes I enjoy finally letting someone else manage all of the pieces for me. I still have my personal favorite MUA for transferring all of my gmail to local storage and archive (just in case something goes terribly wrong) but so far I think gmail is a great piece of work.
pine + PortaPuTTY + a thumb drive
It can be used anywhere by just plugging your thumb drive in with the security of SSH. And you get the benefit of no targeted advertizing (And no company aggregating your life's communications...)
the article appears to be slashdotted already.
Your sig(k) has been stolen. There is a puff of smoke!
I don't know how may e-mails I've sent that simply say:
Hey (or Mr. X or Ms. X...)
I have the habit of indenting paragraphs with the tab key, which in GMAIL places the cursor on SEND and after a bit of typing and the return key (especially when I'm not watching the screen)... There it goes with no body to the e-mail.
Don't get me wrong of all the webmail clients I have used this is my favorite, but generally I miss Mutt.
The beauty of gmail (at kleast from my perspective) is that with its POP access you can use your favourite e-mail client and then when you're out and about you still have your entire e-mail archive there, searchable, available in any web browser and it's still a joy to use.
Um, he's talking about the Gmail web-based client. It is, amazingly enough, an application used to read and send email. Another cheer for the moderators for modding you up (to insightful, even!).
Wrong. GMail is a webbased client. It's just that the connection between the client and the server is invisible to the end user.
OK, can gmail do PGP?
Not directly, but by using the GNOME Panel Applet included with Seahorse 0.9.0 you can perform all the usual encryption operations on the contents of the clipboard. Your private key will never leave your personal comuter.
"Snarf" already has a definition.
Schwab
Editor, A1-AAA AmeriCaptions
* Filtering has a great UI, but it's horribly weak. It has maybe a third of the headers and options that I normally filter on. You can't OR or NOT filter conditions. The set of filter actions is anemic, even with labels. Want me to go on?
You can use OR conditions:
from:(foo OR bar)
You can also use NOT conditions:
-from:foo
I agree that the filter actions could be a bit more robust, but they rarely cause me much grief.
A warning about gmail: I like it, but it constantly finds itself blacklisted by a number of spam control services, such as http://www.mail-abuse.com/. As a result, I cannot use gmail to send to co-workers, because my company's IT dept. uses the above service. The gmail team either does not care that many organizations simply will not receive mail sent via gmail, or are unable to prevent gmail from being repeatedly blacklisted. Messages to the gmail support team about this issue appear to fall into a black hole. This is curious to me, since even hotmail was able to figure out how to keep from being constantly blacklisted.
I finally got sick of using someone else's domain and went and registered my own domain as my two initials and last name. My Web hosting provider offers always-on SSL/TLS protected Webmail access and/or I can POP/IMAP my mail. I prefer Webmail since I can be anywhere and don't have to configure my mail to leave it on the server.
What I don't get is why more people don't do this. Money is not a real problem since I paid $44.00 for a 5-year registration and less than $50.00 for years worth of Web hosting that included email hosting. I get unlimited email accounts that can be up to 2GB a box. So, for less than a night on the town, I've hooked myself up for quite some time with a domain that is unique and can be used to market myself on resumes, etc.
Give it a thought. Why use someone elses domain and put up with their rules and ads and restrictions. Get your own little corner of the WWW and be your own man.
Even Marissa Mayer Google's VP of Search Products and User Experience uses PINE for her business email:
Sorry about the crappiness of the website I linked to, but CNN doesn't know how to design for FF yet.
snarfed found a bunch of greasemonkey scripts but he missed the important ones, which are at persistent.info. In particular, he'd probably be interested in:
m acros
a ck-become-a-gmail-master-161399.php
a il-macros.user.js
http://persistent.info/archives/2006/03/21/gmail-
and
http://www.lifehacker.com/software/gmail/hack-att
This post deals with my version of the macros script:
http://gr.ayre.st/~grayrest/greasemonkey/gmail/gm
* Filtering has a great UI, but it's horribly weak.
Agreed.
* There's no way to bounce an email. This should be pretty trivial to add.
dontcare
* If no email is selected, the Y key should archive the email under the cursor. This should be common sense.
This isn't part of the macros script, but it wouldn't be that hard to add. I don't usually archive one mail at a time, so this doesn't really bother me.
* You can't automatically create a filter based on an email. Why not?
Agreed. Even better, I'd appreciate mailing list support so that I could get rid of most of my tags.
* You can search, but you can't select messages based on headers, subject, or body text. Worse, if you have more messages than fit on the screen, you can't select any messages that aren't on the screen. If you ever get flooded with email, or with spam that escapes the spam filters, god help you.
Again, search is your friend. If you have my version of the macros script, 'mat' on the results repeatedly.
* Thank god there are keyboard shortcuts...but there aren't nearly enough! I don't mind using the mouse for one-time stuff, but if i have to use it often during my normal email routine, that's a deal breaker. Keyboard shortcuts for go to label, go to sent mail/drafts, and select all/none/unread would be necessary if I was ever to go back to Gmail.
go to label: g+label
go to sent: g+sent
go to drafts: g+drafts
select: m + (a all, n none, u unread, s starred, t unstarred)
apply label: l+label
* Marking messages as read is impossible with the keyboard
'r'
additionally, mark as unread
'v'
* Selecting a message doesn't automatically move the cursor to the next message. This is just plain silly.
Again, not there, but simple to add to the script. I don't usually mark one message at a time...
* The Y key is horribly inconsistent. If you're in the Inbox, it archives. If you're in a label, it removes the label. If you're in spam or trash, it moves to the Inbox! This is a bad case of modal input.
'e' always removes from inbox.
* Gmail might be smart about (not) displaying quoted text, but it can't handle composing with quoted text to save its life.
Agreed but I don't find it difficult to manually remove quoted text.
The author says there is no "or" or "not" filter in gmail. There is at least an "or" in the gmail filter, I'm currently using it. It is the double bar "||" like in some programming languages for example:
"me@somewhere.com || you@someplace.com || them@thatplace.com"
--Mike
Some people prefer A, some people prefer B. trying to convince people using rational arguments to change something they like or have grown deeply accustomed too usually results in them digging their heels in and sticking to their preferred thing.
On another level what is going on here is the CLI versus GUI debate on another level, a very interesting essay on which can be found here http://www.cryptonomicon.com/beginning.html
I recommend giving it a read.
Remember, different is not necessarily bad, its just not the 'good' you are used to. Learn to tell the difference.
Can't we all just get along
I've even got (very slow) SSH access via encapsulated packet radio (I'm a ham radio person, callsign is AA7AS) from my car and boat if I'm anywhere the hams have packet stuff running.
You know that's illegal right? Encryption is not to be used on ham radio.
I've had enough abrasive sigs. Kittens are cute and fuzzy.