

For example, in the non-working project, I am using above authentication code within a Mutex. Well, there are some differences in the project setup etc. 18 / 19 20 package 21 22 import davmail. 14 15 You should have received a copy of the GNU General Public License 16 along with this program if not, write to the Free Software 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. However, the outcome is still the same - one working and the other not working. See the 13 GNU General Public License for more details. To troubleshoot, I even hard-coded username and password in both. Are there any related issues Possibly 118 What operating system are you using Ubuntu 18.04 LTS What version of Mailspring are you using 1.5.6-4cb1851b Bug Yes Is this an email sync or connecti. It can be simply a typo in the username or password, a cron job with an invalid password in. Note that a malicious origin is in most cases not the cause of an unsuccessful login.
#Davmail a$ no login failed how to#
Logs from the working project (same code): Connected to imap://:143/?starttls=when-available This troubleshooting guide is aimed at providing information on how to trace suspect logins that have failed with ora-1017, logon denied during database authentication. S: * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+ Based on Detailed properties in the Office 365 audit log, the RecordType 9 is already being deprecated. You (or another admin) must first turn on audit logging before you can start searching the Office 365 audit log. S: * OK The Microsoft Exchange IMAP4 service is ready. Hi Ripper2020, No, the audit logging is not turned on by default.

Var credentials = _emailLoginCredentials Ĭ("XOAUTH2") Ĭ(FolderAccess.ReadWrite) Įrror: Connected to imap://:143/?starttls=when-available Using (var client = new ImapClient(new ProtocolLogger("C://Temp//Logs//imap1.log"))) _emailLoginCredentials = new NetworkCredential(_accountName, _accountPassword, _accountDomain) My code: static NetworkCredential _emailLoginCredentials The same code works fine in one instance but cannot authenticate with same username/password in another instance of the project.
