Skip to content

Commit

Permalink
Removed an old FIXME
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=12016
  • Loading branch information
Per Arneng committed Feb 27, 2003
1 parent c836c2b commit 6c729d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mcs/class/System.Web/System.Web.Mail/SmtpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ private void SendMultipartMail( MailMessage msg ) {

// send the standard headers
// and the custom in MailMessage
// FIXME: more headers needs to be added so
// that all properties from MailMessage are sent..
// missing: Priority , UrlContentBase,UrlContentLocation
private IDictionary CreateHeaders( MailMessage msg ) {
Hashtable headers = new Hashtable();

Expand Down

0 comments on commit 6c729d5

Please sign in to comment.