Merge contribution from vfportero

This commit is contained in:
omar00000 2012-08-29 12:57:51 -04:00
commit 01ee994424
2 changed files with 223 additions and 143 deletions

View file

@ -58,6 +58,13 @@ namespace WebsitePanel.Providers.Mail
{
return (maxMailboxSize < 0);
}
set
{
if (value)
{
maxMailboxSize = 0;
}
}
}
public string ReplyTo