all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode)
@ 2011-02-12 16:35 Umar
  2011-02-13 11:29 ` Bernardo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Umar @ 2011-02-12 16:35 UTC (permalink / raw)
  To: help-gnu-emacs

I'd like to know if there is an utility to synchronize my Gmail inbox using Emacs (I am a fan of Rmail mode).

I think it is useful when I don't have access to the Internet (e.g., working on an airplane without WiFi access). 

Alternately, is there an Emacs mode that exists within Gmail (maybe via Google Labs) that would allow me to respond comprehensively to multiple "To" in an email thread via the following response:

Tom> ...
Tom> ....

my response...

Joe> ....
Joe>....

my response

Jill> ....
Jill> ....

my response

Thanks for any feedback.

Ramu


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode)
  2011-02-12 16:35 Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode) Umar
@ 2011-02-13 11:29 ` Bernardo
  2011-02-23 20:35 ` Uday Reddy
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bernardo @ 2011-02-13 11:29 UTC (permalink / raw)
  Cc: help-gnu-emacs


> I'd like to know if there is an utility to synchronize my Gmail inbox 

there are specialised tools for something like that

do a web search for 'getmail' (a Python script) and you'll find pointers 
in the right direction



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode)
  2011-02-12 16:35 Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode) Umar
  2011-02-13 11:29 ` Bernardo
@ 2011-02-23 20:35 ` Uday Reddy
  2011-02-28 10:48 ` Andrea Crotti
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Uday Reddy @ 2011-02-23 20:35 UTC (permalink / raw)
  To: help-gnu-emacs

On 2/12/2011 4:35 PM, Umar wrote:
> I'd like to know if there is an utility to synchronize my Gmail inbox using Emacs (I am a fan of Rmail mode).

I don't think Rmail can synchronize with IMAP servers (of which gmail is 
one).

However, you might consider moving to VM, which can work with 
Rmail-style folders and synchronize with IMAP servers.

You might be able to find VM in your Linux distribution, or  you can 
download it from here:

   http://www.nongnu.org/viewmail/

Cheers,
Uday


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode)
  2011-02-12 16:35 Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode) Umar
  2011-02-13 11:29 ` Bernardo
  2011-02-23 20:35 ` Uday Reddy
@ 2011-02-28 10:48 ` Andrea Crotti
  2011-02-28 10:48 ` Andrea Crotti
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Andrea Crotti @ 2011-02-28 10:48 UTC (permalink / raw)
  To: gnu.emacs.help; +Cc: help-gnu-emacs, ramu.yver

Umar <ramu.iyer@gmail.com> writes:

> I'd like to know if there is an utility to synchronize my Gmail inbox using Emacs (I am a fan of Rmail mode).
>
> I think it is useful when I don't have access to the Internet (e.g., working on an airplane without WiFi access). 
>
> Alternately, is there an Emacs mode that exists within Gmail (maybe via Google Labs) that would allow me to respond comprehensively to multiple "To" in an email thread via the following response:
>

I think for that maybe tools like "offlineimap" are much more suitable,
it's very very powerful fast and in python ;)



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode)
  2011-02-12 16:35 Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode) Umar
                   ` (2 preceding siblings ...)
  2011-02-28 10:48 ` Andrea Crotti
@ 2011-02-28 10:48 ` Andrea Crotti
       [not found] ` <mailman.3.1298890098.24467.help-gnu-emacs@gnu.org>
  2011-02-28 20:10 ` Uday Reddy
  5 siblings, 0 replies; 7+ messages in thread
From: Andrea Crotti @ 2011-02-28 10:48 UTC (permalink / raw)
  To: gnu.emacs.help; +Cc: help-gnu-emacs, ramu.yver

Umar <ramu.iyer@gmail.com> writes:

> I'd like to know if there is an utility to synchronize my Gmail inbox using Emacs (I am a fan of Rmail mode).
>
> I think it is useful when I don't have access to the Internet (e.g., working on an airplane without WiFi access). 
>
> Alternately, is there an Emacs mode that exists within Gmail (maybe via Google Labs) that would allow me to respond comprehensively to multiple "To" in an email thread via the following response:
>

I think for that maybe tools like "offlineimap" are much more suitable,
it's very very powerful fast and in python ;)



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode)
       [not found] ` <mailman.3.1298890098.24467.help-gnu-emacs@gnu.org>
@ 2011-02-28 19:55   ` Uday Reddy
  0 siblings, 0 replies; 7+ messages in thread
From: Uday Reddy @ 2011-02-28 19:55 UTC (permalink / raw)
  To: help-gnu-emacs

On 2/28/2011 10:48 AM, Andrea Crotti wrote:

>
> I think for that maybe tools like "offlineimap" are much more suitable,
> it's very very powerful fast and in python ;)

The way VM works is essentially an "offline" "imap".  There is a copy of 
the IMAP folder on the local file system and it is synchronized 
occasionally with the IMAP server using Emacs commands.

I agree however that "offlineimap" could be an effective solution to the 
OP's issue.

Cheers,
Uday





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode)
  2011-02-12 16:35 Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode) Umar
                   ` (4 preceding siblings ...)
       [not found] ` <mailman.3.1298890098.24467.help-gnu-emacs@gnu.org>
@ 2011-02-28 20:10 ` Uday Reddy
  5 siblings, 0 replies; 7+ messages in thread
From: Uday Reddy @ 2011-02-28 20:10 UTC (permalink / raw)
  To: help-gnu-emacs

I just noticed that you had a second question in your post, which was 
somewhat unrelated to the first one.

> Alternately, is there an Emacs mode that exists within Gmail (maybe via Google Labs) that would allow me to respond comprehensively to multiple "To" in an email thread via the following response:
>
> Tom>  ...
> Tom>  ....
>
> my response...
>
> Joe>  ....
> Joe>....

VM does have this capability as well.  You can mark a set of messages to 
respond to and hit `reply' to reply to all of them in one message.  The 
response goes to all the senders of those messages (and to the mailing 
list, if that is part of the circulation).

Cheers,
Uday


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-28 20:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 16:35 Synchronizing Gmail inbox using Emacs (rmail mode *or* other mode) Umar
2011-02-13 11:29 ` Bernardo
2011-02-23 20:35 ` Uday Reddy
2011-02-28 10:48 ` Andrea Crotti
2011-02-28 10:48 ` Andrea Crotti
     [not found] ` <mailman.3.1298890098.24467.help-gnu-emacs@gnu.org>
2011-02-28 19:55   ` Uday Reddy
2011-02-28 20:10 ` Uday Reddy

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.