Searched +refs:mail +refs:decode +refs:encoded +refs:address +refs:string (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm24 $perl_scalar = $coder->decode ($unicode_json_text);
70 level. (e.g. the string "2.0" doesn't suddenly become "2" just because
125 Converts the given Perl data structure to a UTF-8 encoded, binary string
126 (that is, the string contains octets only). Croaks on error.
136 The opposite of C<encode_json>: expects an UTF-8 (binary) string and tries
137 to parse that as an UTF-8 encoded JSON text, returning the resulting
142 $perl_scalar = JSON::XS->new->utf8->decode ($json_text)
159 Perl string - very natural.
165 string a
[all...]
/macosx-10.10/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm27 use Encode qw(encode decode);
30 # if you do not use MailFile or SendFile and only send 7BIT or 8BIT "encoded"
69 #local IP address and name
261 # I assume the username and password had been base64 encoded already!
487 $Mail::Sender::Error="No From: address specified";
566 'no From: address specified',
594 {smtp => 'mail.yourdomain.com', from => 'your@address.com'};
595 $sender->MailFile({to => 'some@address.com',
603 It doesn't need any outer program. It connects to a mail serve
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dgnus-refcard.tex130 current maintainer's email address. \Guide{} last edited on \date.
172 (i.e. to read mail). \\
194 1 & draft/mail groups & \\
195 2 & mail groups & \\
227 E & (E, M e, M x) {\bf Expirable}. Only has effect in mail groups.\\
387 You can also create mail-groups and read your mail with Gnus (very useful
558 W M w & Decode RFC2047-encoded words in the article headers.\\
559 W M c & Decode encoded article bodies. [Prefix: prompt for charset]\\
585 These commands (except `B c') are only valid in a mail grou
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm100 base64 hex string boolean
173 {'xsi:type' => 'xsd:string', %$attr},
228 date time string hex base64 boolean
356 # Q: why only '&' and '<' are encoded, but not '>'?
365 # represented using the string "&gt;", and must, for compatibility, be
367 # string "]]>" in content, when that string is not marking the end of a
850 'string' =>
1175 my $encoded = $self->$method($object, $name, $type, $attr);
1176 return $encoded i
1755 sub decode { SOAP::Trace::trace('()'); subroutine
2133 sub decode { subroutine
[all...]

Completed in 278 milliseconds