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
124a161f
...
124a161fb9164a900724ee7d2e8d882f053e7229
authored
2001-11-10 19:49:07 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
64 bit portability fix
1 parent
9c0ae79f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
ChangeLog
THANKS
pop3d/pop3d.c
ChangeLog
View file @
124a161
2001-11-10 Jeff Bailey <jbailey@outpost.dnsalias.org>
* pop3d/pop3d.c: Change timeout to unsigned int from size_t.
Thanks to James Troup <james@nocrew.org>
2001-11-05 Alain Magloire
* mailbox/mutil.c (mu_parse_imap_date_time): This one is so
...
...
THANKS
View file @
124a161
...
...
@@ -10,3 +10,5 @@ Frank Belew <frb@wiw.org>
Vesselin Atanasov <vesselin@bgnet.bg>
Sergey Poznyakoff <gray@Mirddin.farlep.net>
Jim Hull <imaginos@imaginos.net>
James Troup <james@nocrew.org>
...
...
pop3d/pop3d.c
View file @
124a161
...
...
@@ -22,7 +22,7 @@
#endif
mailbox_t
mbox
;
size_
t
timeout
;
unsigned
in
t
timeout
;
int
state
;
char
*
username
;
FILE
*
ifile
;
...
...
Please
register
or
sign in
to post a comment