Searched refs:print_hdr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm174 sub print_hdr { subroutine
1397 print_hdr $s, "To" => (defined $self->{'fake_to'} ? $self->{'fake_to'} : $self->{'to'}), $self->{'charset'};
1398 print_hdr $s, "From" => (defined $self->{'fake_from'} ? $self->{'fake_from'} : $self->{'from'}), $self->{'charset'};
1400 print_hdr $s, "Cc" => $self->{'fake_cc'}, $self->{'charset'};
1402 print_hdr $s, "Cc" => $self->{'cc'}, $self->{'charset'};
1404 print_hdr $s, "Reply-To", $self->{'reply'},$self->{'charset'} if defined $self->{'reply'};
1407 print_hdr $s, "Subject" => $self->{'subject'}, $self->{'charset'};
1416 print_hdr $s, "Date" => "$date $GMTdiff";
1422 print_hdr $s, "X-Priority" => $self->{'priority'};
1428 print_hdr
[all...]
/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c141 print_hdr(struct cfil_msg_hdr *hdr) function
201 print_hdr(&data_req->cfd_msghdr);
220 print_hdr(&action->cfa_msghdr);
550 print_hdr(hdr);
564 print_hdr(hdr);

Completed in 123 milliseconds