pycarddav icon indicating copy to clipboard operation
pycarddav copied to clipboard

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client

Results 41 pycarddav issues
Sort by recently updated
recently updated
newest added
trafficstars

I tried to start using pycarddav by importing some vcards from my old address book. But I get an error because the local sqlite database either does not exist or...

pycardsyncher produces the following error on my GNU/Linux Ubuntu 15.04: CRITICAL:root:While syncing account "private" an error occured: TagSet(Tag(tagClass=0, tagFormat=0, tagId=6), Tag(tagClass=128, tagFormat=32, tagId=0)) not in asn1Spec: GeneralName() ... and I...

bug

Some example searches: - matching only certain properties (like EMAIL or TEL) - ignoring non number characters, useful for TEL searches, e.g. match 123456 to 123/456 - completely matching some...

feature

Hi, i just installed pycarddav via pip and run into following error: DEBUG:root:Using configuration from .config/pycard/pycard.conf DEBUG:root:Ignoring query:where in configuration file DEBUG:root:Ignoring default:debug in configuration file DEBUG:root:Using configuration: DEBUG:root: accounts:...

wontfix

See [vdir](https://github.com/untitaker/vdir) and [vdirsyncer](https://github.com/untitaker/vdirsyncer).

feature

Always when syncing I get this output: ``` ~/.local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) ``` (I get it multiple...

feature

First commit allows using proxies natively. Second actually sends a valid request when PROPFINDing the addressbook data.

Currently, pc_query yields false-positive results if the search string happens to appear within the base64 representation of embedded binary data. I also suspect that the performance of pc_query could improve...

feature

when running "pc_query -a" on a contact with a jpeg PHOTO, python fails with: ``` Traceback (most recent call last): File "/usr/bin/pc_query", line 88, in controllers.query(conf) File "/usr/lib/python2.7/site-packages/pycarddav/controllers.py", line 107,...

glitch