com.hubspot.imap.protocol.response.events.ExistsEvent Maven / Gradle / Ivy
package com.hubspot.imap.protocol.response.events;
public class ExistsEvent extends IntEvent {
public ExistsEvent(long value) {
super(value);
}
}
package com.hubspot.imap.protocol.response.events;
public class ExistsEvent extends IntEvent {
public ExistsEvent(long value) {
super(value);
}
}