Java个人通讯录(图形化) 涉及存储项目:姓名、电话号码、Email、QQ、MSN、地址备注; 功能:按姓名查找、查找全部、读取、插入、更新、删除; 图形化界面; 开发平台: Product Version: NetBeans IDE 6.5 (Build 200811100001) Java: 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16 System: Windows XP version 5.1 running on x86; MS932; ja_JP (nb)
1
Email邮箱地址验证软件,此软件在X宝上有人高价在卖,本人现在放出给大家,(亲测有效),这阵子花积分如流水,小赚点积分呀,呵呵。使用时建议多验证两次,如QQ邮箱,验个3到4基本上可以保证验出来无效地址都正确。
2021-06-15 19:30:32 10.16MB 邮箱地址验证
1
MailKit 邮件发送附件下载,包含BouncyCastle.dll,MailKit.dll,MimeKit.dll,vs2012示例工程MailKitConsoleApplication示例代码邮件附件下载,发送邮件,需要.netframework 4.5。
2021-06-14 15:27:33 8.94MB C# MailKit Email 附件
1
java 使用hutool email工具发送邮件
2021-06-09 18:01:52 826B java email hutool
1
搭建邮件服务所用的包
2021-06-04 14:01:05 65.3MB email
1
=>亚马逊有效电子邮件检查器 =>安装Python 3 =>打开Cmd =>编写此推荐行“ pip安装请求” => cd您的路径文件=>运行=>编写check.py =>如果您没有路径python =>编写=> python check.py =>已粉末化穆罕默德·萨米(Mohamed Samy)
2021-06-02 20:56:24 2KB config github-config Python
1
电子邮件pdf_generator email_subject和pdf_name生成器
2021-05-28 18:04:04 20.88MB HTML
1
/* * JCatalog Project */ package com.hexiang.utils; import java.util.List; import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.Properties; import javax.mail.Session; import javax.mail.Transport; import javax.mail.Message; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.hexiang.exception.CatalogException; /** * Utility class to send email. * * @author hexiang */ public class EmailUtil { //the logger for this class private static Log logger = LogFactory.getLog("com.hexiang.util.EmailUtil"); /** * Send email to a single recipient. * * @param smtpHost the SMTP email server address * @param senderAddress the sender email address * @param senderName the sender name * @param receiverAddress the recipient email address * @param sub the subject of the email * @param msg the message content of the email */ public static void sendEmail(String smtpHost, String senderAddress, String senderName, String receiverAddress, String sub, String msg) throws CatalogException { List recipients = new ArrayList(); recipients.add(receiverAddress); sendEmail(smtpHost, senderAddress, senderName, recipients, sub, msg); } /** * Send email to a list of recipients. * * @param smtpHost the SMTP email server address * @param senderAddress the sender email address * @param senderName the sender name * @param recipients a list of receipients email addresses * @param sub the subject of the email * @param msg the message content of the email */ public static void sendEmail(String smtpHost, String senderAddress, String senderName, List recipients, String sub, String msg) throws CatalogException { if (smtpHost == null) { String errMsg = "Could not send email: smtp host address is null"; logger.error(e
1
修改Git Commit提交记录的用户名Name和邮箱Email。用于修改已经提交记录的用户名及邮箱。
2021-05-20 20:02:58 591B git user.name user.email name
1
python-email-reply-parser Python端口,包括大多数测试套件。 安装 PyPI版本即将推出,现在您可以从源代码安装: $ pip install -e git+https://github.com/antonagestam/python-email-reply-parser.git#egg=email_reply_parser 用法 >> > from email_reply_parser import parse_reply >> > print ( parse_reply ( """Hi Anton, ... ... I'm totally fine, how are you? ... ... On Tue, Jul 28, 2015 at 11:38 AM, Anton Agestam ... wrote:
2021-05-19 16:04:44 20KB Python
1