mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-19 22:39:31 +08:00
v1.0.103
This commit is contained in:
parent
2b6234a474
commit
8f62f620d3
2 changed files with 3 additions and 3 deletions
|
@ -195,9 +195,9 @@ class UserHandler {
|
||||||
|
|
||||||
let checkAddress = next => {
|
let checkAddress = next => {
|
||||||
if (ObjectID.isValid(username)) {
|
if (ObjectID.isValid(username)) {
|
||||||
return {
|
return next(null, {
|
||||||
_id: username
|
_id: username
|
||||||
};
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (username.indexOf('@') < 0) {
|
if (username.indexOf('@') < 0) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wildduck",
|
"name": "wildduck",
|
||||||
"version": "1.0.102",
|
"version": "1.0.103",
|
||||||
"description": "IMAP server built with Node.js and MongoDB",
|
"description": "IMAP server built with Node.js and MongoDB",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue