ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/Smtp.java
Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:41:08 2004 UTC (19 years, 8 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Feb 5 14:27:59 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Util package has been pulled out of the server. Next step will be to modify
the server and conient (and anything else?) to use this instead. New
package name is uk.org.iscream.cms.util. All the java files were moved with
a repo copy, so they retain their history.

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:19 2002 UTC (21 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9
Added URL to GPL headers.

Revision 1.9 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:04 2002 UTC (21 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.8: +23 -4 lines
Diff to previous 1.8
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Feb 8 16:09:27 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.7: +24 -5 lines
Diff to previous 1.7
Made the SMTP connection code more sane.

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Feb 7 17:57:06 2002 UTC (22 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.6: +6 -3 lines
Diff to previous 1.6
A problem existed when the SMTP server disconnected during the process of
calling sendCommand. This resulted in the String 'temp' being null, which
the next line did not check, and thus a NullPointer exception was thrown.
This has been fixed by checking that 'temp' is not null explicitly. Here is
the exception for reference:

java.lang.NullPointerException
        at uk.org.iscream.cms.server.util.Smtp.sendCommand(Smtp.java:119)
        at uk.org.iscream.cms.server.util.Smtp.<init>(Smtp.java:51)
        at uk.org.iscream.cms.server.util.Smtp.<init>(Smtp.java:36)
        at uk.org.iscream.cms.server.client.alerters
           .EMail__Alerter.sendAlert(EMail__Alerter.java:70)
        at uk.org.iscream.cms.server.client.AlerterSkeleton
           .run(AlerterSkeleton.java:81)

Thanks to Paul and AJ for helping :)

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:35 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Feb 5 22:21:38 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Ack, I broke it. Silly me.

Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Feb 5 20:46:28 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +50 -26 lines
Diff to previous 1.2
Javadoc'd better, and made some of the methods a bit tidier.

Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Feb 5 04:03:07 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1
Looks like I was a bit keen on the tidying up :)

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Feb 5 03:14:15 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
An SMTP library. Got it from the GJT, but seriously trimmed for our needs.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a