Sitebricks :: Mail Client

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

com.google.sitebricks
ArtifactId

ArtifactId

sitebricks-mail
Last Version

Last Version

0.8.11
Release Date

Release Date

Type

Type

jar
Description

Description

Sitebricks :: Mail Client
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download sitebricks-mail

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-mail/ -->
<dependency>
    <groupId>com.google.sitebricks</groupId>
    <artifactId>sitebricks-mail</artifactId>
    <version>0.8.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-mail/
implementation 'com.google.sitebricks:sitebricks-mail:0.8.11'
// https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-mail/
implementation ("com.google.sitebricks:sitebricks-mail:0.8.11")
'com.google.sitebricks:sitebricks-mail:jar:0.8.11'
<dependency org="com.google.sitebricks" name="sitebricks-mail" rev="0.8.11">
  <artifact name="sitebricks-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.sitebricks', module='sitebricks-mail', version='0.8.11')
)
libraryDependencies += "com.google.sitebricks" % "sitebricks-mail" % "0.8.11"
[com.google.sitebricks/sitebricks-mail "0.8.11"]

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.james : apache-mime4j-core jar 0.7.2
com.google.sitebricks : sitebricks jar 0.8.11
org.jboss.netty : netty jar 3.2.4.Final
org.slf4j : slf4j-api jar 1.6.1
joda-time : joda-time jar 2.0
javax.mail : mail jar 1.4.1
net.oauth.core : oauth jar 20100527

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (2)

Group / Artifact Type Version
org.testng : testng jar 5.8
org.scribe : scribe jar 1.2.3

Project Modules

There are no modules declared in this project.

Sitebricks

Sitebricks is a simple set of libraries for web applications. Sitebricks focuses on early error detection, low-footprint code, and fast development. Powered by Guice, it also balances idiomatic Java with an emphasis on concise code.

Early error detection

This following misspelling results in a template compile error:

<body>
     ${person.naem}
All such errors are picked up early and reported at once in a format similar to javac.

1) unknown or unresolvable property: naem

 15:      <body>
 16:          ${person.naem}</li>
                          ^

Total errors: 1

Next steps


We would love your contributions and help in developing Sitebricks at this early stage. If you'd like to contribute or have any questions, please join the mailing list.

Or send us a note on twitter @dhanji =)

Versions

Version
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4