Home
last modified time | relevance | path

Searched refs:imap2 (Results 1 – 25 of 145) sorted by relevance

123456

/dports/mail/imapsync/imapsync-1d08afa/W/t/
H A D03_message_to_file16 my $imap2 = Mail::IMAPClient->new();
17 $imap2->Debug(0);
18 $imap2->Server('louloutte.dyndns.org');
19 $imap2->connect() or croak "Error connecting $@ !";
20 $imap2->User('MarkOv@est.belle');
21 $imap2->User('titi@est.belle');
22 $imap2->Password('HUwtEd');
23 $imap2->login() or croak "Error login $@ !";
24 $imap2->Uid(1) or croak "Error Uid $@ !";
33 my @msg_id_2 = $imap2->messages;
[all …]
/dports/mail/p5-Mail-IMAPClient/Mail-IMAPClient-3.43/examples/
H A Dmigrate_mail2.pl128 my $imap2 = Mail::IMAPClient->new(
144 $imap2->Debug_fh->autoflush;
148 my $sep2 = $imap2->separator;
152 my $inferiorFlag2 = $imap2->is_parent("INBOX");
228 unless ( $imap2->exists($targF) ) {
229 $imap2->create($imap2->Massage($targF))
234 $imap2->select($imap2->Massage($targF))
238 $imap2->close;
252 $imap2->select($targF);
266 $imap2->close;
[all …]
/dports/mail/imapsync/imapsync-1d08afa/W/Mail-IMAPClient-3.42/examples/
H A Dmigrate_mail2.pl128 my $imap2 = Mail::IMAPClient->new(
144 $imap2->Debug_fh->autoflush;
148 my $sep2 = $imap2->separator;
152 my $inferiorFlag2 = $imap2->is_parent("INBOX");
228 unless ( $imap2->exists($targF) ) {
229 $imap2->create($imap2->Massage($targF))
234 $imap2->select($imap2->Massage($targF))
238 $imap2->close;
252 $imap2->select($targF);
266 $imap2->close;
[all …]
/dports/mail/imapsync/imapsync-1d08afa/W/patches/
H A Dcreate_folder_erik.torgesta.com2 my( $imap2, $h2_fold, $h1_fold ) = @_ ;
7 and ( $imap2->exists( $h2_fold ) ) ) {
16 if(($parent ne "") and !$imap2->exists( $parent )) {
17 create_folder( $imap2 , $parent , $h1_fold);
21 if ( ! $imap2->create( $h2_fold ) ) {
23 $imap2->LastError( ), "\n" );
26 return( 1 ) if $imap2->exists( $h2_fold ) ;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc39 map_t::const_iterator imap2 = mymap.begin(); in test01() local
40 ++imap2; in test01()
43 && imap2->first == "hi" && imap2->second == 20) in test01()
45 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc41 map_t::const_iterator imap2 = mymap.begin(); in test01() local
42 ++imap2; in test01()
45 && imap2->first == "hi" && imap2->second == 20) in test01()
47 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc41 map_t::const_iterator imap2 = mymap.begin(); in test01() local
42 ++imap2; in test01()
45 && imap2->first == "hi" && imap2->second == 20) in test01()
47 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc41 map_t::const_iterator imap2 = mymap.begin(); in test01() local
42 ++imap2; in test01()
45 && imap2->first == "hi" && imap2->second == 20) in test01()
47 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc41 map_t::const_iterator imap2 = mymap.begin(); in test01() local
42 ++imap2; in test01()
45 && imap2->first == "hi" && imap2->second == 20) in test01()
47 && imap2->first == "hello" && imap2->second == 10)) ); in test01()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/ext/vstring/hash/char/
H A D1.cc41 map_t::const_iterator imap2 = mymap.begin(); in test01() local
42 ++imap2; in test01()
45 && imap2->first == "hi" && imap2->second == 20) in test01()
47 && imap2->first == "hello" && imap2->second == 10)) ); in test01()

123456