mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: e0d6a2d51589348dbe6602973f8a6ae6718f0991
Monotone-Revision: e57c559e7f4acc6c125cef6398101fdf444f5d7b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-07-16T13:52:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -373,9 +373,18 @@
|
||||
|
||||
- (id) davEntityTag
|
||||
{
|
||||
return [NSString stringWithFormat: @"\"gcs%.8d\"", version];
|
||||
NSString *etag;
|
||||
|
||||
etag = [NSString stringWithFormat: @"<D:getetag>\"gcs%.8d\"</D:getetag>", version];
|
||||
|
||||
return [SOGoWebDAVValue valueForObject: etag attributes: nil];;
|
||||
}
|
||||
|
||||
// - (id) davEntityTag
|
||||
// {
|
||||
// return [NSString stringWithFormat: @"\"gcs%.8d\"", version];
|
||||
// }
|
||||
|
||||
/* WebDAV */
|
||||
- (NSString *) davCreationDate
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user