Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VPEntry ¶
type VPEntry struct { Password string Directory string Forwards string Personal string HardQuota uint SoftQuota uint MsgSize uint MsgCount uint ChangedAt time.Time }
VPEntry represents an entry in the VMailMgr password database
type VPTable ¶
type VPTable struct {
// contains filtered or unexported fields
}
VPTable contains a complete password database for VMailMgr including the right order to ensure the database does not change if there are no content changes
func LoadFromFile ¶
LoadFromFile reads the CDB file and parses the entries to be editable
func (VPTable) SaveToFile ¶
SaveToFile writes the database into the CDB file format
Click to show internal directories.
Click to hide internal directories.