Attachment "smtp.diff" to
ticket [479174ffff]
added by
andreas_kupries
2001-11-08 13:42:47.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tcllib/tcllib/ChangeLog,v
retrieving revision 1.73
diff -u -r1.73 ChangeLog
--- ChangeLog 2001/11/08 06:32:04 1.73
+++ ChangeLog 2001/11/08 06:41:37
@@ -1,5 +1,7 @@
2001-11-07 Andreas Kupries <[email protected]>
+ * mime: Fixed bug #479174.
+
* mkInstallScripts.tcl: Added code to install tclIndex files.
* Makefile.in (install-libraries, dist): Added commands to copy
Index: modules/mime/ChangeLog
===================================================================
RCS file: /cvsroot/tcllib/tcllib/modules/mime/ChangeLog,v
retrieving revision 1.15
diff -u -r1.15 ChangeLog
--- modules/mime/ChangeLog 2001/11/04 04:49:51 1.15
+++ modules/mime/ChangeLog 2001/11/08 06:41:37
@@ -1,3 +1,13 @@
+2001-11-07 Andreas Kupries <[email protected]>
+
+ * mime.n: Clarified documentation for 'parseaddress' in the wake
+ of bug #479174 as this is the command which actually handles the
+ value of option -recipients mentionend below.
+
+ * smtp.n: Fixed bug #479144, clarified contents of value for
+ -recipients. Bug reported by Darren New
+ <[email protected]>.
+
2001-11-01 Andreas Kupries <[email protected]>
* smtp.tcl: Fixed bug #472009. Changes in the handling of
Index: modules/mime/mime.n
===================================================================
RCS file: /cvsroot/tcllib/tcllib/modules/mime/mime.n,v
retrieving revision 1.2
diff -u -r1.2 mime.n
--- modules/mime/mime.n 2001/10/17 17:27:26 1.2
+++ modules/mime/mime.n 2001/11/08 06:41:37
@@ -175,7 +175,8 @@
\fBmime::parseaddress\fR \fIstring\fR\fR
This command takes a string containing one or more 822-style address
specifications and returns a list of serialized arrays, one element
-for each address specified in the argument.
+for each address specified in the argument. If the string contains
+more than one address they will be separated by commas.
.sp
Each serialized array contains the properties below. Note that one or
more of these properties may be empty.
Index: modules/mime/smtp.n
===================================================================
RCS file: /cvsroot/tcllib/tcllib/modules/mime/smtp.n,v
retrieving revision 1.2
diff -u -r1.2 smtp.n
--- modules/mime/smtp.n 2001/10/17 17:27:26 1.2
+++ modules/mime/smtp.n 2001/11/08 06:41:37
@@ -50,7 +50,9 @@
.TP
\fB-recipients\fR
A string containing one or more 822-style address specifications. If
-present the header isn't examined for recipient addresses).
+present the header isn't examined for recipient addresses). If the
+string contains more than one address they will be separated by
+commas.
.TP
\fB-header\fR
A list of keywords and their values (may occur zero or more times).