Hi! internal Classes v.s own namespace/directory
To put the SMTP classes as internal classes is probably not a good idea since the maintainability will be poor. There is now 575 loc so it will be hard to have that inside other classes. I saw on the CVS that there was a System.Web.Util namespace/dir. How about System.Web.Mail.Util or Mono.Mail or something. I also need to add support for UUEncoding which is the default attachment encoding. I will probably need to put this in a separate class and when i do that i need to lift out the base64 encoding from SmtpClient and put that in a separate class to make everything nice and clean. An there are some other things that needs to be fixed so internal classes does not feel good unless you develop with a block-hide/show editor which i don't think we can assume everybody does :) //Per Arneng _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
