[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Basic SMTP AUTH support for mailer.py

From: John Szakmeister <john_at_szakmeister.net>
Date: 2003-11-24 12:11:16 CET

+ if self.cfg.is_set('general.smtp_username'):
+ server.login(self.cfg.general.smtp_username, self.cfg.general.smtp_password)

It looks like the second line has a tab inserted in there. Other than that,
the patch looks good to me.

I do have one question, and pardon me for my ignorance, but is storing the
password in this file a security concern?

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 24 12:07:26 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.