From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sriram Newsgroups: gmane.emacs.help Subject: Re: email client Date: Fri, 22 Mar 2013 13:31:19 +0530 Message-ID: References: <847gl0bcyc.fsf@gmail.fr> <20130322072526.GC13119@earth> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1f9d03f4aac04d87edc5e X-Trace: ger.gmane.org 1363954702 30575 80.91.229.3 (22 Mar 2013 12:18:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2013 12:18:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Mark Skilbeck , Mohamed HIBTI Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 22 13:18:48 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UJ0vo-0006XE-CK for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Mar 2013 13:18:48 +0100 Original-Received: from localhost ([::1]:34328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ0vQ-0002MA-65 for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Mar 2013 08:18:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIwuk-0007r9-Q8 for help-gnu-emacs@gnu.org; Fri, 22 Mar 2013 04:01:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIwue-0005jI-Kk for help-gnu-emacs@gnu.org; Fri, 22 Mar 2013 04:01:26 -0400 Original-Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:49094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIwue-0005jD-Ec for help-gnu-emacs@gnu.org; Fri, 22 Mar 2013 04:01:20 -0400 Original-Received: by mail-ob0-f170.google.com with SMTP id wc20so3755727obb.15 for ; Fri, 22 Mar 2013 01:01:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=n5dZLH3qrX+rgm6r9zdyohJmm4/JLyA/fzvU/gAvymo=; b=SCYAnXI9pIdxiYwmYBBy8jvHWfrnbIHn3WQJeJs7tE7yutpDNABIb+plD5NaD7ff0L YxRc5hz47djh2ld+X6HrsNxEgGGmxPrRBQEmGCj7PrGX+1pPTxo7DUlLvUvKcDKsx5xj RCt54fkAKhLhPQDpFAlWmc8BlcY1iokotCt5+p2hphDIbriflBECxtC+JgjNZQRasJ9c GmYhdzXmEasuH5bdo4H2Dc2hbYlPzudc8w1C28dnoCjhIlyQnN97cmleTkClH2Nyh5lO petRApq2flo/Pz2i+gfSeSsDJsQx8uCERE4KYPuuzG2rCBobfaTh9Mi/lQDsXo+NMsMM SQmw== X-Received: by 10.60.24.225 with SMTP id x1mr770196oef.30.1363939279454; Fri, 22 Mar 2013 01:01:19 -0700 (PDT) Original-Received: by 10.182.95.173 with HTTP; Fri, 22 Mar 2013 01:01:19 -0700 (PDT) In-Reply-To: <20130322072526.GC13119@earth> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22a X-Mailman-Approved-At: Fri, 22 Mar 2013 08:18:13 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89664 Archived-At: --e89a8fb1f9d03f4aac04d87edc5e Content-Type: text/plain; charset=ISO-8859-1 Ola, try url-mail or rmai, mails will be delivered to the default sendmail program, which can configured to deliver to smtp or the pop servers. url-mail seems the easy option. To read mail we can use gnus, ifile with (fetch & proc) mail working in tandom. Just have a fancy signature func here below. Hope it helps (defun my-sig () (let ((my-sig-str "")) (save-excursion (fortune-in-buffer t fortune-file) (set-buffer fortune-buffer-name) (goto-char (point-min)) (goto-char (point-min)) (insert-file-contents "~/.signature") (setq my-sig-str (buffer-string))) my-sig-str)) On Fri, Mar 22, 2013 at 12:55 PM, Mark Skilbeck wrote: > Why do you want to compose an email inside emacs and then send it on > to an email client? If you want to use emacs as your editor for > writing email, you should check the Lotus Notes documentation and see > if it allows for an external editor, as with Mutt and others; this > page[1] under the heading Editor suggests that it is possible. > > If I'm misunderstand, better describe your use-case. > > [1] http://www.guckes.net/lotusnotes/ > > - mgsk > > On Thu, Mar 21, 2013 at 11:33:15PM +0100, Mohamed HIBTI wrote: > > Hi all, > > Is there any way to compose send send a mail from emacs (for instance > via > > "message-send-and-exit") to the default mail client (lotus notes on > > debian). > > > > I tried to custom sendmail-program without success ! any idea ? > > Thanks, > > Mohamed > > -- Regards Sriram R --e89a8fb1f9d03f4aac04d87edc5e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ola,

try url-mail or rmai, mails will be delivered to the default s= endmail program, which can configured to deliver to smtp or the pop servers= .

url-mail seems the easy option.

To read mail we can use g= nus, ifile with (fetch=A0 & proc) mail working in tandom.

Just have a fancy signature func here below. Hope it helps

(defu= n my-sig ()
=A0 (let ((my-sig-str ""))
=A0 (save-excursion<= br>=A0=A0=A0 (fortune-in-buffer t fortune-file)
=A0=A0=A0 (set-buffer fo= rtune-buffer-name)
=A0=A0=A0 (goto-char (point-min))
=A0=A0=A0 (goto-char (point-min))
= =A0=A0=A0 (insert-file-contents "~/.signature")
=A0=A0=A0 (set= q my-sig-str (buffer-string)))
=A0 my-sig-str))


On Fri, Mar 22, 2013 at 12:55 PM, Mark Skilbeck <m@iammark.us= > wrote:
Why do you want to compose an email inside e= macs and then send it on
to an email client? If you want to use emacs as your editor for
writing email, you should check the Lotus Notes documentation and see
if it allows for an external editor, as with Mutt and others; this
page[1] under the heading Editor suggests that it is possible.

If I'm misunderstand, better describe your use-case.

[1] http://= www.guckes.net/lotusnotes/

- mgsk

On Thu, Mar 21, 2013 at 11:33:15PM +0100, Mohamed HIBTI wrote:
> Hi all,
> Is there any way to compose send send a mail from emacs =A0(for instan= ce via
> "message-send-and-exit") to the default mail client (lotus n= otes on
> debian).
>
> I tried to custom sendmail-program without success ! any idea ?
> Thanks,
> Mohamed




--
Regards
Sriram R --e89a8fb1f9d03f4aac04d87edc5e--