Module jakarta.mail

Class CopyUID


  • public class CopyUID
    extends java.lang.Object
    Information from the COPYUID response code defined by the UIDPLUS extension - RFC 4315.
    Author:
    Bill Shannon
    • Constructor Summary

      Constructors 
      Constructor Description
      CopyUID​(long uidvalidity, UIDSet[] src, UIDSet[] dst)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uidvalidity

        public long uidvalidity
    • Constructor Detail

      • CopyUID

        public CopyUID​(long uidvalidity,
                       UIDSet[] src,
                       UIDSet[] dst)