Show
Ignore:
Timestamp:
01/13/08 21:39:50 (11 months ago)
Author:
cyrusdaboo
Message:

Support for reading/writing preferences as a flat file on a WebDAV server. This is the final piece to
provide a full replacement for IMSP/ACAP via WebDAV technologies. Ultimately an XCAP-like solution
allowing partial reads/writes would be better but this is a good first step.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Mail/Control/CMailControl.cp

    r114 r150  
    929929                                case CINETAccount::eIMSP: 
    930930                                case CINETAccount::eACAP: 
     931                                case CINETAccount::eCardDAVAdbk: 
    931932                                        icon = ICNx_UserPswdAddressBook; 
    932933                                        title = rsrc::GetString("Alerts::UserPswd::ADBKLOGIN"); 
     
    971972                                case CINETAccount::eIMSP: 
    972973                                case CINETAccount::eACAP: 
     974                                case CINETAccount::eCardDAVAdbk: 
    973975                                        icon = IDI_USERPSWD_ADBK; 
    974976                                        title = rsrc::GetString("Alerts::UserPswd::ADBKLOGIN"); 
     
    10191021                                case CINETAccount::eIMSP: 
    10201022                                case CINETAccount::eACAP: 
     1023                                case CINETAccount::eCardDAVAdbk: 
    10211024                                        icon = IDI_USERPSWD_ADBK; 
    10221025                                        title = rsrc::GetString("Alerts::UserPswd::ADBKLOGIN");