all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with rmail
@ 2006-03-07 10:40 luca.spinacci
  0 siblings, 0 replies; 4+ messages in thread
From: luca.spinacci @ 2006-03-07 10:40 UTC (permalink / raw)




Hi,
I put the following lines in my .emacs file to get mail
on a POP3 server:
(set-variable 'rmail-primary-inbox-list
   (quote ("po:luca.spinacci@tin.it:in.virgilio.it")))
(setq rmail-pop-password-required t)

Rmail ask for the POP password...
Echo line shows: Getting mail from post office ...
but an error echos : movemail: Error connecting to POP server:
                                       Could not determine POP server's address
and:
(No new mail has arrived)

Any ideas?
Thank you,
Luca Spinacci

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

* Problem with Rmail
@ 2013-03-27 23:58 Albino Biasutti Neto
  2013-03-28 10:45 ` Florian v. Savigny
  0 siblings, 1 reply; 4+ messages in thread
From: Albino Biasutti Neto @ 2013-03-27 23:58 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

Hi

I would like to Emacs user to read / send emails.

But I am not able to use the RMAIL (which I think better), someone could help me.

Now is giving the following error: "Sending ... failed with exit value 4".

I tried installing the rmail (apt-get install rmail) and was installed, this error occurred so I believe.

My ~.emacs is not configured.

Albino



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

* Re: Problem with Rmail
  2013-03-27 23:58 Albino Biasutti Neto
@ 2013-03-28 10:45 ` Florian v. Savigny
  0 siblings, 0 replies; 4+ messages in thread
From: Florian v. Savigny @ 2013-03-28 10:45 UTC (permalink / raw)
  To: Albino Biasutti Neto; +Cc: help-gnu-emacs


Albino,

writing/sending and receiving/reading emails are two (even more
accurately, four) separate things in Emacs (if you use Rmail, that
is). For writing, you use mail-mode (which you invoke by calling M-x
mail); for sending, you need to configure a program that sends it - it
can be the Emacs library smtpmail.el, which should, however, be
replaced by smtpmail-auth.el. But you can also use an external program
such as sendmail or procmail.

Try: 

C-h i Emacs m Mail Sending

For receiving mail, you equally have a host of options. Emacs itself
can download mail from POP hosts (I do not know about IMAP); see Emacs
info node 33.19. But you can also use an external program such as
fetchmail, which is required to store the mail locally in a spool
file, from where rmail in turn will move it to its "inbox".

Rmail is only used to read the mail (and sort it and so on). It is
invoked by typing M-x rmail, and will read your primary inbox, which
must be set in your .emacs configuration file (but there is also a
default, which I do not quite remember). When you answer an email from
within Rmail ("r" - "rmail-reply"), this in fact pops up a buffer and
invokes mail-mode, so this is where the circle closes.

As you will have noticed, getting mail and rmail to run can involve a
certain amount of tinkering, and also going through the manuals. Also,
it is the oldest way to handle mail, and pretty basic in its
functionality. 

(It is curious, by the way, that you can install rmail separately. 
Normally, it should come as a part of Emacs.)

Of course I cannot even guess why you think Rmail is
better for *you*, but from my point of view, the advantages are that

- you can program your own extensions around it, which I have done
  quite a lot, and I now rely on them (that is of course something
  which is possibly with any Emacs library, but in this case I can
  confirm it is feasible)

- you can use etach to strip attachments, which reduces the size of
  mail files by magnitudes (even though etach is no longer actively
  maintained, it still works)

- you can use more than one mail file (even though this also means
  some modest amount of programming)

If none of these is of particular interest to you, it seems likely to
me that other packages would be more covenient. Emacs alone has at
least two others (mh and gnus).

Hope this helps you a bit further.

Best regards,

Florian




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

* Re: Problem with Rmail
@ 2013-04-11 23:29 Albino B Neto
  0 siblings, 0 replies; 4+ messages in thread
From: Albino B Neto @ 2013-04-11 23:29 UTC (permalink / raw)
  To: help-gnu-emacs

Hi

The problem for send emails, is solved.

I am with others problems, I wasn't reading (receive) emails on rmail.

I am sending this email by rmail. :-)

     Albino



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

end of thread, other threads:[~2013-04-11 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 23:29 Problem with Rmail Albino B Neto
  -- strict thread matches above, loose matches on Subject: below --
2013-03-27 23:58 Albino Biasutti Neto
2013-03-28 10:45 ` Florian v. Savigny
2006-03-07 10:40 Problem with rmail luca.spinacci

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.