/[cvs]/clearscm.com/lib/Mail.pm
ViewVC logotype

Log of /clearscm.com/lib/Mail.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 19:15:59 2011 UTC (2 months, 1 week ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +13 -13 lines
Diff to previous 1.31
Changed handling of config.

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Nov 17 16:32:19 2011 UTC (2 months, 2 weeks ago) by andrew
Branch: MAIN
Changes since 1.30: +10 -12 lines
Diff to previous 1.30
Fixed handling of config

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 19:46:13 2011 UTC (2 months, 2 weeks ago) by andrew
Branch: MAIN
Changes since 1.29: +5 -5 lines
Diff to previous 1.29
Moved pods inside subs

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 22:15:18 2011 UTC (3 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.28: +25 -14 lines
Diff to previous 1.28
Changed to more graciously handle the situation where etc/mail.conf could not be found. Some other modules, notably Logger.pm, use Mail.pm but the caller may not necessarly which to mail anything. When we die just because etc/mail.conf is not set up we die needlessly. Now the situation is noted and if mail() is called we give an error then.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:47:31 2011 UTC (10 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
Changed use parent back to use base. Older versions of Perl don't know about
parent!

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jan 9 01:04:33 2011 UTC (12 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
Perl::Critic changes

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 04:59:35 2011 UTC (13 months ago) by andrew
Branch: MAIN
Changes since 1.25: +160 -157 lines
Diff to previous 1.25
Changes for Perl::Critic

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Oct 26 02:13:07 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.24: +21 -21 lines
Diff to previous 1.24
Remove to.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Oct 26 01:55:57 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:28:33 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22
Changed MIME -> HTML were appropriate

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:26:49 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.21: +8 -6 lines
Diff to previous 1.21
Changed CPAN Module dependencies

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:22:30 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.20: +5 -4 lines
Diff to previous 1.20
Removed FindBin - It's code
Spaced out MIME dependencies

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:21:54 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.19: +17 -11 lines
Diff to previous 1.19
Fixed dependencies

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Feb 29 15:08:56 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.18: +14 -21 lines
Diff to previous 1.18
Largely cosmetic changes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 05:54:48 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.17: +38 -13 lines
Diff to previous 1.17
Changed to attempt to configure mail. If mail configuration is not
present then this module no longer causes the script to die. This is
useful if the person is using say the Logger.pm module but doesn't
intend to ever use Logger::mail. So if Mail.pm isn't properly
configured, the user can still use Logger. Otherwise usage of Logger
would requrie that Mail.pm was properly configured.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:48:06 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.16: +3 -7 lines
Diff to previous 1.16
Fixed () -> <>

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:43:47 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15
Changed email address

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:36:18 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.14: +6 -22 lines
Diff to previous 1.14
Removed =begin html... =end html in favor of =for html.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 16:04:41 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13
Updated dependencies

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 07:08:01 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.12: +18 -2 lines
Diff to previous 1.12
Modified VERSION section

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 03:59:33 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.11: +17 -4 lines
Diff to previous 1.11
Changed to use GetConfig and etc/mail.conf

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 06:55:27 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.10: +28 -0 lines
Diff to previous 1.10
More documentation changes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 06:54:07 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.9: +33 -31 lines
Diff to previous 1.9
Reformated documentation

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 05:53:24 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.8: +16 -63 lines
Diff to previous 1.8
Added blank lines

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 04:33:07 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
More document changes

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 04:31:58 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.6: +0 -4 lines
Diff to previous 1.6
More document changes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 01:36:10 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.5: +65 -14 lines
Diff to previous 1.5
Reformated documentation

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 06:26:32 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 06:24:21 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.3: +3 -4 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 06:23:56 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 06:18:57 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.1: +122 -95 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 06:08:59 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Initial import

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

Sort log by:

Falcon Knight Inc.">Falcon Knight Inc.
ViewVC Help
Powered by ViewVC 1.1.8