Php imap email receiving code (1/11)

Source: Internet
Author: User
Tags imap php tutorial

-- Php Tutorial myadmin SQL dump
-- Version 2.11.6
Http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation time: jun 29,201 0 at 09:27 am
-- Server version: 5.0.51
-- Php version: 5.2.6

Set SQL _mode = "no_auto_value_on_zero ";


/*! 40101 set @ old_character_set_client = @ character_set_client */;
/*! 40101 set @ old_character_set_results = @ character_set_results */;
/*! 40101 set @ old_collation_connection = @ collation_connection */;
/*! 40101 set names utf8 */;

--
-- Database: 'test'
--

----------------------------------------------------------

--
-- Table structure for table 'maillist'
--

Create table if not exists 'maillist '(
'Id' int (11) not null auto_increment,
'Title' text collate utf8_unicode_ci not null,
'Content' mediumtext collate utf8_unicode_ci not null,
'Senduser' varchar (50) collate utf8_unicode_ci not null,
'Sendmail 'varchar (200) collate utf8_unicode_ci not null,
'Sendtime' int (11) not null,
'Accept _ email 'varchar (200) collate utf8_unicode_ci not null,
'CC _ email 'varchar (200) collate utf8_unicode_ci not null,
'Bcc _ email 'varchar (200) collate utf8_unicode_ci not null,
'Msessage _ id' varchar (200) collate utf8_unicode_ci not null,
'Msgno' int (11) not null comment': The mail number. If it is 0, the download has ended ',
'Is _ download' tinyint (4) not null default '0 ',
Primary key ('id ')
) Engine = myisam default charset = utf8 collate = utf8_unicode_ci auto_increment = 1;

--
-- Dumping data for table 'maillist'
--


----------------------------------------------------------

--
-- Table structure for table 'mail _ account'
--

Create table if not exists 'mail _ account '(
'Id' int (11) not null auto_increment,
'Username' varchar (100) not null,
'Password' varchar (50) not null,
'Emailaddress' varchar (100) not null,
'Mailserver' varchar (50) not null,
'Servertype' varchar (10) not null,
'Port' varchar (10) not null,
Primary key ('id ')
) Engine = myisam default charset = latin1 auto_increment = 1;

--
-- Dumping data for table 'mail _ account'
--


----------------------------------------------------------

--
-- Table structure for table 'mail _ attach'
--

Create table if not exists 'mail _ attach '(
'Id' int (11) not null auto_increment,
'Mail _ id' int (11) not null,
'Filename' varchar (200) collate utf8_unicode_ci not null,
'Filename _ tmp 'varchar (200) collate utf8_unicode_ci not null,
'Download _ time' datetime not null,
Primary key ('id ')
) Engine = myisam default charset = utf8 collate = utf8_unicode_ci auto_increment = 1;

--
-- Dumping data for table 'mail _ attach'
--

Home 1 2 3 4 5 6 7 8 9 10 11 Last page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.