File: Changes

package info (click to toggle)
libmail-sendeasy-perl 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: perl: 801; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for Perl extension Mail::SendEasy.

1.2  2004-04-09
     - Fixed bug for spaces between ":" and "<" on command MAIL.
       Thanks to Dave Rogers that sent that:
       | According to RFC821 there cannot be a space between
       | the ':' and the '<' in the "MAIL FROM:" or
       | the "MAIL TO:" exchange.


1.1  2004-02-05
     - Fixed recursivety/loop use of the object.
     - Fixed auth() call for SMTP servers that doesn't have AUTH.


1.0  2004-01-23 18:20:59
      - original version;