projects
/
claws.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix use after free
[claws.git]
/
src
/
imap.c
2017-04-18
Ricardo Mones
Fix use after free
blob
|
commitdiff
|
raw
2017-02-25
Ricardo Mones
Remove duplicated code and include
blob
|
commitdiff
|
raw
|
diff to current
2016-10-25
Paul
in the UI replace 'POP3' with 'POP' and 'IMAP4' with...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-25
Paul
rename SSL to SSL/TLS
blob
|
commitdiff
|
raw
|
diff to current
2016-09-17
Andrej Kacian
Remove an unused, mistyped ifdef in imap.c.
blob
|
commitdiff
|
raw
|
diff to current
2016-08-16
Andrej Kacian
Fix a crash on IMAP login when using a password plugin.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-28
Ricardo Mones
Fix some debug messages and update headers
blob
|
commitdiff
|
raw
|
diff to current
2016-07-23
Paul
standardise singlular/plural mix on labels
blob
|
commitdiff
|
raw
|
diff to current
2016-05-18
Andrej Kacian
Remove imap_use_trash account preference.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-26
Andrej Kacian
Use correct dir separator for "Scanning folder ......
blob
|
commitdiff
|
raw
|
diff to current
2016-04-02
Ricardo Mones
Fix some odd debug outputs
blob
|
commitdiff
|
raw
|
diff to current
2016-03-27
Colin Leroy
Merge branch 'master' of ssh://git.claws-mail.org/home...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-14
Andrej Kacian
Use account ID instead of name in passwordstorerc.
blob
|
commitdiff
|
raw
|
diff to current
2016-03-01
Andrej Kacian
Make accounts use new password store for their passwords.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-20
Andrej Kacian
Add warning about missing LOGIN SASL plugin for IMAP.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-19
Ricardo Mones
Fix bug #3578: Strings around MAILIMAP_ERROR…
blob
|
commitdiff
|
raw
|
diff to current
2016-02-19
Andrej Kacian
Implement real LOGIN auth method for IMAP.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-19
Andrej Kacian
Enable SASL PLAIN auth mechanism for IMAP accounts.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Andrej Kacian
Fix two crashes in IMAP introduced by the passwords...
blob
|
commitdiff
|
raw
|
diff to current
2016-02-06
Ricardo Mones
Fix segfault when account password is not saved…
blob
|
commitdiff
|
raw
|
diff to current
2016-02-05
Andrej Kacian
Fix a null pointer dereference introduced by 54adfb4.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-04
Andrej Kacian
Rewritten account passwords handling.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-23
Andrej Kacian
Make procmsg_msginfo_free() zero out pointers to freed...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-25
Andrej Kacian
Fix folder renaming for IMAP on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-16
Colin Leroy
Merge branch 'master' of ssh+git://git.claws-mail.org...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-15
Paul
more sanitizing of translatable strings
blob
|
commitdiff
|
raw
|
diff to current
2015-11-11
Andrej Kacian
Let imap_get_num_list() unlock the session itself.
blob
|
commitdiff
|
raw
|
diff to current
2015-10-26
Colin Leroy
Add a fast way to search for Message-ID (at least)
blob
|
commitdiff
|
raw
|
diff to current
2015-10-08
Colin Leroy
Fix null pointer dereferences and missing return checks
blob
|
commitdiff
|
raw
|
diff to current
2015-10-01
Ricardo Mones
Remove line breaks from g_warning()
blob
|
commitdiff
|
raw
|
diff to current
2015-09-22
Ricardo Mones
Do not translate g_warning() strings
blob
|
commitdiff
|
raw
|
diff to current
2015-09-10
Andrej Kacian
Make IPv6 work on Windows, for connections not handled...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
Paul
fix bug 2435, ' Infinite loop+crash when refreshing...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-29
Andrej Kacian
Use g_dir_open() and friends instead of opendir() and...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
Andrej Kacian
Revert "Remove plaintext_file member of struct MsgInfo."
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
Andrej Kacian
Remove plaintext_file member of struct MsgInfo.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-06
Ricardo Mones
And other format warning less
blob
|
commitdiff
|
raw
|
diff to current
2015-03-15
Andrej Kacian
Change "OpenSSL support" to "TLS support" in a dialog...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-13
Andrej Kacian
Add support for SCRAM-SHA-1 authentication mechanism...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-18
Colin Leroy
Merge remote-tracking branch 'jakub-kicinski/for-master'
blob
|
commitdiff
|
raw
|
diff to current
2014-12-12
Jakub Kicinski
Swap return value and argument of imap_threaded_capabil...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-15
Andrej Kacian
Use GLib's implementation of Base64 instead of our...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-28
Paul
re: last commit - of course, one debug_print() will do
blob
|
commitdiff
|
raw
|
diff to current
2014-09-28
Paul
add more debug_prints in relation to bug 3049
blob
|
commitdiff
|
raw
|
diff to current
2014-09-11
Ricardo Mones
Add new quicksearch for header's content only
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Colin Leroy
Make INBOX case-insensitive (as RFC states), and add...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-16
Colin Leroy
Finish fixing bug #3212 (case where the folder exists...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-15
Colin Leroy
Don't bother renumbering messages before creating a...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-15
Colin Leroy
Cache files with a dot in front when a directory with...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-15
Colin Leroy
Fix creating a numeric directory when a message of...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Colin Leroy
More Coverity fixes
blob
|
commitdiff
|
raw
|
diff to current
2014-05-02
Colin Leroy
Fix leak
blob
|
commitdiff
|
raw
|
diff to current
2014-05-02
Colin Leroy
Fix wrong free, and fix useless g_slist_concat
blob
|
commitdiff
|
raw
|
diff to current
2014-05-01
Colin Leroy
fix format
blob
|
commitdiff
|
raw
|
diff to current
2014-05-01
Colin Leroy
More leak fix for bug #3155
blob
|
commitdiff
|
raw
|
diff to current
2014-05-01
Colin Leroy
Really fix leak (Thanks!)
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Colin Leroy
Fix invalid free
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Colin Leroy
Debug bug #2257
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Colin Leroy
Merge branch 'master' of ssh+git://git.claws-mail.org...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Colin Leroy
Fix most of the leaks referenced in bug #3155
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Colin Leroy
Fix bug #3145, "Memory corruption in imap_disconnect_all"
blob
|
commitdiff
|
raw
|
diff to current
2013-06-14
Colin Leroy
Implement a password get hooklist, allowing plugins to
blob
|
commitdiff
|
raw
|
diff to current
2013-04-27
Paul
fix some string inconsistencies
blob
|
commitdiff
|
raw
|
diff to current
2013-01-23
Colin Leroy
2013-01-23 [colin] 3.9.0cvs58
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Colin Leroy
2012-11-28 [colin] 3.9.0cvs27
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Colin Leroy
2012-11-28 [colin] 3.9.0cvs26
blob
|
commitdiff
|
raw
|
diff to current
2012-10-12
Ricardo Mones
2012-10-12 [mones] 3.8.1cvs98
blob
|
commitdiff
|
raw
|
diff to current
2012-10-04
Colin Leroy
2012-10-04 [colin] 3.8.1cvs84
blob
|
commitdiff
|
raw
|
diff to current
2012-09-28
Colin Leroy
2012-09-28 [colin] 3.8.1cvs81
blob
|
commitdiff
|
raw
|
diff to current
2012-09-27
Colin Leroy
2012-09-27 [colin] 3.8.1cvs80
blob
|
commitdiff
|
raw
|
diff to current
2012-09-26
Colin Leroy
2012-09-26 [colin] 3.8.1cvs74
blob
|
commitdiff
|
raw
|
diff to current
2012-09-21
Colin Leroy
2012-09-21 [colin] 3.8.1cvs68
blob
|
commitdiff
|
raw
|
diff to current
2012-09-19
Colin Leroy
2012-09-19 [colin] 3.8.1cvs61
blob
|
commitdiff
|
raw
|
diff to current
2012-09-13
Colin Leroy
2012-09-13 [colin] 3.8.1cvs55
blob
|
commitdiff
|
raw
|
diff to current
2012-09-12
Colin Leroy
2012-09-12 [colin] 3.8.1cvs52
blob
|
commitdiff
|
raw
|
diff to current
2012-08-16
Colin Leroy
2012-08-16 [colin] 3.8.1cvs33
blob
|
commitdiff
|
raw
|
diff to current
2012-07-07
Colin Leroy
2012-07-07 [colin] 3.8.1cvs7
blob
|
commitdiff
|
raw
|
diff to current
2012-05-27
Paul Mangan
2012-05-27 [paul] 3.8.0cvs48
blob
|
commitdiff
|
raw
|
diff to current
2011-07-05
Ricardo Mones
2011-07-05 [mones] 3.7.9cvs32
blob
|
commitdiff
|
raw
|
diff to current
2011-05-05
Colin Leroy
2011-05-05 [colin] 3.7.9cvs19
blob
|
commitdiff
|
raw
|
diff to current
2011-02-16
Paul Mangan
2011-02-16 [paul] 3.7.8cvs57
blob
|
commitdiff
|
raw
|
diff to current
2011-02-11
Ricardo Mones
2011-02-11 [mones] 3.7.8cvs53
blob
|
commitdiff
|
raw
|
diff to current
2010-10-03
Colin Leroy
2010-10-03 [colin] 3.7.6cvs53
blob
|
commitdiff
|
raw
|
diff to current
2010-04-22
Colin Leroy
2010-04-22 [colin] 3.7.5cvs49
blob
|
commitdiff
|
raw
|
diff to current
2010-02-20
Colin Leroy
2010-02-20 [colin] 3.7.5cvs22
blob
|
commitdiff
|
raw
|
diff to current
2009-11-25
Colin Leroy
2009-11-25 [colin] 3.7.3cvs21
blob
|
commitdiff
|
raw
|
diff to current
2009-07-14
Colin Leroy
2009-07-14 [colin] 3.7.2cvs8
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Colin Leroy
2009-03-30 [colin] 3.7.1cvs30
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Colin Leroy
2009-03-30 [colin] 3.7.1cvs29
blob
|
commitdiff
|
raw
|
diff to current
2009-03-27
Colin Leroy
2009-03-27 [colin] 3.7.1cvs27
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Colin Leroy
2009-03-02 [colin] 3.7.0cvs76
blob
|
commitdiff
|
raw
|
diff to current
2009-02-23
Colin Leroy
2009-02-23 [cleroy] 3.7.0cvs73
blob
|
commitdiff
|
raw
|
diff to current
2009-02-23
Colin Leroy
2009-02-23 [colin] 3.7.0cvs72
blob
|
commitdiff
|
raw
|
diff to current
2009-02-23
Colin Leroy
2009-02-23 [colin] 3.7.0cvs71
blob
|
commitdiff
|
raw
|
diff to current
2009-02-22
Colin Leroy
2009-02-22 [colin] 3.7.0cvs68
blob
|
commitdiff
|
raw
|
diff to current
2009-01-09
Paul Mangan
2009-01-09 [paul] 3.7.0cvs22
blob
|
commitdiff
|
raw
|
diff to current
2008-12-12
Paul Mangan
2008-12-12 [paul] 3.6.1cvs71
blob
|
commitdiff
|
raw
|
diff to current
2008-11-26
Colin Leroy
2008-11-26 [colin] 3.6.1cvs43
blob
|
commitdiff
|
raw
|
diff to current
2008-10-11
Colin Leroy
2008-10-11 [colin] 3.6.1cvs4
blob
|
commitdiff
|
raw
|
diff to current
2008-10-07
Colin Leroy
2008-10-07 [colin] 3.6.0cvs15
blob
|
commitdiff
|
raw
|
diff to current
next