Searched +refs:mail +refs:header +refs:set +refs:id (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Mail-Sender/
H A DSender.pm68 #time diference to GMT - Windows will not set $ENV{'TZ'}, if you know a better way ...
479 {smtp => 'mail.yourdomain.com', from => 'your@address.com'};
488 It doesn't need any outer program. It connects to a mail server
504 You can set C<smtp>, C<from> and other options here and then use the info
513 C<>=> the sender's e-mail address
538 the recipients to see each other's address set the C<fake_to> parameter to some informative,
554 these addresses will not be visible in the mail!
558 C<>=> the IP or domain address of your SMTP (mail) server
560 This is the name of your LOCAL mail server, do NOT try
562 your script should only pass the messages to the nearest mail serve
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim17 set iskeyword=@,48-57,_,128-167,224-235,-,
27 syn keyword pineConfig character-set
45 syn keyword pineConfig empty-header-message
53 syn keyword pineConfig font-char-set
61 syn keyword pineConfig header-in-reply
94 syn keyword pineConfig mail-check-interval
95 syn keyword pineConfig mail-directory
120 syn keyword pineConfig print-font-char-set
184 syn keyword pineConfig user-id
185 syn keyword pineConfig user-id
[all...]
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DSender.pm71 $local_name =~ s/:.*$//; # the HTTP_HOST may be set to something like "foo.bar.com:1000"
74 #time diference to GMT - Windows will not set $ENV{'TZ'}, if you know a better way ...
194 if (length($str)+length($hdr) > 997) { # header too long, max 1000 chars
594 {smtp => 'mail.yourdomain.com', from => 'your@address.com'};
603 It doesn't need any outer program. It connects to a mail server
619 You can set C<smtp>, C<from> and other options here and then use the info
628 C<>=> the sender's e-mail address
653 the recipients to see each other's address set the C<fake_to> parameter to some informative,
669 these addresses will not be visible in the mail!
673 C<>=> the IP or domain address of your SMTP (mail) serve
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmessage.el1 ;;; message.el --- composing mail and news messages
7 ;; Keywords: mail, news
28 ;; This mode provides mail-sending facilities from within Emacs. It
43 ;; Because we dynamically bind mail-abbrev-mode-regexp, we'd better
46 (require 'mail-abbrevs)
48 (require 'mail-parse)
56 (defgroup message '((user-mail-address custom-variable)
60 :group 'mail
63 (put 'user-mail-address 'custom-type 'string)
105 (defgroup message-mail ni
[all...]
H A Dnnmail.el1 ;;; nnmail.el --- mail support functions for the Gnus mail backends
7 ;; Keywords: news, mail
37 (require 'mail-source)
45 "Reading mail with Gnus."
49 "Retrieving new mail."
53 "Preparing (or mangling) new mail after retrieval."
57 "Handling of duplicate mail messages."
61 "Organizing the incoming mail in folders."
70 "Expiring old mail
[all...]
H A Dgnus-art.el41 (require 'mail-parse)
48 (autoload 'gnus-msg-mail "gnus-msg" nil t)
117 (lambda (header)
118 (concat "^" header ":"))
178 (defcustom gnus-sorted-header-list
202 :type '(set (const :tag "Headers with no content." empty)
216 By default, if you set this t, then Gnus will display citations and
266 "*String or function to be executed to display an X-Face header.
311 "Alist of mail addresses and banners.
313 to match a mail addres
[all...]
H A Dgnus-agent.el172 When set to ENABLE, the default, `gnus-agent-expire' will expire old
199 (defcustom gnus-agent-queue-mail t
200 "Whether and when outgoing mail should be queued by the agent.
201 When `always', always queue outgoing mail. When nil, never
251 (defvar gnus-agent-send-mail-function nil)
318 (defun gnus-agent-cat-set-property (category property value)
352 (list (quote gnus-agent-cat-set-property)
398 (list (quote gnus-agent-set-cat-groups) category groups))
402 (defun gnus-agent-set-cat-groups (category groups)
448 (set
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm394 $NS_SL_HEADER = 'http://namespaces.soaplite.com/header';
905 # warn 'uri has been deprecated. if you wish to set the namespace for the request, then please use either ns(uri) or default_ns(uri)';
934 # TODO - changing SOAP version can affect previously set encodingStyle
1009 my $id = $self->gen_id($object);
1011 $seen->{$id}->{count}++;
1012 $seen->{$id}->{multiref} ||= $seen->{$id}->{count} > 1;
1013 $seen->{$id}->{value} = $object;
1014 $seen->{$id}->{recursive} ||= 0;
1015 return $id;
3474 sub header { SOAP::Header->new(@_) } subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm931 # warn 'uri has been deprecated. if you wish to set the namespace for the request, then please use either ns(uri) or default_ns(uri)';
965 # TODO - changing SOAP version can affect previously set encodingStyle
1039 my $id = $self->gen_id($object);
1040 if (! exists $self->{ _seen }->{ $id }) {
1041 $self->{ _seen }->{ $id } = {
1049 my $id_seen = $self->{ _seen }->{ $id };
1055 return $id;
1066 return 1 if $seen->{id};
1068 && !($seen->{id} = (shift
1074 my ($self, $id)
3865 sub header { SOAP::Header->new(@_) } subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm892 # warn 'uri has been deprecated. if you wish to set the namespace for the request, then please use either ns(uri) or default_ns(uri)';
926 # TODO - changing SOAP version can affect previously set encodingStyle
1001 my $id = $self->gen_id($object);
1003 $seen->{$id}->{count}++;
1004 $seen->{$id}->{multiref} ||= $seen->{$id}->{count} > 1;
1005 $seen->{$id}->{value} = $object;
1006 $seen->{$id}->{recursive} ||= 0;
1007 return $id;
1018 return 1 if $seen->{id};
3732 sub header { SOAP::Header->new(@_) } subroutine
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex6 %**start of header
59 % Internet: gildea@stop.mail-abuse.org
151 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
264 %**end of header
324 To set archive location for current file, add a line like$^2$:
384 \key{set and eval column formula}{C-c =}
385 \key{set and eval field formula}{C-u C-c =}
460 \key{\kbd{gnus:group\#id}}{\rm GNUS message}
462 \key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message}
467 %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\r
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm226 Supports header attributes.
275 -- SOAP::Header -- Provides extensions for header serialization
287 -- SOAP::Utils -- A set of private and public utility subroutines
417 When use_prefix is set to 'true', serialized XML will look like this:
425 When use_prefix is set to 'true', serialized XML will look like this:
474 =item header()
478 Shortcut for C<< serializer->header() >>. This lets you specify the header for
480 other header using L</"SOAP::Data"> class:
503 placed into the header
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm226 Supports header attributes.
275 -- SOAP::Header -- Provides extensions for header serialization
287 -- SOAP::Utils -- A set of private and public utility subroutines
417 When use_prefix is set to 'true', serialized XML will look like this:
425 When use_prefix is set to 'false', serialized XML will look like this:
474 =item header()
478 Shortcut for C<< serializer->header() >>. This lets you specify the header for
480 other header using L</"SOAP::Data"> class:
503 placed into the header
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1552 \ 'DomDocument-&#62;get_element_by_id(': 'string id | domelement',
1952 \ 'header(': 'string string [, bool replace [, int http_response_code]] | void',
2034 \ 'hw_dummy(': 'int link, int id, int msgid | string',
2362 \ 'imap_setacl(': 'resource stream_id, string mailbox, string id, string rights | bool',
2558 \ 'mail(': 'string to, string subject, string message [, string additional_headers [, string additional_parameters]] | bool',
3342 \ 'odbc_setoption(': 'resource id, int function, int option, int param | bool',
3426 \ 'OrbitEnum(': 'string id | new',
3428 \ 'OrbitStruct(': 'string id | new',
3478 \ 'pdf_activate_item(': 'resource pdfdoc, int id | bool',
3526 \ 'pdf_end_item(': 'resource pdfdoc, int id | boo
[all...]

Completed in 167 milliseconds