|
@@ -58,7 +58,8 @@ public class PersonalMailboxServiceImpl extends ServiceImpl<PersonalMailboxMappe
|
|
|
personalFolderService.saveBatch(personalFolderList);
|
|
|
|
|
|
} catch (MessagingException e) {
|
|
|
- throw new ServiceException("连接邮箱异常");
|
|
|
+ log.error("连接邮箱异常", e);
|
|
|
+ throw new ServiceException("连接邮箱异常:" + e.getMessage());
|
|
|
}
|
|
|
|
|
|
personalMailbox.setId(personalMailboxId);
|