/haiku/src/preferences/mail/ProviderInfo/ |
H A D | ReadMe | 8 resource(4, "POP Authentication") 0; 9 resource(5, "SMTP Authentication") 1; 18 "POP Authentication": 22 "SMTP Authentication":
|
H A D | hotmail.com.rdef | 3 resource(4, "POP Authentication") 0; 4 resource(5, "SMTP Authentication") 1;
|
H A D | mycosmos.gr.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | uoc.gr.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | yahoo.de.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | yahoo.com.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | lycos.de.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | t-online.de.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | googlemail.com.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | cern.ch.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | freenet.de.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 0;
|
H A D | aol.com.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | arcor.de.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | shaw.ca.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | gmail.com.rdef | 4 resource(4, "POP Authentication") 1; 5 resource(5, "SMTP Authentication") 1;
|
H A D | zoho.com.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | yandex.com.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | gmx.de.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | yandex.ru.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | mail.ru.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | rediffmail.com.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 0;
|
H A D | mailbox.org.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
H A D | free.fr.rdef | 4 resource(4, "POP Authentication") 1; 5 resource(5, "SMTP Authentication") 1;
|
H A D | o2online.de.rdef | 4 resource(4, "POP Authentication") 0; 5 resource(5, "SMTP Authentication") 1;
|
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/ |
H A D | AuthenticationServer.cpp | 18 class AuthenticationServer::Authentication { class in AuthenticationServer 20 Authentication() in Authentication() function in AuthenticationServer::Authentication 26 Authentication(const char* user, const char* password) in Authentication() function in AuthenticationServer::Authentication 140 const Authentication& GetDefaultAuthentication() const in GetDefaultAuthentication() 150 Authentication* authentication = fAuthentications.Get(share); in SetAuthentication() 154 authentication = new(std::nothrow) Authentication; in SetAuthentication() 165 Authentication* GetAuthentication(const char* share) const in GetAuthentication() 171 typedef HashMap<HashString, Authentication*> AuthenticationMap; 173 Authentication fDefaultAuthentication; 386 const Authentication* authentication = NULL; in _GetAuthentication()
|