Home
last modified time | relevance | path

Searched refs:mail (Results 326 – 350 of 36545) sorted by relevance

1...<<11121314151617181920>>...1462

/dports/mail/phpmailer/PHPMailer-5.2.28/examples/
H A DDKIM.phps13 $mail = new PHPMailer; variable
15 $mail->setFrom('from@example.com', 'First Last');
19 $mail->addAddress('whoto@example.com', 'John Doe');
21 $mail->Subject = 'PHPMailer DKIM test';
23 $mail->DKIM_domain = 'example.com';
25 $mail->DKIM_private = 'dkim_private.pem';
27 $mail->DKIM_selector = 'phpmailer';
29 $mail->DKIM_passphrase = '';
31 $mail->DKIM_identity = $mail->From;
34 if (!$mail->send()) {
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/libraries/phpmailer/examples/
H A DDKIM.phps13 $mail = new PHPMailer; variable
15 $mail->setFrom('from@example.com', 'First Last');
19 $mail->addAddress('whoto@example.com', 'John Doe');
21 $mail->Subject = 'PHPMailer DKIM test';
23 $mail->DKIM_domain = 'example.com';
25 $mail->DKIM_private = 'dkim_private.pem';
27 $mail->DKIM_selector = 'phpmailer';
29 $mail->DKIM_passphrase = '';
31 $mail->DKIM_identity = $mail->From;
34 if (!$mail->send()) {
[all …]
H A Dcode_generator.phps47 $mail->CharSet = 'utf-8';
49 $mail->Debugoutput = $CFG['smtp_debugoutput'];
76 $mail->isSMTP(); // telling the class to use SMTP
77 $mail->SMTPDebug = (integer)$_POST['smtp_debug'];
78 $mail->Host = $_POST['smtp_server']; // SMTP server
129 $mail->addReplyTo($_POST['From_Email']);
138 $mail->addAddress($to, $_POST['To_Name']);
141 $mail->addAddress($to);
148 $mail->addBCC($value);
156 $mail->addCC($value);
[all …]
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/mrtg-mail/
H A Dmailstats.cfg9 MaxBytes[mail]: 150
10 # AbsMax[mail]: 1800
11 #Unscaled[mail]: dwmy
12 Options[mail]: gauge
15 XSize[mail]: 500
16 #Supress[mail]: my
17 YSize[mail]: 200
18 WithPeak[mail]: dwmy
19 YLegend[mail]: No. of messages
20 ShortLegend[mail]: messages
[all …]
/dports/mail/mls/mls-1.3/
H A Dmls_stat.c69 RemoveCR(mail); in GetMailer()
87 if (!regexec(&r_m_ope, mail, MAX_REGMATCH, pm, 0)) { // Opera in GetMailer()
118 if (!regexec(&r_m_eud, mail, MAX_REGMATCH, pm, 0)) { // Eudora in GetMailer()
124 if (!regexec(&r_m_pob, mail, MAX_REGMATCH, pm, 0)) { // POBOX in GetMailer()
127 if (!regexec(&r_m_kma, mail, MAX_REGMATCH, pm, 0)) { // KMail in GetMailer()
130 if (!regexec(&r_m_mut, mail, MAX_REGMATCH, pm, 0)) { // Mutt in GetMailer()
141 if (!regexec(&r_m_pin, mail, MAX_REGMATCH, pm, 0)) { // Pine in GetMailer()
151 if (!regexec(&r_m_pan, mail, MAX_REGMATCH, pm, 0)) { // Pan in GetMailer()
171 if (!regexec(&r_m_xws, mail, MAX_REGMATCH, pm, 0)) { // Xnews in GetMailer()
176 if (!regexec(&r_m_knd, mail, MAX_REGMATCH, pm, 0)) { // KNode in GetMailer()
[all …]
/dports/mail/cone/cone-1.1/libmail/
H A Dsmtpfolder.H24 class smtpFolder : public mail::folder {
52 mail::callback &callback2) const;
55 mail::callback &callback2) const;
57 mail::addMessage *addMessage(mail::callback &callback) const;
63 mail::callback &callback2) const;
69 mail::callback::folderList &callback1,
72 mail::folder *clone() const;
76 void open(mail::callback &openCallback,
87 mail::ptr<smtp> myServer;
89 mail::callback &myCallback;
[all …]
H A Daddmessage.C14 mail::addMessage::addMessage(mail::account *ptr) : mail::ptr<mail::account>(ptr), in addMessage()
19 bool mail::addMessage::checkServer() in checkServer()
30 mail::addMessage::~addMessage() in ~addMessage()
47 const mail::Attachment &a, in assembleContent()
48 mail::callback &cb) in assembleContent()
61 mail::callback &cb) in assembleMessageRfc822()
69 std::vector<mail::Attachment *> a; in assembleMessageRfc822()
80 const mail::mimestruct in assembleMultipart()
82 mail::callback &cb) in assembleMultipart()
103 bool mail::addMessage::assemble() in assemble()
[all …]
H A Dmailtool.C292 static bool getIndex(mail::ACCOUNT *p, mail::folder *f) in getIndex()
366 static bool getHeaders(mail::ACCOUNT *p, mail::folder *f, size_t n) in getHeaders()
381 static bool removeMessages(mail::ACCOUNT *p, mail::folder *f, const char *msgs) in removeMessages()
418 static bool doFilterFolder(mail::ACCOUNT *p, mail::folder *f) in doFilterFolder()
477 static bool doUploadMessage(mail::ACCOUNT *p, mail::folder *f) in doUploadMessage()
675 mail::folder *fromfolder= in docopy()
681 mail::folder *tofolder= in docopy()
719 mail::folder *f= *b++; in docopyfolderordir()
972 mail::smtpInfo smtpInfo; in main()
1137 mail::ACCOUNT *p=new mail::ACCOUNT(); in main()
[all …]
H A Dsync.H230 void append(const mail::folder *);
294 mail::folder *createFolder(const mail::folder *, std::string, bool);
296 mail::folder *renameFolder(const mail::folder *,
302 mail::snapshot *restoreSnapshot);
312 const mail::messageInfo &newInfo);
338 const mail::messageInfo &flags);
341 mail::folder *copyTo);
344 mail::folder *copyTo);
361 enum mail::readMode getType,
366 enum mail::readMode getType,
[all …]
H A Dnntp.C146 MONITOR(mail::nntp); in handler()
172 void mail::nntp::resumed() in resumed()
267 void mail::nntp::cleartmp() in cleartmp()
282 mail::nntp::~nntp() in ~nntp()
540 mail::folder *mail::nntp::folderFromString(string s) in folderFromString()
690 mail::folder *mail::nntp::getSendFolder(const smtpInfo &info, in getSendFolder()
701 mail::folder *f=new mail::nntp::folder(this, "", false, in getSendFolder()
815 mail::messageInfo mail::nntp::getFolderIndexInfo(size_t msgNum) in getFolderIndexInfo()
912 MONITOR(mail::nntp); in updateFolderIndexFlags()
952 MONITOR(mail::nntp); in updateKeywords()
[all …]
H A Dmboxmultilock.C11 mail::mbox::MultiLock::MultiLock(mail::mbox &mboxAccount, in MultiLock()
12 mail::callback &callbackArg) in MultiLock()
17 mail::mbox::MultiLock::~MultiLock() in ~MultiLock()
21 bool mail::mbox::MultiLock::locked(mail::mbox::lock &mlock, in locked()
53 mail::mbox::MultiLockGenericAttributes
57 mail::callback::message &callbackArg) in MultiLockGenericAttributes()
100 void mail::mbox::MultiLockGenericAttributes
113 mail::mbox::MultiLockGenericMessageRead
117 enum mail::readMode readTypeArg, in MultiLockGenericMessageRead()
118 mail::callback::message &callbackArg) in MultiLockGenericMessageRead()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilMailFolderTableGUI.php513 $user_ids[$mail['sender_id']] = $mail['sender_id'];
536 …$mail['from'] = $mail['mail_login'] = $mail['alt_sender'] = htmlspecialchars(ilMail::_getIliasMail…
542 …$mail['from'] = $mail['mail_login'] = $mail['alt_sender'] = htmlspecialchars($user->getPublicName(…
545 …$mail['from'] = $mail['mail_login'] = $mail['import_name'] . ' (' . $this->lng->txt('user_deleted'…
582 $mail['msr_subject'] = htmlspecialchars($mail['m_subject']);
587 $mail['mail_subject'] = htmlspecialchars($mail['m_subject']);
607 $mail['actions'] = $this->formatActionsDropDown($mail);
797 * @param array $mail
818 * @param array $mail
850 * @param array $mail
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilMailFolderTableGUI.php529 $user_ids[$mail['sender_id']] = $mail['sender_id'];
552 …$mail['from'] = $mail['mail_login'] = $mail['alt_sender'] = htmlspecialchars(ilMail::_getIliasMail…
558 …$mail['from'] = $mail['mail_login'] = $mail['alt_sender'] = htmlspecialchars($user->getPublicName(…
561 …$mail['from'] = $mail['mail_login'] = $mail['import_name'] . ' (' . $this->lng->txt('user_deleted'…
598 $mail['msr_subject'] = htmlspecialchars($mail['m_subject']);
603 $mail['mail_subject'] = htmlspecialchars($mail['m_subject']);
623 $mail['actions'] = $this->formatActionsDropDown($mail);
815 * @param array $mail
836 * @param array $mail
868 * @param array $mail
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/mail/
H A DXMailMessage.idl30 Represents a mail message.
43 The e-mail address of the sender of this mail message.
49 The e-mail address where replies on this mail message should be sent to.
57 Add a recipients e-mail address to the list of recipients of this mail message.
67 Add a Cc recipients e-mail address to the list of recipients of this mail message.
77 Add a BCC recipients e-mail address to the list of recipients of this mail message.
88 this mail message.
94 of this mail message.
100 of this mail message.
105 The subject of a mail message.
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/mail/
H A DXMailMessage.idl30 Represents a mail message.
43 The e-mail address of the sender of this mail message.
49 The e-mail address where replies on this mail message should be sent to.
57 Add a recipients e-mail address to the list of recipients of this mail message.
67 Add a Cc recipients e-mail address to the list of recipients of this mail message.
77 Add a BCC recipients e-mail address to the list of recipients of this mail message.
88 this mail message.
94 of this mail message.
100 of this mail message.
105 The subject of a mail message.
[all …]
/dports/mail/popfile/popfile-1.1.3_1/Proxy/
H A DPOP3.pm177 my $mail;
236 if ( $mail = $self->verify_connected_( $mail, $client, # PROFILE BLOCK START
270 if ( $mail = $self->verify_connected_( $mail, $client, # PROFILE BLOCK START
381 if ( $mail = $self->verify_connected_( $mail, $client, # PROFILE BLOCK START
407 if ( $mail = $self->verify_connected_( $mail, $client, # PROFILE BLOCK START
542 … if ( $mail || ( $mail = $self->verify_connected_( $mail, $client, # PROFILE BLOCK START
653 if ( $mail ) {
655 close $mail;
665 if ( $mail && $mail->connected ) {
675 if ( defined( $mail ) ) {
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mail-log/
H A Dmail-log-plugin.c174 static void mail_log_append_mailbox_name(string_t *str, struct mail *mail) in mail_log_append_mailbox_name() argument
184 mail_log_append_mail_header(string_t *str, struct mail *mail, in mail_log_append_mail_header() argument
209 mail_log_update_wanted_fields(struct mail *mail, enum mail_log_field fields) in mail_log_update_wanted_fields() argument
239 struct mail *mail, enum mail_log_event event, in mail_log_append_mail_message_real() argument
302 mail_get_keywords(mail)); in mail_log_append_mail_message_real()
325 struct mail *mail, enum mail_log_event event, in mail_log_append_mail_message() argument
360 static void mail_log_mail_save(void *txn, struct mail *mail) in mail_log_mail_save() argument
368 static void mail_log_mail_copy(void *txn, struct mail *src, struct mail *dst) in mail_log_mail_copy()
388 static void mail_log_mail_expunge(void *txn, struct mail *mail) in mail_log_mail_expunge() argument
398 static void mail_log_mail_update_flags(void *txn, struct mail *mail, in mail_log_mail_update_flags() argument
[all …]
/dports/mail/evolution/evolution-3.42.1/help/oc/
H A Doc.po111 #: C/mail-composer-mail-signatures.page:11(name)
112 #: C/mail-composer-mail-signatures-manage.page:11(name)
277 #: C/mail-composer-mail-signatures.page:12(email)
510 #: C/mail-composer-mail-signatures.page:15(p)
511 #: C/mail-composer-mail-signatures-manage.page:15(p)
7852 #: C/mail-composer-mail-signatures.page:5(desc)
7860 #: C/mail-composer-mail-signatures.page:23(code)
7864 #: C/mail-composer-mail-signatures.page:23(p)
7877 #: C/mail-composer-mail-signatures.page:24(p)
8476 "mail."
[all …]
/dports/sysutils/webmin/webmin-1.981/mailboxes/
H A Dview_mail.cgi17 $mail = $mail[$in{'idx'}];
18 &parse_mail($mail, undef, $in{'raw'});
25 $mail = $amail;
35 if ($mail->{'fromline'}) {
36 print $mail->{'fromline'},"\n";
40 print $mail->{'rawheaders'};
49 print $mail->{'body'};
57 @attach = @{$mail->{'attach'}};
118 if ($mail->{'fromline'}) {
133 if ($mail->{'header'}->{'cc'}) {
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mail/static/src/components/notification_group/
H A Dnotification_group.scss6 @include o-mail-notification-list-item-layout();
16 @include o-mail-notification-list-item-content-layout();
20 @include o-mail-notification-list-item-core-layout();
32 @include o-mail-notification-list-item-date-layout();
40 @include o-mail-notification-list-item-image-layout();
56 @include o-mail-notification-list-item-name-layout();
68 @include o-mail-notification-list-item-style();
72 @include o-mail-notification-list-item-core-style();
76 @include o-mail-notification-list-item-bold-style();
80 @include o-mail-notification-list-item-date-style();
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A DMakefile.in223 fail-mail.lo mail.lo mail-autoexpunge.lo mail-copy.lo \
224 mail-duplicate.lo mail-error.lo mail-namespace.lo \
225 mail-search.lo mail-search-args-cmdline.lo \
227 mail-search-build.lo mail-search-mime.lo \
232 mail-storage.lo mail-storage-hooks.lo mail-storage-register.lo \
368 mail-copy.h mail-duplicate.h mail-error.h mail-namespace.h \
369 mail-search.h mail-search-build.h mail-search-mime.h \
371 mail-search-register.h mail-thread.h mail-storage.h \
373 mail-storage-private.h mail-storage-hooks.h \
374 mail-storage-service.h mail-storage-settings.h mail-user.h \
[all …]
/dports/deskutils/egroupware/egroupware/vendor/phpmailer/phpmailer/examples/
H A Dpop_before_smtp.phps22 $mail = new PHPMailer(true); variable
24 $mail->isSMTP();
29 $mail->SMTPDebug = SMTP::DEBUG_SERVER;
31 $mail->Host = 'mail.example.com';
33 $mail->Port = 25;
35 $mail->SMTPAuth = false;
37 $mail->setFrom('from@example.com', 'First Last');
41 $mail->addAddress('whoto@example.com', 'John Doe');
43 $mail->Subject = 'PHPMailer POP-before-SMTP test';
50 $mail->addAttachment('images/phpmailer_mini.png');
[all …]
/dports/mail/evolution/evolution-3.42.1/help/mk/
H A Dmk.po108 #: C/mail-composer-mail-signatures.page:11(name)
109 #: C/mail-composer-mail-signatures-manage.page:11(name)
274 #: C/mail-composer-mail-signatures.page:12(email)
507 #: C/mail-composer-mail-signatures.page:15(p)
508 #: C/mail-composer-mail-signatures-manage.page:15(p)
8052 #: C/mail-composer-mail-signatures.page:5(desc)
8060 #: C/mail-composer-mail-signatures.page:23(code)
8064 #: C/mail-composer-mail-signatures.page:23(p)
8077 #: C/mail-composer-mail-signatures.page:24(p)
8679 "mail."
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/dist/
H A Dnsb-nightly144 echo "From: $NSB_FROM" > mail.results
149 echo "" >> mail.results
151 echo "Result: $RESULT" >> mail.results
153 cat $FILES >> mail.results
155 sendmail -t < mail.results
158 echo "From: $NSB_FROM" > mail.results
162 echo "" >> mail.results
166 cat $FILES >> mail.results
168 mail -t $NSB_RESULTS_TO < mail.results
173 cat $FILES >> mail.results
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/
H A Dmail-notification.py91 mail['tid'] = thread1_id
92 mail['date'] = str(thread1_date)
104 mail['tid'] = thread2_id
105 mail['date'] = str(thread2_date)
151 for mail in mails_added:
153 mail1 = mail
155 mail2 = mail
181 stored_mail1 = mail
183 stored_mail2 = mail
240 mail['tid'] = str(thread1_id)
[all …]

1...<<11121314151617181920>>...1462