"Robert Pluim" <rpluim(a)gmail.com> writes:
Hi,
I'm trying to get smtpmail and starttls to work in windows native 21.4.19, the
problem I'm having is that starttls-negotiate-gnutls is trying to send SIGALRM
to the gnutls-cli subprocess, and of course this is windows, so we only
support (from process-nt.c):
static void
validate_signal_number (int signo)
{
if (signo != SIGKILL && signo != SIGTERM
&& signo != SIGQUIT && signo != SIGINT
&& signo != SIGHUP)
invalid_argument ("Signal number not supported", make_int (signo));
}
Is running XEmacs-cygwin my only recourse [1]?
Hi Robert!
Looks like you never got a followup on this topic.
I am also trying to send mail via
smtp.google.com and stumbled into
this problem as well.
Did you find a solution/workaround for this?
All: Does anyone have a solution to use native windows xp xemacs 21.5
with gnus for sending mail via smtp.google.com?
Adrian
Robert
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta