Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7564b902
...
7564b902cf6d0f2836c7b413dc2fb4ca4dc723af
authored
2001-08-03 04:12:39 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
don't pretend to be authorized if we are not, it only leads to confusion
1 parent
d6fe5988
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/folder_imap.c
mailbox/folder_imap.c
View file @
7564b90
...
...
@@ -324,6 +324,7 @@ folder_imap_open (folder_t folder, int flags)
{
/* No other type of Authentication is supported yet. */
/* What can we do ? flag an error ? */
CHECK_ERROR_CLOSE
(
folder
,
f_imap
,
ENOTSUP
);
}
}
f_imap
->
state
=
IMAP_AUTH
;
...
...
Please
register
or
sign in
to post a comment