Searched refs:mail (Results 1 - 25 of 28) sorted by relevance

12

/haiku/headers/os/
H A DMailKit.h5 #include <E-mail.h>
/haiku/src/bin/mail_utils/
H A Dmail.cpp17 #include <E-mail.h>
20 #define APP_SIG "application/x-vnd.Haiku-mail_utils-mail"
29 fprintf(stdout,"This program can only send mail, not read it.\n");
108 fprintf(stderr, "Sending E-mail...\n");
111 BMailMessage mail; local
112 mail.AddHeaderField(B_MAIL_TO, to.String());
113 mail.AddHeaderField(B_MAIL_CC, cc);
114 mail.AddHeaderField(B_MAIL_BCC, bcc);
115 mail.AddHeaderField(B_MAIL_SUBJECT, subject);
116 mail
[all...]
H A Dmbox2mail.cpp10 (the kind that Pine uses) into e-mail files for use with BeOS. It also
11 handles news files from rn and trn, which have messages very similar to mail
13 multiple mail messages in text format separated by "From ..." lines or
26 #include <E-mail.h>
51 STD_HDR_STATUS, /* The BeOS mail Read / New status text attribute. */
119 * to "From blah Day MMM NN XX:XX:XX TZONE1 YYYY TZONE2". Blah is an e-mail
142 /* Skip over the e-mail address (or stop at the end of string). */
381 DisplayErrorMessage ("Mail library was unable to process a mail "
517 printf ("%s is a utility for converting Pine e-mail\n",
519 printf ("files (mbox files) to Mail e-mail file
[all...]
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h20 #include <E-mail.h>
93 BFile& mail, BMessage& attributes);
95 BFile& mail, BMessage& attributes);
97 BFile& mail, BMessage& attributes);
99 BFile& mail);
101 BFile& mail);
111 BFile& mail, BMessage& attributes);
113 BFile& mail, BMessage& attributes);
/haiku/headers/os/mail/
H A DMailDaemon.h9 #include <E-mail.h>
/haiku/src/kits/mail/
H A Dc_mail_api.cpp10 //! C-mail API - compatibility function (stubs) for the old mail kit
17 #include <E-mail.h>
140 BEmailMessage mail(&file);
141 mail.SetTo(recipients);
143 return mail.Send(now);
H A Db_mail_message.cpp1 /* BMailMessage - compatibility wrapper to our mail message class
12 #include <E-mail.h>
H A DHaikuMailFormatFilter.cpp15 #include <E-mail.h>
276 // if name is empty return the mail address without "<>"
H A DMailMessage.cpp9 //! The main general purpose mail message class
23 #include <E-mail.h>
914 printf("could not create mail! (should be: %s)\n", worker.String());
945 || defaultMailOutPath.Append("mail/out") != B_OK)
946 path = "/boot/home/mail/out";
H A DMailProtocol.cpp15 #include <E-mail.h>
313 "not delete mail: %s\n", strerror(status));
347 "rename mail (%s)! (should be: %s)\n", strerror(status),
/haiku/docs/apps/mail/Mass Mailing Tips/
H A DMailToTemplate3 # Make a mail merge letter by combining data from a given people file and a
18 mail -v -s "Test Message to $Name" "$EMail" </tmp/stage3
/haiku/src/apps/mail/
H A DEnclosures.cpp78 recursive_attachment_search(TEnclosuresView* us, BMailContainer* mail, argument
81 if (mail == NULL)
84 for (int32 i = 0; i < mail->CountComponents(); i++) {
85 BMailComponent *component = mail->GetComponent(i);
178 "Removing attachments from a forwarded mail is not yet "
298 TEnclosuresView::AddEnclosuresFromMail(BEmailMessage *mail) argument
300 for (int32 i = 0; i < mail->CountComponents(); i++) {
301 BMailComponent *component = mail->GetComponent(i);
302 if (component == mail->Body())
308 mail
[all...]
H A DContent.h76 BEmailMessage *mail; member in struct:__anon143
166 void LoadMessage(BEmailMessage *mail, bool quoteIt, const char *insertText);
171 void AddAsContent(BEmailMessage *mail, bool wrap, uint32 charset, mail_encoding encoding);
248 BEmailMessage* mail, BList* list, sem_id sem);
H A DHeader.h90 status_t SetFromMessage(BEmailMessage* mail);
H A DEnclosures.h64 void AddEnclosuresFromMail(BEmailMessage* mail);
H A DHeader.cpp42 #include <E-mail.h>
660 THeaderView::SetFromMessage(BEmailMessage* mail) argument
663 SetSubject(mail->Subject());
664 SetFrom(mail->From());
665 SetTo(mail->To());
666 SetCc(mail->CC());
669 if (mail->GetAccountName(accountName) == B_OK)
673 time_t date = mail->Date();
675 const char* dateField = mail->HeaderField("Date");
H A DMailSupport.cpp49 #include <E-mail.h>
87 const char* kDraftPath = "mail/draft";
89 const char* kMailFolder = "mail";
H A DMailWindow.h47 #include <E-mail.h>
H A DContent.cpp46 #include <E-mail.h>
1755 TTextView::LoadMessage(BEmailMessage *mail, bool quoteIt, const char *text)
1759 fMail = mail;
1772 // there (the mail kit should be able to deal with non-compliant mails)
1775 this, mail, fEnclosures, fStopSem);
2026 TTextView::AddAsContent(BEmailMessage *mail, bool wrap, uint32 charset, mail_encoding encoding)
2028 if (mail == NULL)
2034 BTextMailComponent *body = mail->Body();
2036 if (mail->SetBody(body = new BTextMailComponent()) < B_OK)
2210 bool stripHeader, bool mime, TTextView *view, BEmailMessage *mail,
[all...]
H A DMailWindow.cpp56 #include <E-mail.h>
139 static const char* kQueriesDirectory = "mail/queries";
236 BMenuItem* item = new BMenuItem(B_TRANSLATE("New mail message"), msg, 'N');
245 // sucks up one file handle per mounted BFS disk volume. Plus mail file
275 "Do not translate New - this is non-localizable e-mail status"),
1698 // If there's no thread attribute (e.g. new mail) use subject
1742 B_TRANSLATE("Put your favorite e-mail queries and query "
1973 BEmailMessage* mail = window->Mail(); local
1974 if (mail == NULL)
1979 fMail = mail
2180 BEmailMessage* mail = window->Mail(); local
[all...]
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAsRead.cpp8 #include <E-mail.h>
H A DMarkAs.cpp10 #include <E-mail.h>
/haiku/headers/private/mail/
H A Dmail_util.h15 #include <E-mail.h>
96 // retrieves the mail address only from an address header formatted field
99 // Given a header field (usually the From: e-mail address) with gobbledygook in
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DFlatMessageIO.cpp43 #include <E-mail.h>
/haiku/src/servers/mail/
H A DDeskbarView.cpp43 #include <E-mail.h>
278 // open received files in the standard mail application
282 argv.AddString("argv", "E-mail");
405 targetPath.Append("mail/in");
419 string = "E-mail";
439 string = "E-mail";
522 // The New E-mail query
575 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Check for mail now"),
586 menu->AddItem(new BMenuItem(B_TRANSLATE("Shutdown mail services"),
610 path.Append("Mail/New E-mail");
[all...]

Completed in 108 milliseconds

12