zangtumb/vendor/github.com/amalfra/maildir/lib/consts.go

11 lines
245 B
Go

package lib
// the seperator between unique name and info
const colon = ':'
// default info, to which flags are appended
const info = "2,"
// Subdirs has subdirectories that are required in maildir
var Subdirs = []string{"tmp", "new", "cur"}