Get the Message corresponding to the given UID. If no such message exists, null is returned. @param uid UID for the desired message @return the Message object. null is returned if no message corresponding to this UID is obtained. @exception MessagingException for failur
(long uid)
| 137 | * @exception MessagingException for failures |
| 138 | */ |
| 139 | public Message getMessageByUID(long uid) throws MessagingException; |
| 140 | |
| 141 | /** |
| 142 | * Get the Messages specified by the given range. The special |
no outgoing calls
no test coverage detected