Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/carddav: add page to create new contact | Simon Ser | 2020-02-12 | 1 | -0/+7 |
| | |||||
* | plugins/carddav: filter contacts with EMAIL/FN set | Simon Ser | 2020-02-12 | 1 | -0/+3 |
| | | | | | Don't issue a CardDAV query with any filter, Google won't return any result. | ||||
* | plugins/carddav: cache addressbook home set path | Simon Ser | 2020-02-11 | 1 | -3/+45 |
| | |||||
* | plugins/carddav: add basic contacts view | Simon Ser | 2020-02-05 | 1 | -36/+6 |
| | |||||
* | plugins/carddav: accept "carddavs" and "carddav+insecure" URL schemes | Simon Ser | 2020-02-05 | 1 | -2/+5 |
| | |||||
* | plugins/carddav: sanity check URL on startup | Simon Ser | 2020-02-05 | 1 | -0/+24 |
| | |||||
* | plugins/carddav: new plugin | Simon Ser | 2020-02-05 | 1 | -0/+116 |
A new minimal CardDAV plugin is introduced. It injects a list of e-mail addresses in the e-mail compose view. References: https://todo.sr.ht/~sircmpwn/koushin/7 |