classpathx-javamail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Classpathx-javamail] Re: Change to default host


From: Chris Burdess
Subject: [Classpathx-javamail] Re: Change to default host
Date: Mon, 16 May 2005 19:37:27 +0100

Fernando Nasser wrote:
OK to make this change? This makes it behave the same way as the Sun Reference Implementation (javamail.jar).

Regards,
Fernando


===================================================================
RCS file: /cvsroot/classpathx/cvsroot/classpathx/mail/source/gnu/mail/providers/ smtp/SMTPTransport.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- classpathx/mail/source/gnu/mail/providers/smtp/SMTPTransport.java 2004/12/09 17:22:11 1.33 +++ classpathx/mail/source/gnu/mail/providers/smtp/SMTPTransport.java 2005/05/11 18:43:33 1.34
@@ -122,7 +122,7 @@
     // Check host
     if (host == null)
       {
-        host = localHostName;
+        host = "localhost";
       }

     try


Thanks, this patch has been applied. If you could additionally include a ChangeLog entry with patches, it would be much appreciated.
--
Chris Burdess





reply via email to

[Prev in Thread] Current Thread [Next in Thread]