-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
65 lines (40 loc) · 1.56 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Revision history for Perl extension XMail::Ctrl.
2.4 - October 27th 2014
o Corrected issues with distribution not installing correcting
o Tweaked tests
o Fixed some Perl critic complaints
2.3 - July 10th 2004
o Corrected issue with connections to XMail server 1.19 or newer
(no OS is contained in the connect string)
2.2 - November 7th 2003
+ Added support for the "account" portion of the addalias
function - Thanks to David Michael so bringing it to my attention
2.1 - October 7th 2003
o Corrected issue with socket when it has become
undefined and insured reconnect after a time out - Thomas Loo
2.0 - April 13th 2003
+ Use of Digest::MD5 for passwords. Digest::MD5 is now
a requirement.
o Refactored code into better, smaller internal methods
Thomas Loo
o Simplified the return values from commands to a 1 or undef
Thomas Loo
o Moved connect into its own internal function allowing
for a script to run and reconnect as needed if the connection
to the Ctrl service times out. This should not effect existing
scripts - Thomas Loo
o Improved debugging output - Thomas Loo
1.5
+ Added support for froz* commands
o Drastically improved speed for list operations
o Improved error reporting
+ Added debug option to print additional information
help while tracking down problems with connects
or queries.
o Modified documenation, removed some technical
content and altered the verbiage.
1.4 - Corrections to documentation over 1.3
1.3 - Modified list support to return array ref instead of
a raw string.
1.2 - Added support for tab file edits
1.0 - Initial release