+ hMailServer Bandwidth Calculation. Note: AWStats Logging must be enabled in Admin.
+ hMailserver Extra Mail Account Information/Settings on Edit Page. + hMailServer Forwarding Fixes + AWStats version 7 detection
This commit is contained in:
parent
0ae5ff96b5
commit
77aa23f87a
7 changed files with 505 additions and 128 deletions
|
@ -50,12 +50,8 @@ namespace WebsitePanel.Providers.Mail
|
|||
private bool isDomainAdmin;
|
||||
private bool isDomainAdminEnabled;
|
||||
private bool retainLocalCopy;
|
||||
private bool signatureEnabled;
|
||||
private string signatureHTML;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
public bool UnlimitedSize
|
||||
{
|
||||
get
|
||||
|
@ -184,19 +180,17 @@ namespace WebsitePanel.Providers.Mail
|
|||
|
||||
#endregion
|
||||
|
||||
#region hMail
|
||||
public bool SignatureEnabled
|
||||
{
|
||||
get { return signatureEnabled; }
|
||||
set { signatureEnabled = value; }
|
||||
}
|
||||
|
||||
public string SignatureHTML
|
||||
{
|
||||
get { return signatureHTML; }
|
||||
set { signatureHTML = value; }
|
||||
}
|
||||
#region hMailServer
|
||||
|
||||
public bool SignatureEnabled { get; set; }
|
||||
public string SignatureHTML { get; set; }
|
||||
public bool ForwardingEnabled { get; set; }
|
||||
public long Size { get; set; }
|
||||
public string LastLogonTime { get; set; }
|
||||
public long QuotaUsed { get; set; }
|
||||
public bool ResponderExpires {get;set;}
|
||||
public string ResponderExpirationDate { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue