Update of /cvsroot/csmail/csmail/src/CSMail.Utils
In directory usw-pr-cvs1:/tmp/cvs-serv28709
Modified Files:
ChangeLog MimeUtils.cs
Log Message:
2002-10-30
* MimeUtils.cs : SetDisposition(IMimePart, ContentDisposition),
: GetDisposition(IMimePart)
- Removed. Don't need it.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/csmail/csmail/src/CSMail.Utils/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 30 Oct 2002 09:58:29 -0000 1.22
+++ ChangeLog 31 Oct 2002 06:31:07 -0000 1.23
@@ -1,6 +1,12 @@
2002-10-30 Gaurav Vaish <mastergaurav AT users DOT sf DOT net>
+ * MimeUtils.cs : SetDisposition(IMimePart, ContentDisposition),
+ : GetDisposition(IMimePart)
+ - Removed. Don't need it.
+
+2002-10-30 Gaurav Vaish <mastergaurav AT users DOT sf DOT net>
+
* MimeUtils.cs : GetDisposition(IMimePart) - Typo bug fix.
2002-10-30 Gaurav Vaish <mastergaurav AT users DOT sf DOT net>
Index: MimeUtils.cs
===================================================================
RCS file: /cvsroot/csmail/csmail/src/CSMail.Utils/MimeUtils.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MimeUtils.cs 30 Oct 2002 09:58:29 -0000 1.3
+++ MimeUtils.cs 31 Oct 2002 06:31:07 -0000 1.4
@@ -91,18 +91,5 @@
{
throw new NotImplementedException();
}
-
- [MailTODO]
- internal static void SetDisposition(IMimePart part,
- ContentDisposition disposition)
- {
- throw new NotImplementedException();
- }
-
- [MailTODO]
- internal static ContentDisposition GetDisposition(IMimePart part)
- {
- throw new NotImplementedException();
- }
}
}
|