base

package module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 2 Imported by: 1

README

maild

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KV

type KV struct {
	Name  string
	Value string
}

type Mail

type Mail struct {
	Sender      string
	Recver      list.List
	Head        []KV
	MailContent string
}

type Mas

type Mas struct {
	Sess    string
	Tag     string
	Command string
	Parames string
}

mail access structor

func InitMas

func InitMas(sess, msg string) *Mas

type ServerConfig

type ServerConfig struct {
	Domain  string
	Ip      string // 服务器的IP
	Name    string
	Type    string
	Version string
}

配置

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL