组织ID: |
org.subethamail |
项目ID: |
subethasmtp |
版本: |
3.1.6 |
最后修改时间: |
2018-08-05 20:27:55 |
包类型: |
jar |
标题: |
SubEtha SMTP |
描述: |
SubEtha SMTP is an easy-to-use server-side SMTP library
for Java. |
相关URL: |
http://subethasmtp.googlecode.com |
大小: |
85.62KB |
|
Maven引入代码: |
<dependency>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp</artifactId>
<version>3.1.6</version>
</dependency>
|
Gradle引入代码: |
org.subethamail:subethasmtp:3.1.6
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp</artifactId>
<version>3.1.6</version>
<name>SubEtha SMTP</name>
<description>SubEtha SMTP is an easy-to-use server-side SMTP library
for Java.</description>
<url>http://subethasmtp.googlecode.com</url>
<inceptionYear>2006</inceptionYear>
<scm>
<connection>http://subethasmtp.googlecode.com/svn</connection>
<developerConnection>https://subethasmtp.googlecode.com/svn</developerConnection>
<url>http://subethasmtp.googlecode.com/svn</url>
</scm>
<issueManagement>
<system>Google</system>
<url>http://code.google.com/p/subethasmtp/issues/list</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>User and Developer List</name>
<subscribe>http://www.subethamail.org/se/list/smtp</subscribe>
<unsubscribe>http://www.subethamail.org/se/list/smtp</unsubscribe>
<post>smtp@subethamail.org</post>
<archive>http://www.subethamail.org/se/archive.jsp?listId=13
</archive>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://code.google.com/p/subethasmtp/source/browse/trunk/LICENSE.txt
</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>latchkey</id>
<name>Jon Stevens</name>
<roles>
<role>Project Owner</role>
</roles>
</developer>
<developer>
<id>lhoriman</id>
<name>Jeff Schnitzer</name>
<roles>
<role>Project Owner</role>
</roles>
</developer>
<developer>
<id>scotthernandez</id>
<name>Scott Hernandez</name>
<roles>
<role>Project Owner</role>
</roles>
</developer>
<developer>
<id>jeffjjensen</id>
<name>Jeff Jensen</name>
<timezone>-6</timezone>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<excludes>
<exclude>org/subethamail/smtp/test/**</exclude>
</excludes>
<testIncludes>
<include>org/subethamail/smtp/test/**</include>
</testIncludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<archive>
<manifest>
<mainClass>org.subethamail.smtp.Version</mainClass>
<packageName>org.subethamail.smtp</packageName>
</manifest>
<manifestEntries>
<Specification-Version>${project.version}
</Specification-Version>
<Implementation-Version>${maven.build.timestamp}
</Implementation-Version>
<url>${project.url}</url>
</manifestEntries>
</archive>
</configuration>
</plugin>
<!-- always sign -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
<excludePackageNames>org.subethamail.smtp.test</excludePackageNames>
</configuration>
</plugin>
</plugins>
<sourceDirectory>${basedir}/src</sourceDirectory>
<!--
having test dir same as src dir is an invalid configuration for
Eclipse: "Error Build path contains duplicate entry: 'src' for
project 'SubethaSMTP'"; Maven build will work though
<testSourceDirectory>${basedir}/src</testSourceDirectory>
-->
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.5.6</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>
<type>jar</type>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8
</project.reporting.outputEncoding>
<maven.build.timestamp.format>MMMM dd yyyy</maven.build.timestamp.format>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.subethamail.smtp.auth.EasyAuthenticationHandlerFactory.class
org.subethamail.smtp.auth.LoginAuthenticationHandlerFactory$Handler.class
org.subethamail.smtp.auth.LoginAuthenticationHandlerFactory.class
org.subethamail.smtp.auth.LoginFailedException.class
org.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory$Handler.class
org.subethamail.smtp.auth.MultipleAuthenticationHandlerFactory.class
org.subethamail.smtp.auth.PlainAuthenticationHandlerFactory$Handler.class
org.subethamail.smtp.auth.PlainAuthenticationHandlerFactory.class
org.subethamail.smtp.auth.UsernamePasswordValidator.class
org.subethamail.smtp.AuthenticationHandler.class
org.subethamail.smtp.AuthenticationHandlerFactory.class
org.subethamail.smtp.client.SmartClient.class
org.subethamail.smtp.client.SMTPClient$Response.class
org.subethamail.smtp.client.SMTPClient.class
org.subethamail.smtp.client.SMTPException.class
org.subethamail.smtp.command.AuthCommand.class
org.subethamail.smtp.command.DataCommand.class
org.subethamail.smtp.command.EhloCommand.class
org.subethamail.smtp.command.HelloCommand.class
org.subethamail.smtp.command.HelpCommand.class
org.subethamail.smtp.command.MailCommand.class
org.subethamail.smtp.command.NoopCommand.class
org.subethamail.smtp.command.QuitCommand.class
org.subethamail.smtp.command.ReceiptCommand.class
org.subethamail.smtp.command.ResetCommand.class
org.subethamail.smtp.command.StartTLSCommand.class
org.subethamail.smtp.command.VerifyCommand.class
org.subethamail.smtp.DropConnectionException.class
org.subethamail.smtp.helper.SimpleMessageListener.class
org.subethamail.smtp.helper.SimpleMessageListenerAdapter$Delivery.class
org.subethamail.smtp.helper.SimpleMessageListenerAdapter$Handler.class
org.subethamail.smtp.helper.SimpleMessageListenerAdapter.class
org.subethamail.smtp.helper.SmarterMessageListener$Receiver.class
org.subethamail.smtp.helper.SmarterMessageListener.class
org.subethamail.smtp.helper.SmarterMessageListenerAdapter$Handler.class
org.subethamail.smtp.helper.SmarterMessageListenerAdapter.class
org.subethamail.smtp.io.BetterByteArrayOutputStream.class
org.subethamail.smtp.io.CRLFOutputStream.class
org.subethamail.smtp.io.CRLFTerminatedReader$MaxLineLengthException.class
org.subethamail.smtp.io.CRLFTerminatedReader$TerminationException.class
org.subethamail.smtp.io.CRLFTerminatedReader.class
org.subethamail.smtp.io.DeferredFileOutputStream.class
org.subethamail.smtp.io.DotTerminatedInputStream.class
org.subethamail.smtp.io.DotTerminatedOutputStream.class
org.subethamail.smtp.io.DotUnstuffingInputStream.class
org.subethamail.smtp.io.ExtraDotOutputStream.class
org.subethamail.smtp.io.ReceivedHeaderStream.class
org.subethamail.smtp.io.ThresholdingOutputStream.class
org.subethamail.smtp.MessageContext.class
org.subethamail.smtp.MessageHandler.class
org.subethamail.smtp.MessageHandlerFactory.class
org.subethamail.smtp.RejectException.class
org.subethamail.smtp.server.BaseCommand.class
org.subethamail.smtp.server.Command.class
org.subethamail.smtp.server.CommandException.class
org.subethamail.smtp.server.CommandHandler.class
org.subethamail.smtp.server.CommandRegistry.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.5.jar
/junit/junit/4.5
查看junit所有版本文件
mail-1.4.4.jar
/javax.mail/mail/1.4.4
查看mail所有版本文件
activation-1.1.1.jar
/javax.activation/activation/1.1.1
查看activation所有版本文件
slf4j-api-1.5.6.jar
/org.slf4j/slf4j-api/1.5.6
查看slf4j-api所有版本文件
slf4j-simple-1.5.6.jar
/org.slf4j/slf4j-simple/1.5.6
查看slf4j-simple所有版本文件
jsr305-1.3.9.jar
/com.google.code.findbugs/jsr305/1.3.9
查看jsr305所有版本文件
|