Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
WebDAV storage.WebdavConfig `yaml:"webdav"`
Processor processor.ProcessorConfig `yaml:"processor"`
Maildir maildir.MaildirConfig `yaml:"maildir"`
Stdin StdinConfig `yaml:"stdin"`
ProcessReplies bool
URL string
User string
Pass string
Calendar string
MaildirPath string
Verbose bool
}
Config contains all the CLI configuration options
func ParseFlags ¶
func ParseFlags() *Config
type StdinConfig ¶
type StdinConfig struct {
Enabled bool `yaml:"enabled"`
}
Click to show internal directories.
Click to hide internal directories.