Gnus development mailing list
 help / color / mirror / Atom feed
* RFC 2554
@ 2000-12-02 17:53 Christoph Conrad
  2000-12-02 18:05 ` ShengHuo ZHU
  2000-12-02 18:15 ` Jesper Harder
  0 siblings, 2 replies; 8+ messages in thread
From: Christoph Conrad @ 2000-12-02 17:53 UTC (permalink / raw)


Hi!

Is there anywhere support for "SMTP Service Extension for
Authentication", as described in rfc 2554?

Best regards,
cu, -cc-
-- 
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



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

* Re: RFC 2554
  2000-12-02 17:53 RFC 2554 Christoph Conrad
@ 2000-12-02 18:05 ` ShengHuo ZHU
  2000-12-02 18:43   ` Christoph Conrad
  2000-12-05 13:23   ` Christoph Rohland
  2000-12-02 18:15 ` Jesper Harder
  1 sibling, 2 replies; 8+ messages in thread
From: ShengHuo ZHU @ 2000-12-02 18:05 UTC (permalink / raw)


Christoph Conrad <christoph.conrad@gmx.de> writes:

> Hi!
> 
> Is there anywhere support for "SMTP Service Extension for
> Authentication", as described in rfc 2554?

http://www.pdc.kth.se/~jas/emacs-rfc2554.html 

ShengHuo



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

* Re: RFC 2554
  2000-12-02 17:53 RFC 2554 Christoph Conrad
  2000-12-02 18:05 ` ShengHuo ZHU
@ 2000-12-02 18:15 ` Jesper Harder
  1 sibling, 0 replies; 8+ messages in thread
From: Jesper Harder @ 2000-12-02 18:15 UTC (permalink / raw)


Christoph Conrad <christoph.conrad@gmx.de> writes:

> Is there anywhere support for "SMTP Service Extension for
> Authentication", as described in rfc 2554?

Yep, take a look at <http://www.pdc.kth.se/~jas/emacs-rfc2554.html>

--
Cheers,
Jesper Harder




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

* Re: RFC 2554
  2000-12-02 18:05 ` ShengHuo ZHU
@ 2000-12-02 18:43   ` Christoph Conrad
  2000-12-05 13:23   ` Christoph Rohland
  1 sibling, 0 replies; 8+ messages in thread
From: Christoph Conrad @ 2000-12-02 18:43 UTC (permalink / raw)


Hi ShengHuo,

you wrote:

    > http://www.pdc.kth.se/~jas/emacs-rfc2554.html

Thanks to Jesper and you! There seems to be one little typo (i mailed to Simon):

In `smtpmail-via-smtp'

            ;; -cc-: let -> let*
            (let* ((mechs (assoc 'auth supported-extensions))
                  (mech (car (intersection smtpmail-auth-supported (cdr mechs))))
                  (cred (assoc host smtpmail-auth-credentials)))

So mechs is defined when using it.

Best regards,
cu, -cc-
-- 
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



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

* Re: RFC 2554
  2000-12-02 18:05 ` ShengHuo ZHU
  2000-12-02 18:43   ` Christoph Conrad
@ 2000-12-05 13:23   ` Christoph Rohland
  2000-12-06  9:33     ` sj
  1 sibling, 1 reply; 8+ messages in thread
From: Christoph Rohland @ 2000-12-05 13:23 UTC (permalink / raw)
  Cc: ding

Hi ShengHuo,

On 02 Dec 2000, ShengHuo ZHU wrote:
> http://www.pdc.kth.se/~jas/emacs-rfc2554.html 

Any way to use this with xemacs 21? It bails out with undefined
function sendmail-coding-system.

Greetings
		Christoph




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

* Re: RFC 2554
  2000-12-05 13:23   ` Christoph Rohland
@ 2000-12-06  9:33     ` sj
  2000-12-06 13:41       ` Christoph Rohland
  0 siblings, 1 reply; 8+ messages in thread
From: sj @ 2000-12-06  9:33 UTC (permalink / raw)
  Cc: ShengHuo ZHU, ding

Christoph Rohland wrote:

> > http://www.pdc.kth.se/~jas/emacs-rfc2554.html
> 
> Any way to use this with xemacs 21? It bails out with undefined
> function sendmail-coding-system.

No, it's for Emacs only.  However, hopefully the XEmacs `mail-lib'
module should support SMTP AUTH soon.



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

* Re: RFC 2554
  2000-12-06  9:33     ` sj
@ 2000-12-06 13:41       ` Christoph Rohland
  2000-12-06 15:11         ` Simon Josefsson
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Rohland @ 2000-12-06 13:41 UTC (permalink / raw)
  Cc: ding

On Wed, 06 Dec 2000, sj@extundo.com wrote:
> No, it's for Emacs only.  However, hopefully the XEmacs `mail-lib'
> module should support SMTP AUTH soon.

Could give a guestimate about soon?

Greetings
		Christoph




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

* Re: RFC 2554
  2000-12-06 13:41       ` Christoph Rohland
@ 2000-12-06 15:11         ` Simon Josefsson
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Josefsson @ 2000-12-06 15:11 UTC (permalink / raw)
  Cc: ding

Christoph Rohland wrote:

> > No, it's for Emacs only.  However, hopefully the XEmacs `mail-lib'
> > module should support SMTP AUTH soon.
> 
> Could give a guestimate about soon?

My laptop disk crashed yesterday, so I've to gather parts of the patch
from various places and put it together again. I hope to send the
complete patch off to xemacs-patches on saturday.  I haven't checked
yet, but the two patches below may be all to it. Please let me know if
it does{,n't} work.

http://www.xemacs.org/list-archives/xemacs-patches/200011/msg00007.html
http://www.xemacs.org/list-archives/xemacs-patches/200012/msg00007.html



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

end of thread, other threads:[~2000-12-06 15:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-02 17:53 RFC 2554 Christoph Conrad
2000-12-02 18:05 ` ShengHuo ZHU
2000-12-02 18:43   ` Christoph Conrad
2000-12-05 13:23   ` Christoph Rohland
2000-12-06  9:33     ` sj
2000-12-06 13:41       ` Christoph Rohland
2000-12-06 15:11         ` Simon Josefsson
2000-12-02 18:15 ` Jesper Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).