Merge contribution from vfportero
This commit is contained in:
commit
01ee994424
2 changed files with 223 additions and 143 deletions
|
@ -58,6 +58,13 @@ namespace WebsitePanel.Providers.Mail
|
|||
{
|
||||
return (maxMailboxSize < 0);
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value)
|
||||
{
|
||||
maxMailboxSize = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public string ReplyTo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue