Searched refs:replyTo (Results 1 - 25 of 33) sorted by last modified time

12

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp401 const BMessenger* replyTo)
406 if (replyTo != NULL)
407 messengers.push_back(*replyTo);
411 if (replyTo != NULL) {
412 fPendingBodies[*iterator].push_back(*replyTo);
400 RegisterPendingBodies(IMAP::MessageUIDList& uids, const BMessenger* replyTo) argument
H A DIMAPProtocol.cpp235 IMAPProtocol::HandleFetchBody(const entry_ref& ref, const BMessenger& replyTo) argument
254 return worker->EnqueueFetchBody(*folder, uid, replyTo);
H A DIMAPConnectionWorker.cpp169 MessageUIDList& entries, const BMessenger* replyTo = NULL)
175 folder.RegisterPendingBodies(entries, replyTo);
651 const BMessenger& replyTo)
661 &replyTo));
650 EnqueueFetchBody(IMAPFolder& folder, uint32 uid, const BMessenger& replyTo) argument
H A DIMAPProtocol.h56 const BMessenger& replyTo);
H A DIMAPConnectionWorker.h49 uint32 uid, const BMessenger& replyTo);
H A DIMAPFolder.h87 const BMessenger* replyTo);
/haiku/src/kits/app/
H A DMessage.cpp906 BMessage::SendReply(uint32 command, BHandler* replyTo) argument
910 return SendReply(&message, replyTo);
915 BMessage::SendReply(BMessage* reply, BHandler* replyTo, bigtime_t timeout) argument
918 BMessenger messenger(replyTo);
924 BMessage::SendReply(BMessage* reply, BMessenger replyTo, bigtime_t timeout) argument
943 status_t result = messenger.SendMessage(reply, replyTo, timeout);
960 status_t result = messenger.SendMessage(reply, replyTo, timeout);
2127 bigtime_t timeout, bool replyRequired, BMessenger& replyTo) const
2209 if (!replyTo.IsValid()) {
2210 BMessenger::Private(replyTo)
[all...]
H A DLooper.cpp240 BLooper::PostMessage(uint32 command, BHandler* handler, BHandler* replyTo) argument
243 return _PostMessage(&message, handler, replyTo);
248 BLooper::PostMessage(BMessage* message, BHandler* handler, BHandler* replyTo) argument
250 return _PostMessage(message, handler, replyTo);
907 BLooper::_PostMessage(BMessage* msg, BHandler* handler, BHandler* replyTo) argument
912 return messenger.SendMessage(msg, replyTo, 0);
H A DRoster.cpp809 BRoster::Broadcast(BMessage* message, BMessenger replyTo) const
819 error = request.AddMessenger("reply_target", replyTo);
H A DMessenger.cpp154 BMessenger::SendMessage(uint32 command, BHandler* replyTo) const
157 return SendMessage(&message, replyTo);
162 BMessenger::SendMessage(BMessage* message, BHandler* replyTo, argument
169 BMessenger replyMessenger(replyTo);
180 BMessenger::SendMessage(BMessage* message, BMessenger replyTo, argument
187 timeout, false, replyTo);
H A DMessageRunner.cpp41 bigtime_t interval, int32 count, BMessenger replyTo)
45 _InitData(target, message, interval, count, replyTo);
50 bigtime_t interval, int32 count, BMessenger replyTo)
54 _InitData(target, &message, interval, count, replyTo);
153 bigtime_t interval, int32 count, BMessenger replyTo)
156 replyTo);
204 \param replyTo Target replies to the delivered message(s) shall be sent to.
208 bigtime_t interval, int32 count, BMessenger replyTo)
210 fToken = _RegisterRunner(target, message, interval, count, false, replyTo);
222 \param replyTo Targe
40 BMessageRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
49 BMessageRunner(BMessenger target, const BMessage& message, bigtime_t interval, int32 count, BMessenger replyTo) argument
152 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
207 _InitData(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
228 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
[all...]
H A DApplication.cpp1495 BRect dragRect, BHandler* replyTo)
1503 int32 bitmapToken, drawing_mode dragMode, BHandler* replyTo)
/haiku/headers/os/interface/
H A DView.h205 BHandler* replyTo = NULL);
207 BPoint offset, BHandler* replyTo = NULL);
210 BHandler* replyTo = NULL);
/haiku/headers/os/app/
H A DRoster.h90 BMessenger replyTo) const;
H A DMessage.h98 BHandler* replyTo = NULL);
100 BHandler* replyTo = NULL,
102 status_t SendReply(BMessage* reply, BMessenger replyTo,
570 BMessenger& replyTo) const;
H A DLooper.h46 BHandler* replyTo = NULL);
48 BHandler* replyTo = NULL);
/haiku/src/apps/mail/
H A DPrefs.cpp92 int32* replyTo, char** preamble, char** sig, uint32* encoding,
116 fNewReplyTo(replyTo),
213 menu = new BMenuField("replyTo", B_TRANSLATE("Reply account:"),
457 msg->FindInt32("replyTo", fNewReplyTo);
651 msg->AddInt32("replyTo", ACCOUNT_USE_DEFAULT);
657 msg->AddInt32("replyTo", ACCOUNT_FROM_MAIL);
90 TPrefsWindow(BPoint leftTop, BFont* font, int32* level, bool* wrap, bool* attachAttributes, bool* cquotes, int32* account, int32* replyTo, char** preamble, char** sig, uint32* encoding, bool* warnUnencodable, bool* spellCheckStartOn, bool* autoMarkRead, uint8* buttonBar) argument
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp250 BMessenger* replyTo = ⌖ local
252 replyTo = NULL;
254 protocol->FetchBody(ref, replyTo);
/haiku/src/kits/mail/
H A DMailMessage.cpp107 BEmailMessage::ReplyMessage(mail_reply_to_mode replyTo, bool accountFromMail, argument
114 if (replyTo == B_MAIL_REPLY_TO_ALL) {
148 } else if (replyTo == B_MAIL_REPLY_TO_SENDER || ReplyTo() == NULL)
321 BEmailMessage::SetReplyTo(const char* replyTo, uint32 charset, argument
324 SetHeaderField("Reply-To", replyTo, charset, encoding);
H A DMailProtocol.cpp426 BInboundMailProtocol::FetchBody(const entry_ref& ref, BMessenger* replyTo) argument
430 if (replyTo != NULL)
431 message.AddMessenger("target", *replyTo);
446 BInboundMailProtocol::ReplyBodyFetched(const BMessenger& replyTo, argument
452 replyTo.SendMessage(&message);
/haiku/src/kits/interface/
H A DView.cpp1431 BView::DragMessage(BMessage* message, BRect dragRect, BHandler* replyTo) argument
1447 DragMessage(message, NULL, B_OP_BLEND, offset, replyTo);
1483 DragMessage(message, bitmap, B_OP_BLEND, offset, replyTo);
1489 BHandler* replyTo)
1491 DragMessage(message, image, B_OP_COPY, offset, replyTo);
1497 drawing_mode dragMode, BPoint offset, BHandler* replyTo)
1510 if (replyTo == NULL)
1511 replyTo = this;
1513 if (replyTo->Looper() == NULL)
1532 privateMessage.SetReply(BMessenger(replyTo, replyT
1488 DragMessage(BMessage* message, BBitmap* image, BPoint offset, BHandler* replyTo) argument
1496 DragMessage(BMessage* message, BBitmap* image, drawing_mode dragMode, BPoint offset, BHandler* replyTo) argument
[all...]
/haiku/src/tests/kits/app/bmessagerunner/
H A DBMessageRunnerTester.cpp269 bigtime_t interval, int32 count, BMessenger replyTo)
284 BMessenger replyTo(handler);
285 BMessageRunner runner(target, &message, interval, count, replyTo);
296 bigtime_t interval, int32 count, BMessenger replyTo)
311 BMessenger replyTo(handler);
312 BMessageRunner runner(target, NULL, interval, count, replyTo);
320 bigtime_t interval, int32 count, BMessenger replyTo)
337 BMessenger replyTo(handler);
338 BMessageRunner runner(target, &message, interval, count, replyTo);
356 bigtime_t interval, int32 count, BMessenger replyTo)
[all...]
/haiku/headers/build/os/app/
H A DRoster.h103 status_t Broadcast(BMessage *message, BMessenger replyTo) const;
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp252 POP3Protocol::HandleFetchBody(const entry_ref& ref, const BMessenger& replyTo) argument
302 ReplyBodyFetched(replyTo, ref, B_OK);
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h135 BMessenger* replyTo);
139 static void ReplyBodyFetched(const BMessenger& replyTo,
144 const BMessenger& replyTo) = 0;

Completed in 225 milliseconds

12