Searched refs:email (Results 1 - 25 of 202) sorted by relevance

123456789

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A Dmain.py7 import email.iterators
H A Dloader.py1 import email, urllib
30 msg = email.message_from_file(fp)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A Dmain.py7 import email.iterators
H A Dloader.py1 import email, urllib
30 msg = email.message_from_file(fp)
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/t/
H A Demail-exit-helper.pl11 my $email = Log::Dispatch::Email::MailSend->new(
12 name => 'email',
18 $email->log( message => 'Something bad is happening', level => 'emerg' );
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dwebservice.tcl37 -params {email string passwd string action string}
43 -params {email string passwd string action string filedata string}
49 -params {email string passwd string action string}
55 -params {email string passwd string action}
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/soap/
H A Dwebservice.tcl29 proc register {email passwd action} {
37 if {! [info exists usertbl($email)]} {
44 set usertbl($email) $passwd
46 set useract($email) $action
50 auth::authorise $email $passwd new
61 lappend useract($email) $action
72 proc save {email passwd action filedata} {
76 auth::authorise $email $passwd $action
84 proc read {email passwd action} {
88 auth::authorise $email
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dd.vim8 " Please email me with bugs, comments, and suggestion. Put vim in the subject
9 " to ensure the email will not be marked has spam.
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MailDemo/MailDemoSimple/
H A DMyController.rb57 # get selected email
61 # get email list
153 mailbox, email = currentMailboxAndEmail
154 if mailbox.nil? or email.nil?
161 @previewPane.setString(email.properties.objectForKey('body'))
168 mailbox, email = currentMailboxAndEmail
169 return if mailbox.nil? or email.nil?
171 email.properties.setObject_forKey(string.copy, 'body')
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DInputTypeNames.h37 const AtomicString& email();
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/tests/
H A Dkeytest1.tcl17 tls::misc req 1024 $keyfile $certfile [list C CCC ST STTT L LLLL O OOOO OU OUUUU CN CNNNN Email some@email.com days 730 serial 12]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/Email/
H A DMailSender.pm74 my $email =
76 ( name => 'email',
82 $email->log( message => 'Something bad is happening', level => 'emerg' );
118 The subject of the email messages which are sent. Defaults to "$0:
119 log email"
123 Either a string or a list reference of strings containing email
128 A string containing an email address. This is optional and may not
137 This determines whether the object sends one email per message it is
144 sending the email. This defaults to localhost.
H A DMIMELite.pm48 my $email =
50 ( name => 'email',
55 $email->log( message => "Something bad is happening\n", level => 'emerg' );
91 The subject of the email messages which are sent. Defaults to "$0:
92 log email"
96 Either a string or a list reference of strings containing email
101 A string containing an email address. This is optional and may not
106 This determines whether the object sends one email per message it is
H A DMailSend.pm56 my $email =
58 ( name => 'email',
63 $email->log( message => 'Something bad is happening', level => 'emerg' );
99 The subject of the email messages which are sent. Defaults to "$0:
100 log email"
104 Either a string or a list reference of strings containing email
109 A string containing an email address. This is optional and may not
114 This determines whether the object sends one email per message it is
H A DMailSendmail.pm47 my $email =
49 ( name => 'email',
54 $email->log( message => 'Something bad is happening', level => 'emerg' );
90 The subject of the email messages which are sent. Defaults to "$0:
91 log email"
95 Either a string or a list reference of strings containing email
100 A string containing an email address. This is optional and may not
109 This determines whether the object sends one email per message it is
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DEmail.pm27 default => "$program: log email"
45 $self->{subject} = $p{subject} || "$0: log email";
95 # ABSTRACT: Base class for objects that send log messages via email
103 Log::Dispatch::Email - Base class for objects that send log messages via email
120 # Send email somehow. Message is in $p{message}
126 Log::Dispatch::* objects that send their log messages via email.
139 The subject of the email messages which are sent. Defaults to "$0:
140 log email"
144 Either a string or a list reference of strings containing email
149 A string containing an email addres
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudc-vars.el110 (defcustom eudc-duplicate-attribute-handling-method '((email . duplicate))
162 (const :menu-tag "Email Address" :tag "Email Address" email)
172 (defcustom eudc-inline-expansion-format '("%s" email)
186 (const :menu-tag "Email Address" :tag "Email Address" email)
221 (defcustom eudc-query-form-attributes '(name firstname email phone)
229 (const :menu-tag "Email Address" :tag "Email Address" email)
237 (email . "E-Mail")
323 (net . email)
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_namespace.rb22 <email>larsga@garshol.priv.no</email>
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgitsendemail.vim2 " Language: git send-email message
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dminfo_14.c65 dns_name_t email; local
73 dns_name_init(&email, NULL);
81 dns_name_fromregion(&email, &region);
82 isc_region_consume(&region, email.length);
90 sub = name_prefix(&email, tctx->origin, &prefix);
97 dns_name_t email; local
107 dns_name_init(&email, NULL);
110 return (dns_name_fromwire(&email, source, dctx, options, target));
117 dns_name_t email; local
127 dns_name_init(&email, eoffset
[all...]
H A Drp_17.c66 dns_name_t email; local
74 dns_name_init(&email, NULL);
82 dns_name_fromregion(&email, &region);
83 isc_region_consume(&region, email.length);
90 sub = name_prefix(&email, tctx->origin, &prefix);
97 dns_name_t email; local
107 dns_name_init(&email, NULL);
110 return (dns_name_fromwire(&email, source, dctx, options, target));
117 dns_name_t email; local
126 dns_name_init(&email, eoffset
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnlistserv.el121 (headers '(sent name email subject id))
122 sent name email subject id)
136 (insert (format "From: %s <%s>\n" name email)
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DEmail.pm22 default => "$0: log email" },
34 $self->{subject} = $p{subject} || "$0: log email";
97 via email
111 # Send email somehow. Message is in $p{message}
117 Log::Dispatch::* objects that send their log messages via email.
150 The subject of the email messages which are sent. Defaults to "$0:
151 log email"
155 Either a string or a list reference of strings containing email
160 A string containing an email address. This is optional and may not
165 This determines whether the object sends one email pe
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_exp.in82 helo email-publisher.com
87 mail foo@email-publisher.com
91 rcpt foo@email-publisher.com
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_setup_maker_itunes.rb17 owner = {:name => "John Doe", :email => "john.doe@example.com"}
39 channel.itunes_owner.itunes_email = owner[:email]
87 :email => channel.itunes_owner.itunes_email

Completed in 259 milliseconds

123456789