package bql import ( "net/mail" "time" ) // TODO change BQL to BQLSyntax and fuse BQL with Context type Context struct { Now time.Time LookupAddress func(string) *mail.Address }