liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

Add vCard support to export_emails #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This was requested by a friend who is a Mac fanatic, and would like to
import the django users into the address book.

This should be easy to do with the python module for vCard, but I have no
experience with it (nor a good means of testing).

Original issue reported on code.google.com by doug.nap...@gmail.com on 30 Apr 2008 at 6:36

GoogleCodeExporter commented 8 years ago
Great idea.  +1

Original comment by mtr...@gmail.com on 30 Apr 2008 at 3:34

GoogleCodeExporter commented 8 years ago
Coincidentally I've something similar before lately.

Added vCard support using the 'vobjects' module to the export_emails command and
tested it with Evolution. (In which an export worked fine, however the test-set 
was
fairly small, without any complex/unicoded names in it)

If anybody else (hopefully someone with a MacOS machine) could check this on 
Apple ?
(and then tag this as verified)

Original comment by v.oostv...@gmail.com on 1 May 2008 at 6:51