- Timestamp:
- 10/28/07 23:43:05 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Mail/INET_Clients/LDAP/CLDAPClient.cp
r54 r114 26 26 #include "CMailControl.h" 27 27 #include "CMulberryApp.h" 28 #include "CPasswordManager.h" 28 29 #include "CStatusWindow.h" 29 30 #include "CStringUtils.h" … … 443 444 // Only bother if it contains something 444 445 if (!auth->GetPswd().empty()) 446 { 445 447 CINETProtocol::SetCachedPswd(auth->GetUID(), auth->GetPswd()); 448 CPasswordManager::GetManager()->AddPassword(GetAccount(), auth->GetPswd()); 449 } 446 450 } 447 451