using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.IO;
using OpenPOP.POP3;
using System.Collections;
using OpenPOP.MIMEParser;
using System.Threading;
using mymail.sqlDao;
using System.Data.SqlClient;
using mymail;
namespace mymail
{
public partial class inbox : UserControl
{
public inbox()
{
InitializeComponent();
}
private void inbox_Load(object sender, EventArgs e)
{
msgs.Clear();
//listMessages.Nodes.Clear();//邮件列表
listAttachments.Nodes.Clear();//附件列表
listView1.Clear();//清除空间中所有项
//button2.Enabled = false;
//button3.Enabled = false;
//ReceiveMails();
}