Hi!
Added UUEncoding to System.Web.Mail for attachment encoding. So now both of
the encoding techniques work for attachments UUEncode, Base64. Soon the mail
api is totally complete since there is only some minor parts left to fix.
---------------------------------------------------------------------------------------
Here are some issues in MS.NET System.Web.Mail. i would like
to have some comments here on how the mono System.Web.Mail
should handled these issues:
* SmtpMail.Send throws HttpExceptions (why?)
* Bcc is completely ignored
* As soon as you add an attachment with UUEncode explicitly, all the other
attachments will be encoded with UUEncode regardless of what you have
specified :)
* Text file attachments are allways encoded using Quoted printable regardless
of what you have specified explicitly.
* Filename for attachments must be absolute. if they are not you get:
HttpException( "Unknown protocol" );
--------------------------------------------------------------------------------------
Best regards
Per Arneng
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list