Method | Description | |
---|---|---|
getCharacterSet ( ) : string | Get the character set for the response mime parts. | |
getProductId ( ) : string | Get the product ID of the iCalendar object embedded in the MIME response. | |
prepareIcalendar ( Horde_Icalendar $ical ) : null | Prepare the iCalendar part of the response object. | |
prepareIcsMimePart ( Horde_Mime_Part $ics ) : null | Prepare the iCalendar MIME part of the response message. | |
prepareMessageMimePart ( Horde_Mime_Part $message ) : null | Prepare the message MIME part of the response. | |
prepareResponseMimeHeaders ( Horde_Mime_Headers $headers ) : null | Prepare the iCalendar MIME part of the response message. |
public getCharacterSet ( ) : string | ||
return | string | The character set. |
public getProductId ( ) : string | ||
return | string | The product ID. |
public prepareIcalendar ( Horde_Icalendar $ical ) : null | ||
$ical | Horde_Icalendar | The iCalendar response object. |
return | null |
public prepareIcsMimePart ( Horde_Mime_Part $ics ) : null | ||
$ics | Horde_Mime_Part | The iCalendar MIME part of the response message. |
return | null |
public prepareMessageMimePart ( Horde_Mime_Part $message ) : null | ||
$message | Horde_Mime_Part | The message MIME part of the response. |
return | null |
public prepareResponseMimeHeaders ( Horde_Mime_Headers $headers ) : null | ||
$headers | Horde_Mime_Headers | |
return | null |