Home
last modified time | relevance | path

Searched refs:email (Results 226 – 250 of 41872) sorted by relevance

12345678910>>...1675

/dports/mail/pear-Horde_Mail/Horde_Mail-2.6.5/test/Horde/Mail/
H A DListTest.php21 $email = 'Test <test@example.com>';
23 $res = $this->rfc822->parseAddressList($email);
30 $expected = array($email);
61 $email = 'Test <test@example.com>';
63 $res = $this->rfc822->parseAddressList($email);
95 $res = $this->rfc822->parseAddressList($email);
139 $res = $this->rfc822->parseAddressList($email);
183 $email = 'Test <test@example.com>';
185 $res = $this->rfc822->parseAddressList($email);
205 $res = $this->rfc822->parseAddressList($email);
[all …]
/dports/mail/py-pyzmail/pyzmail-1.0.3/pyzmail/
H A Dgenerate.py24 import email
25 import email.encoders
26 import email.header
27 import email.utils
28 import email.mime
29 import email.mime.base
30 import email.mime.text
31 import email.mime.image
32 import email.mime.multipart
213 email.encoders.encode_base64(part)
[all …]
/dports/mail/p5-Email-MIME/Email-MIME-1.952/t/
H A Ddisposition.t9 my $email = Email::MIME->new(<<__MESSAGE__);
15 isa_ok $email, 'Email::MIME';
18 $email->disposition_set('attachment');
20 is $email->header('Content-Disposition'), 'attachment', 'reset worked';
22 $email->filename_set( 'loco.pdf' );
26 $email->disposition_set('inline');
30 $email->filename_set(undef);
32 is $email->header('Content-Disposition'), 'inline', 'filename_set(undef) worked';
34 $email->disposition_set('attachment');
36 $email->filename_set('hah"ha"\'ha\\');
[all …]
H A Dencoding.t34 $email->encoding_set('base64');
39 $email->body_raw,
50 $email->encoding_set('binary');
53 $email->body,
59 $email->body_raw,
73 $email->body_set(<<__MESSAGE__);
96 $email->body,
102 $email->body_raw,
125 is $email->{mycrlf}, "\x0a";
127 $email->parts_add([$qp_part]);
[all …]
H A Dheader-addresslist.t18 my $str = $email->header_str('To');
19 my $obj = $email->header_as_obj('To');
37 my $email = Email::MIME->create(
46 my $to_header_raw = $email->header_raw('To');
48 my $from_header = $email->header_str('From');
49 my $to_header = $email->header_str('To');
77 my $bcc_header = $email->header_str('Bcc');
91 $bcc_header = $email->header_str('Bcc');
106 my $cc_header = $email->header_str('Cc');
129 $cc_header_raw = $email->header_raw('Cc');
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/merge_request/
H A Ddiff_commit_user.rb23 def self.find_or_create(name, email) argument
24 find_or_create_by!(name: name, email: email)
34 pairs.each do |(name, email)|
35 queries[[name, email]] = where(name: name, email: email).to_sql
70 mapping[[row.name, row.email]] = row
73 pairs.each do |(name, email)|
74 create << { name: name, email: email } unless mapping[[name, email]]
83 new(id: row['id'], name: row['name'], email: row['email'])
90 mapping[[row.name, row.email]] = row
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dinvitations_spec.rb42 params: { email: email, access_level: Member::MAINTAINER }
52 … post invitations_url(source, user), params: { email: email, access_level: Member::MAINTAINER }
65 params: { email: access_requester.email, access_level: Member::MAINTAINER }
75 params: { email: email, access_level: Member::DEVELOPER }
102 params: { email: stranger.email, access_level: Member::REPORTER }
117 params: { email: stranger.email, access_level: Member::MAINTAINER }
126 params: { email: email, access_level: Member::DEVELOPER, expires_at: expires_at }
184 let(:params) { { email: email, access_level: Member::DEVELOPER } }
213 params: { email: developer.email, access_level: Member::MAINTAINER }
244 params: { email: email }
[all …]
/dports/www/py-flask-security/Flask-Security-3.0.0/tests/
H A Dtest_confirmable.py42 email = 'dude@lp.com'
45 data = dict(email=email, password='password', next='')
50 response = authenticate(client, email=email)
73 response = client.post('/confirm', data=dict(email=email))
74 assert get_message('CONFIRMATION_REQUEST', email=email) in response.data
103 response = client.post('/confirm', data=dict(email=email))
138 email=user.email)
153 user.email = 'tom@lp.com'
200 email = 'dude@lp.com'
202 data = dict(email=email, password='password', next='')
[all …]
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dbitwarden2john.py61 email = None
70 email = item.text
71 return email, enc_key
76 email = db.get(b'userEmail')
77 email = email.decode("utf-8")
78 email = email.strip('"').rstrip('"') # always safe?
82 return email, enc_key
89 if not email or not enc_key:
101 if not email or not enc_key:
110 email = data["userEmail"]
[all …]
/dports/x11-fm/konqueror/konqueror-21.12.3/po/el/docs/konqueror/
H A Dcredits.docbook14 ><email
15 >dglent@gmail.com</email
188 >Dima Rogozin <email
199 >Wynn Wilkes <email
268 >Torben Weis <email
269 >weis@kde.org</email
297 >Leo Savernik <email
319 >Zack Rusin <email
320 >zack@kde.org</email
341 >Lubos Lunak <email
[all …]
/dports/devel/pear-Validate/Validate-0.8.6/tests/
H A Demail_domaincheck.phpt2 domaincheck.phpt: Unit tests for email validation with dns checks
11 // $Id: email.phpt 276490 2009-02-26 09:32:16Z amir $
25 foreach ($emails as $email) {
26 if (is_array($email)) {
27 echo "{$email[0]}:";
28 if (!is_array($email[1])) {
29 echo " with". ($email[1] ? '' : 'out') . ' domain check :';
31 echo ' ' . $noYes[Validate::email($email[0], $email[1])]."\n";
33 echo "{$email}: ";
36 echo $noYes[Validate::email($email)]."\n";
[all …]
/dports/www/osticket/upload/include/staff/
H A Dsettings-emails.inc.php44 while (list($id,$email,$name) = db_fetch_row($res)){
45 $email=$name?"$name &lt;$email&gt;":$email; variable
47 …echo ($config['default_email_id']==$id)?'selected="selected"':''; ?>><?php echo $email; ?></option>
64 while (list($id,$email,$name) = db_fetch_row($res)){
65 $email=$name?"$name &lt;$email&gt;":$email; variable
67 …p echo ($config['alert_email_id']==$id)?'selected="selected"':''; ?>><?php echo $email; ?></option>
153 while (list($id, $email, $name, $host) = db_fetch_row($res)){
154 $email=$name?"$name &lt;$email&gt;":$email; variable
156 … echo ($config['default_smtp_id']==$id)?'selected="selected"':''; ?>><?php echo $email; ?></option>
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/tmo/
H A Dtmo-authors.docbook2 …filiation><org><orgname>DFKI</orgname></org></affiliation><email>marco.brunzel@dfki.de</email></au…
3 …affiliation><org><orgname>SAP</orgname></org></affiliation><email>olaf.grebner@sap.com</email></au…
4 …filiation><org><orgname>DFKI</orgname></org></affiliation><email>marco.brunzel@dfki.de</email></ed…
5 …affiliation><org><orgname>SAP</orgname></org></affiliation><email>olaf.grebner@sap.com</email></ed…
6 …filiation><org><orgname>DFKI</orgname></org></affiliation><email>leo.sauermann@dfki.de</email></ot…
7 …filiation><org><orgname>DFKI</orgname></org></affiliation><email>michael.sintek@dfki.de</email></o…
8 …ffiliation><org><orgname>DFKI</orgname></org></affiliation><email>elst@dfki.uni-kl.de</email></oth…
9 …iliation><org><orgname>DFKI</orgname></org></affiliation><email>ansgar.bernardi@dfki.de</email></o…
10 …><affiliation><org><orgname>SAP</orgname></org></affiliation><email>uwe.riss@sap.com</email></othe…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/Common/DAO/
H A DUserTrait.php21 public function userByEmail($email) argument
23 $email = sql_escape($email);
26 WHERE email = '$email'";
50 public function unconfirmUser($email) argument
52 $email = sql_escape($email);
56 WHERE email = '$email'";
61 public function confirmUser($email) argument
63 $email = sql_escape($email);
67 WHERE email = '$email'";
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/dist/examples/cxx/parser/wildcard/
H A Dmakefile9 driver: driver.o email-pskel.o
11 driver.o: driver.cxx email-pskel.hxx
12 email-pskel.o: email-pskel.cxx email-pskel.hxx
14 email-pskel.hxx email-pskel.cxx: email.xsd
20 test: driver email.xml
21 ./driver email.xml
28 rm -f email-pskel.?xx email-pskel.o driver.o driver
/dports/devel/staf/src/staf/services/email/
H A Dmakefile.email16 EMAIL_MANIFEST = $(O)/services/email/MANIFEST.MF
19 $(O)/services/email/STAF-INF/classes/com/ibm/staf/service/email/EmailService.class
23 $(O)/services/email/STAF-INF/jars/$(COMMONS_CODEC_JAR_FILE) \
31 $(email_targets): SUBSYS_REL := services/email
32 SUBSYS_REL := services/email
44 …@$(JAVAC) -d $(OS_O)/services/email/STAF-INF/classes -classpath '$(EMAIL_CLASSPATH)' $(OS_SRC)/ser…
47 $(O)/services/email/STAF-INF/classes/com/ibm/staf/service/email/%.class: $(SRC)/services/email/%.ja…
52 $(O)/services/email/STAF-INF/jars/commons-codec-1.3.jar: $(COMMONS_CODEC_JAR)
59 $(EMAIL_MANIFEST): $(SRC)/services/email/*.java $(COMMONS_CODEC_JAR)
69 @cd $(O)/services/email; $(JAR) cfm '$(OS_@)' MANIFEST.MF STAF-INF
[all …]
/dports/devel/git-extras/git-extras-6.3.0/man/
H A Dgit-reauthor.md31 -e, --correct-email &lt;<email>&gt;
33 Define the correct email to set
34 Empty email '' is allowed
41 -o, --old-email &lt;<email>&gt;
44 Empty email '' is allowed
55 …$ git reauthor --old-email jack@perso.me --correct-email jack@work.com --correct-name 'Jack Foobar'
59 $ git reauthor --old-email jack@perso.me --use-config
61 Replace only the email of Jack (keep the name already used)
63 $ git reauthor --old-email jack@perso --correct-email jack@perso.me
65 Change only the committer email of Jack (keep the author email already used)
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-mail/src/
H A DAddress.php16 protected $email; variable in Zend\\Mail\\Address
46 $email = $matches['namedEmail'];
49 $email = $matches['email'];
51 $email = trim($email);
53 return new static($email, $name, $comment);
59 * @param string $email
67 if (! is_string($email) || empty($email)) {
71 if (preg_match("/[\r\n]/", $email)) {
75 if (! $emailAddressValidator->isValid($email)) {
92 $this->email = $email;
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-mail/src/
H A DAddress.php17 protected $email; variable in Laminas\\Mail\\Address
47 $email = $matches['namedEmail'];
50 $email = $matches['email'];
52 $email = trim($email);
54 return new static($email, $name, $comment);
60 * @param string $email
68 if (! is_string($email) || empty($email)) {
72 if (preg_match("/[\r\n]/", $email)) {
76 if (! $emailAddressValidator->isValid($email)) {
93 $this->email = $email;
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/group/
H A Dutils.py72 return ccnet_api.is_group_user(group_id, email)
74 def is_group_admin(group_id, email): argument
77 def is_group_owner(group_id, email): argument
79 if email == group.creator_name:
84 def is_group_admin_or_owner(group_id, email): argument
85 if is_group_admin(group_id, email) or \
86 is_group_owner(group_id, email):
92 p = Profile.objects.get_profile_by_user(email)
103 if email == group.creator_name:
110 "name": email2nickname(email),
[all …]
/dports/mail/mlmmj/mlmmj-1.3.0/contrib/web/php-admin/htdocs/
H A Dsubscribers.php48 $email = trim($line); variable
49 if ($email != "") {
50 if (filter_var($email, FILTER_VALIDATE_EMAIL)) {
58 $message.= "* Email address not valid: $email\n";
67 $email = $_POST["email"]; variable
68 if (! filter_var($email, FILTER_VALIDATE_EMAIL)) die("Email address not valid");
70 …$cmd = "/usr/bin/mlmmj-unsub -L ".escapeshellarg("$topdir/$list")." -a ".escapeshellarg($email)." …
88 foreach ($out as $email) {
89 $email = trim($email); variable
92 $form.= "<input type=\"hidden\" name=\"email\" value=\"".htmlspecialchars($email)."\" />";
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/
H A Dbans.py36 def _location(self, email): argument
41 if email.startswith('^'):
42 email = quote_plus(email)
50 def __init__(self, mlist, email): argument
52 self._email = email
58 email=self._email,
83 email=ban.email,
103 email = validator(request)['email']
108 if self.ban_manager.is_banned(email):
111 self.ban_manager.ban(email)
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.5/
H A DDeprecation-95041-DeprecateFuriemailView-helper.rst4 Deprecation: #95041 - <f:uri.email> view-helper
12 Fluid view-helper :html:`<f:uri.email email="{email}">` was used in combination
16 just passed through the given email address.
19 is not used anymore per default. As a result, :html:`<f:uri.email>`
26 Using :html:`<f:uri.email>` view-helper will trigger a PHP :php:`E_USER_DEPRECATED` error.
32 All projects using :html:`<f:uri.email email="{email}">` or
33 :html:`{email -> f:uri.email(email:email)}` view-helper invocations in their Fluid templates.
40 :html:`<f.link.email email="{email}">` view-helper which returns the
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Dshares.py179 for email in share_to:
180 if repo_owner == email:
182 'user_email': email,
197 User.objects.get(email=email)
208 'email': email,
235 "user_email": email,
327 email = share_to
328 if not email or not is_valid_username(email):
333 User.objects.get(email=email)
406 email = share_to
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/app/
H A Dmembership.py20 from email.utils import formataddr
25 from mailman.email.message import OwnerNotification
61 if IBanManager(mlist).is_banned(record.email):
64 if (record.email.lower() == mlist.posting_address and
80 if address.original_email == record.email:
82 if address.email == record.email.lower(): # pragma: no branch
128 member = mlist.members.get_member(email)
130 raise NotAMemberError(mlist, email)
135 send_goodbye_message(mlist, email, language)
138 user = getUtility(IUserManager).get_user(email)
[all …]

12345678910>>...1675