Svend Sorensen | 6 Dec 2005 19:18
Picon

SMTP: prompt for password/GSSAPI

I have a couple of feature requests:

Would it possible for nail to prompt for the SMTP login password if
smtp-auth-user is set, but smtp-auth-password is not set?

Also, would it be possible to add GSSAPI support for SMTP?

Thanks,
Svend

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
Gunnar Ritter | 6 Dec 2005 19:57
Picon
Favicon

Re: SMTP: prompt for password/GSSAPI

Svend Sorensen <ssorensen@...> wrote:

> Would it possible for nail to prompt for the SMTP login password if
> smtp-auth-user is set, but smtp-auth-password is not set?

Certainly. It would only be necessary to ask for it before
the call to fork() that starts the asynchronous submitter
process. All relevant functionality is already there; you
could just add it on your own. Call getpassword() and add
an argument to smtp_mta() and talk_smtp().

> Also, would it be possible to add GSSAPI support for SMTP?

Certainly, but programming GSSAPI is not fun, and I have
currently no working setup to test it.

	Gunnar

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
phutchis | 17 Dec 2005 08:55
Favicon

multiple message attachments

How would I go about creating a single outgoing message with more
than one message/rfc822 attachment?  The "forward" and "Forward"
commands accept only a single message, and ~F seems to insert the
text inline even if forward-as-attachment is set.

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
Gunnar Ritter | 17 Dec 2005 20:40
Picon
Favicon

Re: multiple message attachments

phutchis@... wrote:

> How would I go about creating a single outgoing message with more
> than one message/rfc822 attachment?

This is currently not possible.

	Gunnar

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

Gmane