/[classpathx]/mail/source/gnu/mail/providers/smtp/SMTPTransport.java
ViewVC logotype

Diff of /mail/source/gnu/mail/providers/smtp/SMTPTransport.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by dog, Thu Dec 9 17:22:11 2004 UTC revision 1.34 by dog, Wed May 11 18:43:33 2005 UTC
# Line 122  public class SMTPTransport Line 122  public class SMTPTransport
122      // Check host      // Check host
123      if (host == null)      if (host == null)
124        {        {
125          throw new MessagingException("No SMTP host set(mail.smtp.host)");          host = localHostName;
126        }        }
127            
128      try      try

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26