Documentation
¶
Index ¶
- Variables
- func DefaultTimeInYear(year int, tz *time.Location) time.Time
- func Fuzz(data []byte) int
- func IsRecoverableError(err error) bool
- func Parse(line []byte) (Header, Payload, error)
- type Delays
- type Header
- type Payload
- type QmgrReturnedToSender
- type SmtpSentStatus
- type SmtpStatus
- type Time
- type TimeConverter
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidHeaderLine = rawparser.ErrInvalidHeaderLine ErrUnsupportedLogLine = rawparser.ErrUnsupportedLogLine )
Functions ¶
func IsRecoverableError ¶
Types ¶
type QmgrReturnedToSender ¶
type SmtpSentStatus ¶
type SmtpStatus ¶
type SmtpStatus int
const ( SentStatus SmtpStatus = 0 BouncedStatus SmtpStatus = 1 DeferredStatus SmtpStatus = 2 )
func (SmtpStatus) String ¶
func (s SmtpStatus) String() string
type TimeConverter ¶
type TimeConverter struct {
// contains filtered or unexported fields
}
func NewTimeConverter ¶
Click to show internal directories.
Click to hide internal directories.