Home | History | Annotate | Download | only in store

Lines Matching refs:APPENDUID

962                  * Try to recover the UID of the message from an APPENDUID response.
963 * e.g. 11 OK [APPENDUID 2 238268] APPEND completed
966 if ((appendList.size() >= 3) && appendList.is(0, ImapConstants.APPENDUID)) {