Benny Bottema

Results 26 issues of Benny Bottema

Hi, I have a question. In the manual you write the following: > JCommander supports _the @ syntax_ What does _the @ syntax_ refer to? Is there a specification for...

Hi Eduardo, Over at [email-rfc2822-validator](https://github.com/bbottema/email-rfc2822-validator) we are looking at EmailValidator4J with great interest. Our approach is a time-tested comprehensive regex based parser, but we always knew regular expressions are sub...

question

With angularjs 1.2.x ng-animate became redundant in the face of CSS3 transitions. For example with bootstrap's .fade and .in style classes, the now preferable approach is to simply use `ng-class`:...

enhancement
pull-request-welcome

The only documentation on usage I can find is [on SourceForge](http://jollyday.sourceforge.net/usage.html) and it uses examples using deprecated methods. I'm not sure how to use the library now as intended, not...

`surround` itself is limited, as I would like to add something arround a substring, not the entire string. Example: ``` around("1234x6789", 5, '>>', '>', '

There's something to be said for avoiding a performance hit by moving the DKIM construction to the MailerBuilder so this is done only once rather than for each separate email....

enhancement
Priority-Low

Simple Java Mail supports reading Outlook messages to EML, MimeMessage and Email, but not back to Outlook messages. This should be possible with some changes to https://github.com/bbottema/outlook-message-parser.

Priority-Low
major feature
postponed indefinitely

During boot, I can see for a split second that HackBGRT was unable to load my bmp, but I don't get time to read the rest. Maybe write errors to...

Hi guys, over at [angular-logging](https://github.com/pdorgambide/angular-logger), we heavily rely on sprintf to help us provide enhanced logging for angular's `$log`. We now run into [an issue](https://github.com/pdorgambide/angular-logger/issues/11) where we would like to...

See https://github.com/bbottema/simple-java-mail/issues/377