-
Hello,
`getAllMessages` always returns an empty list when I try to read body of an email. Is it possible that I'm doing something wrong? I tried this code excerpt:
```
List messages = receivedEmail.…
-
Hi Igor,
I was trying to build Jodd from source to try to find out which exception doesn't let me to receive an email body parts but failed to do so without modifying build file. I run gradlew build …
-
jodd-email should add a method to set email sender's nickname (personal name), not set it to null.
From jodd-email's source, in class jodd.mail.EmailUtil,it's look like as bellow:
```
/**
* Co…
yizhl updated
10 years ago
-
When upgrade to 3.6, some problems occur,
As usual, config `AutomagicMadvocConfigurator` in `madvoc.props`,
For some reason, some third party jars put struts and jodd supports in one jar, and we shoul…
zqq90 updated
10 years ago
-
Hello,
I'm trying to integrate Jodd Mail in my OSGi-enabled application but when I run `ReceiveMailSession session = imapServer.createSession();` it throws _java.lang.NoClassDefFoundError: jodd/Jodd_…
-
With Jodd-http toolkit,it's easy to upload files: just add file form parameter. Here is one real-world example:
```
HttpRequest httpRequest = HttpRequest
.post("http://srv:8080/api/jsonws/dl…
yizhl updated
10 years ago
-
Hello,
Jodd Email is a great wrapper for Java Mail API but I think it misses some handy operations with email addresses which I believe sometimes can be quite useful. For instance I've recently neede…
-
My code:
java.io.File resourceFile = ClassLoaderUtil.getResourceFile("fmow/web/action/common/DocumentExportTemplate.html");
when in non-jar classpath, resourceFile can get the right file, but when …
-
Thanks for the sorting,
Here's a BIT more trickier proposal involving aspects and possibly runtime weaving as well.
Utilization of JMXWrapper involves somewhat cumbersome plumbing in some situation…
-
jodd.http.HttpBrowser.getPage() may not get correct charset, and HttpRequest.charset(charset) it seems be of no veil. I have to convert charset myself as following code showed:
public class WebPage…