-- phpMyAdmin SQL Dump -- version 2.6.3-rc1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Sep 22, 2006 at 02:00 PM -- Server version: 5.0.24 -- PHP Version: 5.1.6-pl4-gentoo -- -- Database: `mail2forum` -- -- -------------------------------------------------------- -- -- Table structure for table `mails` -- CREATE TABLE `mails` ( `id` int(10) unsigned NOT NULL auto_increment, `parent` int(11) unsigned NOT NULL default '0', `from` varchar(100) NOT NULL, `to` text NOT NULL, `cc` text NOT NULL, `bcc` text NOT NULL, `message_id` varchar(100) NOT NULL, `timestamp` int(11) unsigned NOT NULL, `subject` varchar(255) NOT NULL, `subject_charset` varchar(20) NOT NULL, `body` text NOT NULL, `body_charset` varchar(20) NOT NULL, `body_encoding` varchar(20) NOT NULL, `body_type` varchar(20) NOT NULL, `headers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ; -- -- Dumping data for table `mails` -- INSERT INTO `mails` VALUES (1, 0, 'Tobias Schlitt ', '', '', '', '<45067B75.5010004@schlitt.info>', 1158052725, '[Test] Test post #1', 'utf-8', 'Test test testing here...\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:20:{s:11:"Return-Path";s:64:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:60:"(qmail 15572 invoked by uid 210); 12 Sep 2006 11:19:58 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:31:"<45067B75.5010004@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:18:45 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:27:"this-mailinglist@is-geek.de";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB843D56213D6C4525B394A6C"";s:7:"Subject";s:19:"[Test] Test post #1";}'); INSERT INTO `mails` VALUES (2, 1, 'Tobias Schlitt ', 'Tobias Schlitt ', '', '', '<45067B9C.9000204@schlitt.info>', 1158052764, 'Re: [Test] Test post #1', 'utf-8', 'And another test... with incorrect quoting, though...\n\nOn 09/12/2006 11:18 AM Tobias Schlitt wrote:\n> Test test testing here...\n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:64:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:60:"(qmail 15636 invoked by uid 210); 12 Sep 2006 11:20:38 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:31:"<45067B9C.9000204@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:19:24 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:36:"Tobias Schlitt ";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:31:"<45067B75.5010004@schlitt.info>";s:11:"In-Reply-To";s:31:"<45067B75.5010004@schlitt.info>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0DBEB0F6A26593D0EAB65030"";s:7:"Subject";s:23:"Re: [Test] Test post #1";}'); INSERT INTO `mails` VALUES (3, 2, '', 'Tobias Schlitt ', '', '', '<20060912112219.xu6whvieo04owsos@webmail.hartes-php.de>', 1158052939, 'Re: [Test] Test post #1', 'utf-8', 'Quoting Tobias Schlitt :\n\n> And another test... with incorrect quoting, though...\n\n> On 09/12/2006 11:18 AM Tobias Schlitt wrote:\n>> Test test testing here...\n\nHey, cool, I''m replying! This should become a reply on the third level!\n\nBtw. http://learn.to/quote\n\n---------------------------------------------------------------------\nTo unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\nFor additional commands, e-mail: this-mailinglist-help@is-geek.de\n\n)', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:64:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:61:"(qmail 15833 invoked by uid 1000); 12 Sep 2006 11:22:19 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:55:"<20060912112219.xu6whvieo04owsos@webmail.hartes-php.de>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:22:19 +0200";s:4:"From";s:14:"ezc@is-geek.de";s:2:"To";s:36:"Tobias Schlitt ";s:2:"Cc";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:63:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info>";s:11:"In-Reply-To";s:31:"<45067B9C.9000204@schlitt.info>";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:42:"text/plain; charset=UTF-8; format="flowed"";s:19:"Content-Disposition";s:6:"inline";s:25:"Content-Transfer-Encoding";s:4:"7bit";s:10:"User-Agent";s:43:"Internet Messaging Program (IMP) H3 (4.0.4)";s:7:"Subject";s:23:"Re: [Test] Test post #1";}'); INSERT INTO `mails` VALUES (4, 3, 'Tobias Schlitt ', '', '', '', '<45067C25.3090901@schlitt.info>', 1158052901, 'Re: [Test] Test post #1', 'utf-8', 'No, I won''t learn how to quote! ;-P\n\nOn 09/12/2006 11:22 AM ezc@is-geek.de wrote:\n> Quoting Tobias Schlitt :\n> \n>> And another test... with incorrect quoting, though...\n> \n>> On 09/12/2006 11:18 AM Tobias Schlitt wrote:\n>>> Test test testing here...\n> \n> Hey, cool, I''m replying! This should become a reply on the third level!\n> \n> Btw. http://learn.to/quote\n> \n> ---------------------------------------------------------------------\n> To unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\n> For additional commands, e-mail: this-mailinglist-help@is-geek.de\n> \n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:16:{s:11:"Return-Path";s:21:"";s:12:"Delivered-To";s:14:"ezc@is-geek.de";s:8:"Received";s:153:"from f0-ezsystems.customer.getit.de (HELO ?192.168.1.233?) (tobias@schlitt.info@217.194.224.41) by hartes-php.de with ESMTPA; 12 Sep 2006 11:22:54 +0200";s:10:"Message-ID";s:31:"<45067C25.3090901@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:21:41 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:7:"Subject";s:23:"Re: [Test] Test post #1";s:10:"References";s:119:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info> <20060912112219.xu6whvieo04owsos@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112219.xu6whvieo04owsos@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFD1D0A10F3CE624E08ACBB38"";}'); INSERT INTO `mails` VALUES (5, 3, 'Tobias Schlitt ', '', '', '', '<45067C25.3090901@schlitt.info>', 1158052901, 'Re: [Test] Test post #1', 'utf-8', 'No, I won''t learn how to quote! ;-P\n\nOn 09/12/2006 11:22 AM ezc@is-geek.de wrote:\n> Quoting Tobias Schlitt :\n> \n>> And another test... with incorrect quoting, though...\n> \n>> On 09/12/2006 11:18 AM Tobias Schlitt wrote:\n>>> Test test testing here...\n> \n> Hey, cool, I''m replying! This should become a reply on the third level!\n> \n> Btw. http://learn.to/quote\n> \n> ---------------------------------------------------------------------\n> To unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\n> For additional commands, e-mail: this-mailinglist-help@is-geek.de\n> \n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:64:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:60:"(qmail 15888 invoked by uid 210); 12 Sep 2006 11:22:54 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:31:"<45067C25.3090901@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:21:41 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:119:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info> <20060912112219.xu6whvieo04owsos@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112219.xu6whvieo04owsos@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFD1D0A10F3CE624E08ACBB38"";s:7:"Subject";s:23:"Re: [Test] Test post #1";}'); INSERT INTO `mails` VALUES (6, 2, 'Tobias Schlitt ', 'Tobias Schlitt ', '', '', '<45067C54.3040506@schlitt.info>', 1158052948, 'Re: [Test] Test post #1', 'utf-8', 'And another funky reply.... I don''t really have a clue, which level of\nindentation that will be...\n\nOn 09/12/2006 11:19 AM Tobias Schlitt wrote:\n> And another test... with incorrect quoting, though...\n> \n> On 09/12/2006 11:18 AM Tobias Schlitt wrote:\n>> Test test testing here...\n> \n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:60:"(qmail 15933 invoked by uid 210); 12 Sep 2006 11:23:41 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:31:"<45067C54.3040506@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:22:28 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:36:"Tobias Schlitt ";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:63:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info>";s:11:"In-Reply-To";s:31:"<45067B9C.9000204@schlitt.info>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1C2C85BE91188E7BCFDEACBE"";s:7:"Subject";s:23:"Re: [Test] Test post #1";}'); INSERT INTO `mails` VALUES (7, 4, '', 'Tobias Schlitt ', '', '', '<20060912112428.l34ilqb594c04k0k@webmail.hartes-php.de>', 1158053068, 'Re: [Test] Test post #1', 'utf-8', 'Quoting Tobias Schlitt :\n\n> No, I won''t learn how to quote! ;-P\n\n> On 09/12/2006 11:22 AM ezc@is-geek.de wrote:\n\n>> Quoting Tobias Schlitt :\n\n>>> And another test... with incorrect quoting, though...\n\n>>> On 09/12/2006 11:18 AM Tobias Schlitt wrote:\n\n>>>> Test test testing here...\n\n>> Hey, cool, I''m replying! This should become a reply on the third level!\n\n>> Btw. http://learn.to/quote\n\nFoo, bar, baz... I''m another test post!\n\n---------------------------------------------------------------------\nTo unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\nFor additional commands, e-mail: this-mailinglist-help@is-geek.de\n\n)', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:61:"(qmail 16019 invoked by uid 1000); 12 Sep 2006 11:24:28 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:55:"<20060912112428.l34ilqb594c04k0k@webmail.hartes-php.de>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:24:28 +0200";s:4:"From";s:14:"ezc@is-geek.de";s:2:"To";s:36:"Tobias Schlitt ";s:2:"Cc";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:151:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info> <20060912112219.xu6whvieo04owsos@webmail.hartes-php.de> <45067C25.3090901@schlitt.info>";s:11:"In-Reply-To";s:31:"<45067C25.3090901@schlitt.info>";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:42:"text/plain; charset=UTF-8; format="flowed"";s:19:"Content-Disposition";s:6:"inline";s:25:"Content-Transfer-Encoding";s:4:"7bit";s:10:"User-Agent";s:43:"Internet Messaging Program (IMP) H3 (4.0.4)";s:7:"Subject";s:23:"Re: [Test] Test post #1";}'); INSERT INTO `mails` VALUES (8, 4, '', 'Tobias Schlitt ', '', '', '<20060912112514.eja3dgkb0kokwk4o@webmail.hartes-php.de>', 1158053114, 'Re: [Test] Test post #1', 'utf-8', 'Yeah, a reply without any quotings!\n\n---------------------------------------------------------------------\nTo unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\nFor additional commands, e-mail: this-mailinglist-help@is-geek.de\n\n)', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:61:"(qmail 16097 invoked by uid 1000); 12 Sep 2006 11:25:14 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:55:"<20060912112514.eja3dgkb0kokwk4o@webmail.hartes-php.de>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:25:14 +0200";s:4:"From";s:14:"ezc@is-geek.de";s:2:"To";s:36:"Tobias Schlitt ";s:2:"Cc";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:151:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info> <20060912112219.xu6whvieo04owsos@webmail.hartes-php.de> <45067C25.3090901@schlitt.info>";s:11:"In-Reply-To";s:31:"<45067C25.3090901@schlitt.info>";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:42:"text/plain; charset=UTF-8; format="flowed"";s:19:"Content-Disposition";s:6:"inline";s:25:"Content-Transfer-Encoding";s:4:"7bit";s:10:"User-Agent";s:43:"Internet Messaging Program (IMP) H3 (4.0.4)";s:7:"Subject";s:23:"Re: [Test] Test post #1";}'); INSERT INTO `mails` VALUES (9, 6, '', 'Tobias Schlitt ', '', '', '<20060912112608.spd3tifwdcg44ck8@webmail.hartes-php.de>', 1158053168, 'Re: [Test] Test post #1', 'utf-8', 'Reply reply everywhere...\n\n\n\n---------------------------------------------------------------------\nTo unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\nFor additional commands, e-mail: this-mailinglist-help@is-geek.de\n\n)', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:61:"(qmail 16180 invoked by uid 1000); 12 Sep 2006 11:26:08 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:55:"<20060912112608.spd3tifwdcg44ck8@webmail.hartes-php.de>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:26:08 +0200";s:4:"From";s:14:"ezc@is-geek.de";s:2:"To";s:36:"Tobias Schlitt ";s:2:"Cc";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:95:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info> <45067C54.3040506@schlitt.info>";s:11:"In-Reply-To";s:31:"<45067C54.3040506@schlitt.info>";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:42:"text/plain; charset=UTF-8; format="flowed"";s:19:"Content-Disposition";s:6:"inline";s:25:"Content-Transfer-Encoding";s:4:"7bit";s:10:"User-Agent";s:43:"Internet Messaging Program (IMP) H3 (4.0.4)";s:7:"Subject";s:23:"Re: [Test] Test post #1";}'); INSERT INTO `mails` VALUES (10, 0, '', '', '', '', '<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de>', 1158053194, '[Test] Test post #2', 'utf-8', '\n\n---------------------------------------------------------------------\nTo unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\nFor additional commands, e-mail: this-mailinglist-help@is-geek.de\n\n)', 'utf-8', '8bit', 'plain', 'a:20:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:61:"(qmail 16221 invoked by uid 1000); 12 Sep 2006 11:26:34 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:55:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:26:34 +0200";s:4:"From";s:14:"ezc@is-geek.de";s:2:"To";s:27:"this-mailinglist@is-geek.de";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:42:"text/plain; charset=UTF-8; format="flowed"";s:19:"Content-Disposition";s:6:"inline";s:25:"Content-Transfer-Encoding";s:4:"7bit";s:10:"User-Agent";s:43:"Internet Messaging Program (IMP) H3 (4.0.4)";s:7:"Subject";s:19:"[Test] Test post #2";}'); INSERT INTO `mails` VALUES (11, 0, '', '', '', '', '<20060912112655.h6bfaoctbksskgk8@webmail.hartes-php.de>', 1158053215, '[Test] Test post #3', 'utf-8', 'Test test test!\n\n---------------------------------------------------------------------\nTo unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\nFor additional commands, e-mail: this-mailinglist-help@is-geek.de\n\n)', 'utf-8', '8bit', 'plain', 'a:20:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:61:"(qmail 16263 invoked by uid 1000); 12 Sep 2006 11:26:55 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:55:"<20060912112655.h6bfaoctbksskgk8@webmail.hartes-php.de>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:26:55 +0200";s:4:"From";s:14:"ezc@is-geek.de";s:2:"To";s:27:"this-mailinglist@is-geek.de";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:42:"text/plain; charset=UTF-8; format="flowed"";s:19:"Content-Disposition";s:6:"inline";s:25:"Content-Transfer-Encoding";s:4:"7bit";s:10:"User-Agent";s:43:"Internet Messaging Program (IMP) H3 (4.0.4)";s:7:"Subject";s:19:"[Test] Test post #3";}'); INSERT INTO `mails` VALUES (12, 10, 'Tobias Schlitt ', '', '', '', '<45067D2F.6010901@schlitt.info>', 1158053167, 'Re: [Test] Test post #2', 'utf-8', 'On 09/12/2006 11:26 AM ezc@is-geek.de wrote:\n> \n\nHey, you wrote nothing! ;)\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:16:{s:11:"Return-Path";s:21:"";s:12:"Delivered-To";s:14:"ezc@is-geek.de";s:8:"Received";s:153:"from f0-ezsystems.customer.getit.de (HELO ?192.168.1.233?) (tobias@schlitt.info@217.194.224.41) by hartes-php.de with ESMTPA; 12 Sep 2006 11:27:21 +0200";s:10:"Message-ID";s:31:"<45067D2F.6010901@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:26:07 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:7:"Subject";s:23:"Re: [Test] Test post #2";s:10:"References";s:55:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig106FA5043E075246B40D7E36"";}'); INSERT INTO `mails` VALUES (13, 10, 'Tobias Schlitt ', '', '', '', '<45067D2F.6010901@schlitt.info>', 1158053167, 'Re: [Test] Test post #2', 'utf-8', 'On 09/12/2006 11:26 AM ezc@is-geek.de wrote:\n> \n\nHey, you wrote nothing! ;)\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:60:"(qmail 16314 invoked by uid 210); 12 Sep 2006 11:27:21 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:31:"<45067D2F.6010901@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:26:07 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:55:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig106FA5043E075246B40D7E36"";s:7:"Subject";s:23:"Re: [Test] Test post #2";}'); INSERT INTO `mails` VALUES (14, 12, '', 'Tobias Schlitt ', '', '', '<20060912112746.f2ua8g940g8ocg8s@webmail.hartes-php.de>', 1158053266, 'Re: [Test] Test post #2', 'utf-8', 'Quoting Tobias Schlitt :\n\n> On 09/12/2006 11:26 AM ezc@is-geek.de wrote:\n\n> Hey, you wrote nothing! ;)\n\nSo what?\n\n---------------------------------------------------------------------\nTo unsubscribe, e-mail: this-mailinglist-unsubscribe@is-geek.de\nFor additional commands, e-mail: this-mailinglist-help@is-geek.de\n\n)', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:61:"(qmail 16364 invoked by uid 1000); 12 Sep 2006 11:27:46 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:55:"<20060912112746.f2ua8g940g8ocg8s@webmail.hartes-php.de>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:27:46 +0200";s:4:"From";s:14:"ezc@is-geek.de";s:2:"To";s:36:"Tobias Schlitt ";s:2:"Cc";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:87:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de> <45067D2F.6010901@schlitt.info>";s:11:"In-Reply-To";s:31:"<45067D2F.6010901@schlitt.info>";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:42:"text/plain; charset=UTF-8; format="flowed"";s:19:"Content-Disposition";s:6:"inline";s:25:"Content-Transfer-Encoding";s:4:"7bit";s:10:"User-Agent";s:43:"Internet Messaging Program (IMP) H3 (4.0.4)";s:7:"Subject";s:23:"Re: [Test] Test post #2";}'); INSERT INTO `mails` VALUES (15, 14, 'Tobias Schlitt ', '', '', '', '<45067D6C.3060609@schlitt.info>', 1158053228, 'Re: [Test] Test post #2', 'utf-8', 'On 09/12/2006 11:27 AM ezc@is-geek.de wrote:\n> Quoting Tobias Schlitt :\n\n>> On 09/12/2006 11:26 AM ezc@is-geek.de wrote:\n\n>> Hey, you wrote nothing! ;)\n\n> So what?\n\nErm... ok, this is just a test mailinglist, so, do what you want!\n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:16:{s:11:"Return-Path";s:21:"";s:12:"Delivered-To";s:14:"ezc@is-geek.de";s:8:"Received";s:153:"from f0-ezsystems.customer.getit.de (HELO ?192.168.1.233?) (tobias@schlitt.info@217.194.224.41) by hartes-php.de with ESMTPA; 12 Sep 2006 11:28:22 +0200";s:10:"Message-ID";s:31:"<45067D6C.3060609@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:27:08 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:7:"Subject";s:23:"Re: [Test] Test post #2";s:10:"References";s:143:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de> <45067D2F.6010901@schlitt.info> <20060912112746.f2ua8g940g8ocg8s@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112746.f2ua8g940g8ocg8s@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig274B45B864D33433B1E0F148"";}'); INSERT INTO `mails` VALUES (16, 14, 'Tobias Schlitt ', '', '', '', '<45067D6C.3060609@schlitt.info>', 1158053228, 'Re: [Test] Test post #2', 'utf-8', 'On 09/12/2006 11:27 AM ezc@is-geek.de wrote:\n> Quoting Tobias Schlitt :\n\n>> On 09/12/2006 11:26 AM ezc@is-geek.de wrote:\n\n>> Hey, you wrote nothing! ;)\n\n> So what?\n\nErm... ok, this is just a test mailinglist, so, do what you want!\n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:60:"(qmail 16410 invoked by uid 210); 12 Sep 2006 11:28:22 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:31:"<45067D6C.3060609@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:27:08 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:143:"<20060912112634.f2bzclxg9w8gko8w@webmail.hartes-php.de> <45067D2F.6010901@schlitt.info> <20060912112746.f2ua8g940g8ocg8s@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112746.f2ua8g940g8ocg8s@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig274B45B864D33433B1E0F148"";s:7:"Subject";s:23:"Re: [Test] Test post #2";}'); INSERT INTO `mails` VALUES (17, 11, 'Tobias Schlitt ', '', '', '', '<45067D7D.4030209@schlitt.info>', 1158053245, 'Re: [Test] Test post #3', 'utf-8', 'On 09/12/2006 11:26 AM ezc@is-geek.de wrote:\n> Test test test!\n\nFoo bar baz...\n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:16:{s:11:"Return-Path";s:21:"";s:12:"Delivered-To";s:14:"ezc@is-geek.de";s:8:"Received";s:153:"from f0-ezsystems.customer.getit.de (HELO ?192.168.1.233?) (tobias@schlitt.info@217.194.224.41) by hartes-php.de with ESMTPA; 12 Sep 2006 11:28:39 +0200";s:10:"Message-ID";s:31:"<45067D7D.4030209@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:27:25 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:7:"Subject";s:23:"Re: [Test] Test post #3";s:10:"References";s:55:"<20060912112655.h6bfaoctbksskgk8@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112655.h6bfaoctbksskgk8@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC682E804893A4A3D48C874B3"";}'); INSERT INTO `mails` VALUES (18, 11, 'Tobias Schlitt ', '', '', '', '<45067D7D.4030209@schlitt.info>', 1158053245, 'Re: [Test] Test post #3', 'utf-8', 'On 09/12/2006 11:26 AM ezc@is-geek.de wrote:\n> Test test test!\n\nFoo bar baz...\n\n-- \nTobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14\na passion for php http://www.schlitt.info\nLike to say "thank you"? - http://pear.php.net/wishlist.php/toby\n\n', 'utf-8', '8bit', 'plain', 'a:23:{s:11:"Return-Path";s:65:"";s:12:"Delivered-To";s:40:"mailing list this-mailinglist@is-geek.de";s:8:"Received";s:60:"(qmail 16463 invoked by uid 210); 12 Sep 2006 11:28:40 +0200";s:12:"Mailing-List";s:54:"contact this-mailinglist-help@is-geek.de; run by ezmlm";s:10:"Precedence";s:4:"bulk";s:12:"X-No-Archive";s:3:"yes";s:9:"List-Post";s:36:"";s:9:"List-Help";s:41:"";s:16:"List-Unsubscribe";s:48:"";s:14:"List-Subscribe";s:46:"";s:10:"Message-ID";s:31:"<45067D7D.4030209@schlitt.info>";s:4:"Date";s:31:"Tue, 12 Sep 2006 11:27:25 +0200";s:4:"From";s:36:"Tobias Schlitt ";s:10:"User-Agent";s:97:"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041124 Thunderbird/0.9 Mnenhy/0.6.0.104";s:12:"MIME-Version";s:3:"1.0";s:2:"To";s:14:"ezc@is-geek.de";s:2:"CC";s:27:"this-mailinglist@is-geek.de";s:10:"References";s:55:"<20060912112655.h6bfaoctbksskgk8@webmail.hartes-php.de>";s:11:"In-Reply-To";s:55:"<20060912112655.h6bfaoctbksskgk8@webmail.hartes-php.de>";s:18:"X-Enigmail-Version";s:8:"0.94.1.0";s:7:"OpenPGP";s:11:"id=C462BC14";s:12:"Content-Type";s:124:"multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC682E804893A4A3D48C874B3"";s:7:"Subject";s:23:"Re: [Test] Test post #3";}'); INSERT INTO `mails` VALUES (19, 7, '', '', 'Tobias Schlitt , ', '', '<2006092211112206.8886.0@here.com>', 1158917466, 'Re: Re: [Test] Test post #1', 'utf-8', 'test reply from Mail2Forum\n)', 'utf-8', '8bit', 'plain', 'a:18:{s:11:"Return-Path";s:27:"";s:12:"Delivered-To";s:14:"ezc@is-geek.de";s:8:"Received";s:153:"from apache by tango.schlitt.info with local (Exim 4.62) (envelope-from ) id 1GQhNC-0003BJ-MC; Fri, 22 Sep 2006 11:31:06 +0200";s:13:"X-Spam-Status";s:25:"No, hits=2.5 required=4.0";s:12:"X-Spam-Level";s:2:"++";s:2:"To";s:14:"ezc@is-geek.de";s:7:"Subject";s:27:"Re: Re: [Test] Test post #1";s:11:"In-Reply-To";s:55:"<20060912112428.l34ilqb594c04k0k@webmail.hartes-php.de>";s:10:"References";s:207:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info> <20060912112219.xu6whvieo04owsos@webmail.hartes-php.de> <45067C25.3090901@schlitt.info> <20060912112428.l34ilqb594c04k0k@webmail.hartes-php.de>";s:4:"From";s:19:"your-email@here.com";s:2:"Cc";s:83:"=?utf-8?B?VG9iaWFzIFNjaGxpdHQ=?= , this-mailinglist@is-geek.de";s:12:"MIME-Version";s:3:"1.0";s:10:"User-Agent";s:13:"eZ components";s:4:"Date";s:31:"Fri, 22 Sep 2006 11:31:06 +0200";s:10:"Message-Id";s:34:"<2006092211112206.8886.0@here.com>";s:12:"Content-Type";s:28:"text/plain; charset=us-ascii";s:25:"Content-Transfer-Encoding";s:4:"8bit";s:6:"Sender";s:55:"added by portage for apache ";}'); INSERT INTO `mails` VALUES (20, 9, 'Tobias Schlitt over Mail2Forum ', '', 'Tobias Schlitt , ', '', '<2006092213132244.8887.0@schlitt.info>', 1158924404, 'Re: Re: [Test] Test post #1', 'utf-8', 'This is a testing mail through Mail2Forum...\n\nGreat, it works!\n)\n* 20 FETCH (FLAGS (\\Seen))', 'utf-8', '8bit', 'plain', 'a:18:{s:11:"Return-Path";s:27:"";s:12:"Delivered-To";s:14:"ezc@is-geek.de";s:8:"Received";s:153:"from apache by tango.schlitt.info with local (Exim 4.62) (envelope-from ) id 1GQjB6-0003KG-BB; Fri, 22 Sep 2006 13:26:44 +0200";s:13:"X-Spam-Status";s:25:"No, hits=1.1 required=4.0";s:12:"X-Spam-Level";s:1:"+";s:2:"To";s:14:"ezc@is-geek.de";s:7:"Subject";s:27:"Re: Re: [Test] Test post #1";s:11:"In-Reply-To";s:55:"<20060912112608.spd3tifwdcg44ck8@webmail.hartes-php.de>";s:10:"References";s:151:"<45067B75.5010004@schlitt.info> <45067B9C.9000204@schlitt.info> <45067C54.3040506@schlitt.info> <20060912112608.spd3tifwdcg44ck8@webmail.hartes-php.de>";s:4:"From";s:74:"=?utf-8?B?VG9iaWFzIFNjaGxpdHQgb3ZlciBNYWlsMkZvcnVt?= ";s:2:"Cc";s:83:"=?utf-8?B?VG9iaWFzIFNjaGxpdHQ=?= , this-mailinglist@is-geek.de";s:12:"MIME-Version";s:3:"1.0";s:10:"User-Agent";s:13:"eZ components";s:4:"Date";s:31:"Fri, 22 Sep 2006 13:26:44 +0200";s:10:"Message-Id";s:38:"<2006092213132244.8887.0@schlitt.info>";s:12:"Content-Type";s:28:"text/plain; charset=us-ascii";s:25:"Content-Transfer-Encoding";s:4:"8bit";s:6:"Sender";s:55:"added by portage for apache ";}');