Update of /cvsroot/csmail/csmail/src/CSMail
In directory usw-pr-cvs1:/tmp/cvs-serv22499
Modified Files:
ChangeLog
Log Message:
2002-09-13
* BodyPart.cs : Wait, why should a BodyPart have a
separate item as boundary. Just thought,
it's a parameter to ContentType.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/csmail/csmail/src/CSMail/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 13 Sep 2002 04:52:49 -0000 1.37
+++ ChangeLog 13 Sep 2002 04:55:02 -0000 1.38
@@ -1,6 +1,12 @@
2002-09-13 Gaurav Vaish <mastergaurav AT users DOT sf DOT net>
+ * BodyPart.cs : Wait, why should a BodyPart have a
+ separate item as boundary. Just thought,
+ it's a parameter to ContentType.
+
+2002-09-13 Gaurav Vaish <mastergaurav AT users DOT sf DOT net>
+
* MimeMultipart.cs : GetBodyPart(int) - Implemented
: GetBodyPart(string) - Implemented
* BodyPart.cs : Added support for boundary
|