index
:
fetchmail
legacy_64_vg_debian
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
imap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IMAP: improve STARTTLS error message for ssh-plugin case
Matthias Andree
2021-10-31
1
-2
/
+7
*
IMAP: fix error code when LOGIN fails
Matthias Andree
2021-09-01
1
-7
/
+1
*
imap.c, pop3.c: fix protocol regression of 6.4.22.rc1
Matthias Andree
2021-08-27
1
-66
/
+62
*
SECURITY: imap.c, pop3.c: STARTTLS drops state
Matthias Andree
2021-08-26
1
-0
/
+15
*
imap.c, report.c: remove or comment dead stores.
Matthias Andree
2021-08-26
1
-1
/
+4
*
IMAP: record server's CAPABILITY data in pre-auth state.
Matthias Andree
2021-08-26
1
-7
/
+42
*
IMAP: report 'upgrade to TLS succeeded' before CAPA probe
Matthias Andree
2021-08-26
1
-4
/
+4
*
SECURITY: IMAP: no longer permit LOGIN with LOGINDISABLED.
Matthias Andree
2021-08-26
1
-34
/
+40
*
IMAP: log error if --auth external requested but server does not advertise it.
Matthias Andree
2021-08-26
1
-9
/
+15
*
imap.c: one FIXME for command continuation requests
Matthias Andree
2021-08-26
1
-0
/
+3
*
IMAP: two more AUTHENTICATE EXTERNAL fixes
Matthias Andree
2021-08-26
1
-1
/
+10
*
IMAP: fix base64 length calc. for AUTH=EXTERNAL
Matthias Andree
2021-08-26
1
-1
/
+1
*
IMAP: don't send * after failed AUTHENTICATE EXTERNAL
Matthias Andree
2021-08-26
1
-2
/
+0
*
IMAP: rename misnamed function and variable
Matthias Andree
2021-08-26
1
-5
/
+5
*
SECURITY: IMAP: --auth ssh no longer prevents STARTTLS
Matthias Andree
2021-08-26
1
-11
/
+11
*
SECURITY: IMAP: PREAUTH->abort if STARTTLS needed
Matthias Andree
2021-08-26
1
-6
/
+14
*
imap.c revise comment on timeout memory leak if auto (non-static) password bu...
Matthias Andree
2021-02-14
1
-1
/
+1
*
imap.c: fix memory leak in timeout situation for LOGIN auth
Matthias Andree
2021-02-14
1
-3
/
+5
*
Align with legacy_6x.
Matthias Andree
2019-08-25
1
-10
/
+2
*
Comment on EXISTS in response to EXPUNGE.
Matthias Andree
2019-08-05
1
-1
/
+3
*
Drop socket when receiving unexpected untagged * BYE.
Matthias Andree
2019-05-12
1
-0
/
+4
*
Add line termination when reporting unexpected untagged * BYE contents.
Matthias Andree
2019-05-12
1
-1
/
+1
*
imap_delete(): clean up delflags[_seen] variables.
Matthias Andree
2018-06-21
1
-6
/
+1
*
In-depth fix for to64frombits() BASE64 encoder buffer sizing.
Matthias Andree
2018-04-14
1
-1
/
+1
*
TLS overhaul, bumping version to 6.4
Matthias Andree
2015-01-26
1
-17
/
+19
*
fetchmail workaround for a bug in Microsoft Exchange
Sunil Shetye
2012-05-10
1
-1
/
+1
*
fetchmail workaround for a bug in Zimbra
Mikulas Patocka
2011-11-22
1
-1
/
+2
*
Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again.
Matthias Andree
2011-05-26
1
-11
/
+2
*
Run S(TART)TLS negotiation under timeout alarm.
Matthias Andree
2011-05-26
1
-2
/
+4
*
Handle socket errors on CAPABILITY probes.
Matthias Andree
2011-05-22
1
-3
/
+9
*
Fixup: remove unused variables.
Matthias Andree
2011-05-04
1
-1
/
+1
*
Do not search for UNSEEN messages in ranges.
Sunil Shetye
2011-05-04
1
-48
/
+26
*
Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var.
Matthias Andree
2011-05-03
1
-6
/
+23
*
Hack: support quoted string in imap_fetch_body()
Matthias Andree
2010-12-10
1
-0
/
+7
*
Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ...
Sunil Shetye
2010-11-19
1
-5
/
+2
*
Distinguish between server not advertising TLS capability and server failing ...
Sunil Shetye
2010-11-10
1
-9
/
+5
*
Factor out common NTLM code.
Matthias Andree
2010-10-09
1
-47
/
+3
*
Fix dead assignments.
Matthias Andree
2010-10-09
1
-1
/
+1
*
Remove some unneeded SASL cancellations.
Matthias Andree
2010-09-25
1
-7
/
+0
*
Cancel SASL AUTH properly on GSSAPI errors.
Matthias Andree
2010-09-25
1
-1
/
+0
*
Don't try to match trailing literals in sscanf,
Matthias Andree
2010-08-28
1
-5
/
+16
*
parse response to FETCH in a more flexible manner
Sunil Shetye
2010-08-28
1
-37
/
+39
*
Avoid wedging Exchange 2007 with GSSAPI.
Matthias Andree
2010-08-21
1
-1
/
+1
*
Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,
Matthias Andree
2010-04-18
1
-1
/
+1
*
Fix lots of warnings, most around string literals...
Matthias Andree
2010-03-18
1
-1
/
+1
*
Fix input type for isalnum().
Matthias Andree
2010-02-04
1
-1
/
+1
*
Stricter validation of IMAP responses containing byte or message counts.
Matthias Andree
2010-02-04
1
-12
/
+33
*
IMAP SEARCH fixes & FETCH fallback by Sunil Shetye
Matthias Andree
2010-02-04
1
-39
/
+130
*
Clarify IMAP BYE response logging.
Matthias Andree
2010-01-22
1
-1
/
+1
*
Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye.
Matthias Andree
2010-01-22
1
-139
/
+159
[next]