aspirin icon indicating copy to clipboard operation
aspirin copied to clipboard

Aspirin is an embeddable send-only SMTP server.

Results 12 aspirin issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

This project hasn't been touched in 4 years so I guess I'm not holding my breath but the interface was completely changed a while back and the README is not...

org.masukomi aspirin 0.11.01 http://mvnrepository.com/artifact/org.masukomi/aspirin/0.11.01

According to JavaDoc http://docs.oracle.com/javaee/6/api/javax/mail/Transport.html#sendMessage: "Unlike the static send method, the sendMessage method does not call the saveChanges method on the message; the caller should do so. " The call to...

It seems that Aspirin has switched to SLF4J. Please update README about that.

AspirinInternal.java public static final SimpleDateFormat expiryFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS"); class SimpleDateFormat is not thread safe.

Since JDK8 Javadocs has become very strict: - <br/> should be replaced with <br> - tables must have summary attribute. - all links must be valid Otherwise Javadocs generation fails.

I'm trying to test just basic features: ``` import org.apache.log4j.ConsoleAppender; import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.apache.log4j.PatternLayout; import org.masukomi.aspirin.Aspirin; import org.masukomi.aspirin.core.AspirinInternal; import javax.mail.Transport; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; import javax.mail.Message; public class...

Where is SimpleMimeMessageGenerator? To obtain a default message wtih getNewMimeMessage?