Home
last modified time | relevance | path

Searched refs:set_passwd (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/mail/
H A Dcrypt.h13 bool set_passwd(BMessage *msg,const char *name,const char *password);
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp190 set_passwd(&inboundArchive, "cpasswd", fAccountInfo.password); in GenerateBasicAccount()
200 set_passwd(&outboundArchive, "cpasswd", fAccountInfo.password); in GenerateBasicAccount()
/haiku/src/kits/mail/
H A Dcrypt.cpp30 _EXPORT bool set_passwd(BMessage *msg,const char *name,const char *password) in set_passwd() function
H A DProtocolConfigView.cpp302 set_passwd(&settings, "cpasswd", fPasswordControl->Text()); in SaveInto()