Skip to content

Instantly share code, notes, and snippets.

View stickfigure's full-sized avatar

Jeff Schnitzer stickfigure

  • Winters, CA
View GitHub Profile
@stickfigure
stickfigure / ImageReplacer.java
Created September 5, 2023 20:53
Java code to convert data: urls in html email to multipart/related mime messages with content id links
package com.orbitkit.blah.blah;
import com.google.common.base.Preconditions;
import com.google.common.io.BaseEncoding;
import lombok.SneakyThrows;
import lombok.Value;
import lombok.With;
import javax.mail.Session;
import javax.mail.internet.MimeBodyPart;