package episto
import "sbinet.org/x/episto"
Index ¶
Package Files ¶
episto.go
type Account ¶
type Account struct { Name string User string `ini:"user"` Cred string `ini:"cred-cmd"` URL string `ini:"url"` // contains filtered or unexported fields }
func LoadAccounts ¶
func (*Account) List ¶
func (*Account) Push ¶
func (acc *Account) Push(card vcard.Card) (*carddav.AddressObject, error)
Directories ¶
Path | Synopsis |
---|---|
cmd | |
cmd/efmt | Command efmt formats e-mails to nicely display them on a terminal. |
cmd/mta | Command mta sends emails using a real MTA command and forwards the message content to another command to update a contacts list. |
cmd/vcard-ls | Command vcard-ls queries CardDAV servers for contacts informations. |
cmd/vcard-push | Command vcard-push pushes contacts informations to a remote CardDAV server. |
- Version
- v0.0.0-20220119111632-c5da42852daa (latest)
- Published
- Jan 19, 2022
- Platform
- linux/amd64
- Imports
- 12 packages (graph)
- Last checked
- 1 month ago –
Tools for package owners.