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

com.hubspot.imap.protocol.response.events.OpenEvent Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.hubspot.imap.protocol.response.events;

import com.hubspot.imap.protocol.response.tagged.OpenResponse;

public class OpenEvent {

  private final OpenResponse openResponse;

  public OpenEvent(OpenResponse openResponse) {
    this.openResponse = openResponse;
  }

  public OpenResponse getOpenResponse() {
    return openResponse;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy