/haiku/src/servers/mail/ |
H A D | MailDaemonApplication.cpp | 240 int32 account; in RefsReceived() local 241 if (node.ReadAttr(B_MAIL_ATTR_ACCOUNT_ID, B_INT32_TYPE, 0, &account, in RefsReceived() 242 sizeof(account)) < 0) in RefsReceived() 245 BInboundMailProtocol* protocol = _InboundProtocol(account); in RefsReceived() 293 int32 account = msg->FindInt32("account"); in MessageReceived() local 299 BInboundMailProtocol* protocol = _InboundProtocol(account); in MessageReceived() 476 int32 account = -1; in GetNewMessages() local 477 if (msg->FindInt32("account", &account) == B_OK && account >= 0) { in GetNewMessages() 479 BInboundMailProtocol* protocol = _InboundProtocol(account); in GetNewMessages() 502 int32 account = msg->GetInt32("account", -1); in SendPendingMessages() local [all …]
|
H A D | MailDaemonApplication.h | 69 const account_protocols& account); 78 BInboundMailProtocol* _InboundProtocol(int32 account); 79 BOutboundMailProtocol* _OutboundProtocol(int32 account);
|
/haiku/src/preferences/mail/ |
H A D | ConfigWindow.cpp | 83 AccountItem::AccountItem(const char* label, BMailAccountSettings* account, in AccountItem() argument 87 fAccount(account), in AccountItem() 434 BMailAccountSettings* account = fAccounts.ItemAt(i); in _LoadAccounts() local 435 _AddAccountToView(account); in _LoadAccounts() 446 BMailAccountSettings* account = fAccounts.ItemAt(i); in _SaveSettings() local 447 if (account && account->HasBeenModified()) in _SaveSettings() 448 changedAccounts.AddInt32("account", account->AccountID()); in _SaveSettings() 451 BMailAccountSettings* account = fToDeleteAccounts.ItemAt(i); in _SaveSettings() local 452 changedAccounts.AddInt32("account", account->AccountID()); in _SaveSettings() 457 BMailAccountSettings* account = fToDeleteAccounts.ItemAt(i); in _SaveSettings() local [all …]
|
H A D | ConfigWindow.h | 41 BMailAccountSettings* account, 65 void AccountUpdated(BMailAccountSettings* account); 78 BMailAccountSettings* account); 79 void _RemoveAccount(BMailAccountSettings* account); 81 BMailAccountSettings* account);
|
/haiku/src/kits/mail/ |
H A D | c_mail_api.cpp | 75 get_pop_account(mail_pop_account* account, int32 index) in get_pop_account() argument 83 strcpy(account->pop_name, settings.FindString("username")); in get_pop_account() 84 strcpy(account->pop_host, settings.FindString("server")); in get_pop_account() 85 strcpy(account->real_name, accountSettings->RealName()); in get_pop_account() 86 strcpy(account->reply_to, accountSettings->ReturnAddress()); in get_pop_account() 92 strcpy(account->pop_password, password); in get_pop_account() 110 BMailAccountSettings* account = accounts.AccountAt( in get_smtp_host() local 112 if (account == NULL) in get_smtp_host() 115 const BMessage& settings = account->OutboundSettings(); in get_smtp_host()
|
H A D | MailMessage.cpp | 123 BMailAccountSettings* account = accounts.AccountByID(Account()); in ReplyMessage() local 125 if (account != NULL) in ReplyMessage() 126 sender = account->ReturnAddress(); in ReplyMessage() 429 BMailAccountSettings* account = accounts.AccountByName(accountName); in SendViaAccount() local 430 if (account != NULL) in SendViaAccount() 431 SendViaAccount(account->AccountID()); in SendViaAccount() 436 BEmailMessage::SendViaAccount(int32 account) in SendViaAccount() argument 438 fAccountID = account; in SendViaAccount() 473 BMailAccountSettings* account = accounts.AccountByID(accountID); in GetAccountName() local 474 if (account != NULL) in GetAccountName() [all …]
|
H A D | MailSettings.cpp | 333 BMailAccountSettings* account = new BMailAccountSettings(entry); in BMailAccounts() local 334 if (account->InitCheck() != B_OK) { in BMailAccounts() 335 delete account; in BMailAccounts() 348 fAccounts.AddItem(account); in BMailAccounts() 351 fAccounts.AddItem(account, insertIndex); in BMailAccounts() 394 BMailAccountSettings* account = fAccounts.ItemAt(i); in AccountByID() local 395 if (account->AccountID() == id) in AccountByID() 396 return account; in AccountByID() 406 BMailAccountSettings* account = fAccounts.ItemAt(i); in AccountByName() local 407 if (strcmp(account->Name(), name) == 0) in AccountByName() [all …]
|
/haiku/src/add-ons/tracker/mark_as/ |
H A D | MarkAsRead.cpp | 40 int32 account; in process_refs() local 42 0LL, &account, sizeof(account)) == sizeof(account)) in process_refs() 43 BMailDaemon().MarkAsRead(account, ref, read); in process_refs()
|
H A D | MarkAs.cpp | 116 int32 account; in process_refs() local 118 0LL, &account, sizeof(account)) == sizeof(account)) in process_refs() 119 BMailDaemon().MarkAsRead(account, ref, B_SEEN); in process_refs()
|
/haiku/data/catalogs/preferences/mail/ |
H A D | it.catkeys | 2 Account settings AutoConfigWindow Impostazioni account 6 Create new account AutoConfigWindow Crea un nuovo account 25 Account name: Config Views Nome account: 40 Account settings Config Views Impostazioni account 44 …account with the Add button.\n\nRemove an account with the Remove button on the selected item.\n\n… 45 Account name: E-Mail Nome account:
|
H A D | fur.catkeys | 2 Account settings AutoConfigWindow Impostazions account 6 Create new account AutoConfigWindow Cree un gnûf account 25 Account name: Config Views Non account: 40 Account settings Config Views Impostazions account 44 …account with the Add button.\n\nRemove an account with the Remove button on the selected item.\n\n… 45 Account name: E-Mail Non account:
|
H A D | nl.catkeys | 6 Create new account AutoConfigWindow Een nieuw account aanmaken 44 …account with the Add button.\n\nRemove an account with the Remove button on the selected item.\n\n…
|
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/ |
H A D | ConfigView.cpp | 99 BMailAccountSettings* account = accounts.AccountAt(i); in RuleFilterConfig() local 100 if (!account->HasOutbound()) in RuleFilterConfig() 104 message->AddInt32("account id", account->AccountID()); in RuleFilterConfig() 106 BMenuItem* item = new BMenuItem(account->Name(), message); in RuleFilterConfig() 108 if (account->AccountID() == fAccountID) in RuleFilterConfig()
|
/haiku/data/catalogs/add-ons/mail_daemon/inbound_filters/notifier/ |
H A D | ko.catkeys | 14 …0, plural, one{one new message} other{# new messages}} for %account. NotifierFilter %account 계정에 …
|
H A D | ja.catkeys | 14 …0, plural, one{one new message} other{# new messages}} for %account. NotifierFilter %account に {0…
|
H A D | el.catkeys | 14 …new messages}} for %account. NotifierFilter Έχετε {0, plural, one{ένα νέο μήνυμα} other{# νέα μην…
|
H A D | ru.catkeys | 14 …}} for %account. NotifierFilter Вы получили {0, plural, one{одно новое сообщение} few{# новых соо…
|
H A D | uk.catkeys | 14 … for %account. NotifierFilter Отримано {0, plural, one{одне нове повідомлення} few{# нових повідо…
|
H A D | zh_Hans.catkeys | 14 …plural, one{one new message} other{# new messages}} for %account. NotifierFilter 您的账户 %account 有{…
|
H A D | th.catkeys | 14 …er{# new messages}} for %account. NotifierFilter คุณมี {0, plural, one{one new message} อื่นๆ{# n…
|
H A D | pt_BR.catkeys | 13 …# new messages}} for %account. NotifierFilter Você tem {0, plural, one{uma nova mensagem} other{#…
|
H A D | da.catkeys | 13 …r{# new messages}} for %account. NotifierFilter Du har {0, plural, one{en ny meddelelse} other{# …
|
H A D | eo.catkeys | 13 …{# new messages}} for %account. NotifierFilter Vi havas {0, plural, one{unu novan mesaĝon} other{…
|
H A D | en_GB.catkeys | 13 …er{# new messages}} for %account. NotifierFilter You have {0, plural, one{one new message} other{…
|
H A D | sv.catkeys | 14 …# new messages}} for %account. NotifierFilter Du har {0, plural, one{ett nytt meddelande} other{#…
|