X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fhelper%2FVCard.class.php;h=cf369bfbaf47d4b0d509b93dc47a0ece89b5cf2c;hp=cb79f8133f11a4d53ea2f0d8741d5f1cc100507d;hb=2b64659747776ed791389955cc915cfb7f0b89b2;hpb=655af2033a335330b04b281228016e8c2ffb82fd;ds=sidebyside diff --git a/class/helper/VCard.class.php b/class/helper/VCard.class.php index cb79f813..cf369bfb 100644 --- a/class/helper/VCard.class.php +++ b/class/helper/VCard.class.php @@ -3,13 +3,33 @@ /** * vCard.class * - * Copyright (c) 2002 The SquirrelMail Project Team + * Copyright (c) 2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This (will) contain functions needed to vCards. * + * http://www.imc.org/pdi/vcard-21.txt + * * $Id$ + * @package squirrelmail + */ + +/** + * Undocumented class + * @package squirrelmail */ +class VCard { + +function create_vcard ($value_array) { + +return $vcard; +} + +function parse_vcard ($vcard) { + +return $array; +} +} ?>