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
58ea7e16
...
58ea7e16042c750f74ef7e6d4aa81e84bfdf37ef
authored
2007-02-23 11:47:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(auth_data): New global
1 parent
13c96f59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
pop3d/pop3d.h
pop3d/pop3d.h
View file @
58ea7e1
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
2004, 2005
, 2007
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -219,6 +219,7 @@ extern int tls_available;
extern
int
tls_done
;
#endif
/* WITH_TLS */
extern
int
undelete_on_startup
;
extern
struct
mu_auth_data
*
auth_data
;
extern
void
pop3d_bye
(
void
);
extern
int
pop3d_abquit
(
int
);
...
...
@@ -272,5 +273,11 @@ extern void pop3d_unmark_retr (mu_attribute_t attr);
extern
void
expire_mark_message
(
mu_message_t
msg
,
char
**
value
);
extern
void
deliver_pending_bulletins
(
void
);
extern
void
set_bulletin_db
(
char
*
file
);
extern
int
set_bulletin_source
(
char
*
source
);
extern
int
pop3d_begin_session
(
void
);
#endif
/* _POP3D_H */
...
...
Please
register
or
sign in
to post a comment