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
11928d2a
...
11928d2a218b18fa2e702aef1f6ddb2faf209d2d
authored
2001-07-18 12:55:42 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Comment on schemes, and removed comment on encoding.
1 parent
a0ff80d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
mailbox/include/registrar0.h
mailbox/include/url0.h
mailbox/include/registrar0.h
View file @
11928d2
...
...
@@ -36,6 +36,12 @@ extern "C" {
# endif
#endif
/*__P */
/* The pop and imap defines are all wrong now, since they seem intertwined
with the old url parsing code. Also, "pop://" is not the POP scheme,
at least not as a scheme is described in the RFCs.
Perhaps they can be changed?
*/
#define MU_POP_PORT 110
#define MU_POP_SCHEME "pop://"
#define MU_POP_SCHEME_LEN 6
...
...
mailbox/include/url0.h
View file @
11928d2
...
...
@@ -39,10 +39,10 @@ extern "C" {
struct
_url
{
/* Data */
char
*
name
;
char
*
name
;
char
*
scheme
;
char
*
user
;
char
*
passwd
;
/* encoded ?? */
char
*
passwd
;
char
*
auth
;
char
*
host
;
long
port
;
...
...
Please
register
or
sign in
to post a comment