All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bingoohuang.mail.Pop3MailMessageAttachment Maven / Gradle / Ivy

package com.github.bingoohuang.mail;

import lombok.Builder;
import lombok.Value;

import java.io.InputStream;

@Value @Builder
public class Pop3MailMessageAttachment {
    private final String fileName;
    private final InputStream inputStream;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy