mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 19:22:22 -05:00
Caldav: remove calendar-auto-schedule, breaks Lightning
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@412 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
dde5fbd75c
commit
3671222ed9
@ -664,7 +664,7 @@ public class CaldavConnection extends AbstractConnection {
|
|||||||
public void sendHttpResponse(int status, Map<String, String> headers, String contentType, byte[] content, boolean keepAlive) throws IOException {
|
public void sendHttpResponse(int status, Map<String, String> headers, String contentType, byte[] content, boolean keepAlive) throws IOException {
|
||||||
sendClient("HTTP/1.1 " + status + " " + HttpStatus.getStatusText(status));
|
sendClient("HTTP/1.1 " + status + " " + HttpStatus.getStatusText(status));
|
||||||
sendClient("Server: DavMail Gateway");
|
sendClient("Server: DavMail Gateway");
|
||||||
sendClient("DAV: 1, 2, 3, access-control, calendar-access, ticket, calendar-auto-schedule, calendar-schedule, calendarserver-private-events");
|
sendClient("DAV: 1, 2, 3, access-control, calendar-access, ticket, calendar-schedule, calendarserver-private-events");
|
||||||
SimpleDateFormat formatter = new java.text.SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z", Locale.ENGLISH);
|
SimpleDateFormat formatter = new java.text.SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z", Locale.ENGLISH);
|
||||||
sendClient("Date: " + formatter.format(new java.util.Date()));
|
sendClient("Date: " + formatter.format(new java.util.Date()));
|
||||||
if (headers != null) {
|
if (headers != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user