Change to default host
Fernando Nasser <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Organization | Red Hat , Inc. - Toronto |
| Message-ID | <[email protected]> |
Hi,
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