+++ /dev/null
-
- - Merge with Horde Imp (Changes [Horde]: Extended message body; improved From, Changes [Kolab]: Do not automatically set the sequence attribute to 0 if it does not exist -> http://bugs.horde.org/ticket/4863; use lower case mailto -> http://bugs.horde.org/ticket/4872; Missing UID in the vEvent causes failure;
- - Use parse_url
* @author Gunnar Wrobel <wrobel@pardus.de>
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPL
* @link http://pear.horde.org/index.php?package=Itip
+ *
+ * @todo Clean this class up. Accessing private methods for copying the object
+ * is not nice. Reconsider if an interface is really needed. See also PMD
+ * report.
*/
class Horde_Itip_Event_Vevent
implements Horde_Itip_Event
* Return the organizer of the iTip event.
*
* @return string The organizer of the event.
+ *
+ * @todo Parse mailto using parse_url
*/
public function getOrganizer()
{
* @param array $attendees The attendees of the invitation.
* @param string $reply_to The selected identity for sending the
* reply.
+ * @todo Parse mailto using parse_url
*/
public function __construct($identity, $attendees, $reply_to)
{