OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mail
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/net/smtp/
smtp.go
5
// Package smtp implements the Simple
Mail
Transfer Protocol as defined in RFC 5321.
50
// The addr must include a port, as in "
mail
.example.com:smtp".
235
//
Mail
issues a
MAIL
command to the server using the provided email address.
236
// If the server supports the 8BITMIME extension,
Mail
adds the BODY=8BITMIME
238
// This initiates a
mail
transaction and is followed by one or more Rcpt calls.
239
func (c *Client)
Mail
(from string) error {
243
cmdStr := "
MAIL
FROM:<%s>"
254
// A call to Rcpt must be preceded by a call to
Mail
and may be followed by
273
// can be used to write the
mail
headers and body. The caller shoul
[
all
...]
/prebuilts/go/linux-x86/src/net/smtp/
smtp.go
5
// Package smtp implements the Simple
Mail
Transfer Protocol as defined in RFC 5321.
50
// The addr must include a port, as in "
mail
.example.com:smtp".
235
//
Mail
issues a
MAIL
command to the server using the provided email address.
236
// If the server supports the 8BITMIME extension,
Mail
adds the BODY=8BITMIME
238
// This initiates a
mail
transaction and is followed by one or more Rcpt calls.
239
func (c *Client)
Mail
(from string) error {
243
cmdStr := "
MAIL
FROM:<%s>"
254
// A call to Rcpt must be preceded by a call to
Mail
and may be followed by
273
// can be used to write the
mail
headers and body. The caller shoul
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
379
set_status("sending
mail
")
380
MySend("/" + issue + "/
mail
", payload="")
386
def
Mail
(self, ui, repo):
698
and is used as the subject for code review
mail
; the rest of the description
1803
def
mail
(ui, repo, *pats, **opts):
function
[
all
...]
Completed in 104 milliseconds