2016-03-19 |
Andrej Kacian | Removed a forgotten debug line. |
commit | commitdiff | tree |
2016-03-19 |
Andrej Kacian | Do not create password block when deleting a password... |
commit | commitdiff | tree |
2016-03-19 |
Andrej Kacian | Fix crash when unloading GData plugin when it's not... |
commit | commitdiff | tree |
2016-03-19 |
Andrej Kacian | Make GData plugin use the password store. |
commit | commitdiff | tree |
2016-03-19 |
Andrej Kacian | Update manual regarding new show/hide menu shortcut. |
commit | commitdiff | tree |
2016-03-19 |
Andrej Kacian | Change default show/hide shortcut to Ctrl+F12. |
commit | commitdiff | tree |
2016-03-14 |
Andrej Kacian | Use account ID instead of name in passwordstorerc. |
commit | commitdiff | tree |
2016-03-14 |
Charles Lehner | Migrate managesieve to passwordstore |
commit | commitdiff | tree |
2016-03-03 |
Andrej Kacian | "Master password" is now called "master passphrase". |
commit | commitdiff | tree |
2016-03-02 |
Andrej Kacian | Make POP3 use password store too. |
commit | commitdiff | tree |
2016-03-02 |
Andrej Kacian | Fix previous fix ;-) |
commit | commitdiff | tree |
2016-03-02 |
Andrej Kacian | Fix a Coverity warning caused by previous commits. |
commit | commitdiff | tree |
2016-03-01 |
Andrej Kacian | Fix SMTP password use with password store. |
commit | commitdiff | tree |
2016-03-01 |
Andrej Kacian | Make accounts use new password store for their passwords. |
commit | commitdiff | tree |
2016-03-01 |
Andrej Kacian | Implement a password store. |
commit | commitdiff | tree |
2016-03-01 |
Andrej Kacian | Upon master password change, ask for old password immed... |
commit | commitdiff | tree |
2016-02-25 |
Paul | fix typos in function name |
commit | commitdiff | tree |
2016-02-24 |
Paul | remove the whole unncessary if block, completing the... |
commit | commitdiff | tree |
2016-02-24 |
Paul | remove spurious single quotes in mailcap_get_command_in... |
commit | commitdiff | tree |
2016-02-24 |
Paul | add missing include |
commit | commitdiff | tree |
2016-02-20 |
Andrej Kacian | Add warning about missing LOGIN SASL plugin for IMAP. |
commit | commitdiff | tree |
2016-02-20 |
Paul | prevent always selecting html part in multipart/alternative |
commit | commitdiff | tree |
2016-02-19 |
Andrej Kacian | Made the gnutls password encryption work on Win32. |
commit | commitdiff | tree |
2016-02-19 |
Andrej Kacian | Revert "Made the gnutls password encryption work on... |
commit | commitdiff | tree |
2016-02-19 |
Andrej Kacian | Made the gnutls password encryption work on Win32. |
commit | commitdiff | tree |
2016-02-19 |
Andrej Kacian | Fix a compile error on Win32. |
commit | commitdiff | tree |
2016-02-19 |
Ricardo Mones | Add scroll to SSL certificates list |
commit | commitdiff | tree |
2016-02-19 |
Ricardo Mones | Fix leak on error and error reporting |
commit | commitdiff | tree |
2016-02-19 |
Ricardo Mones | Fix a couple of typos |
commit | commitdiff | tree |
2016-02-19 |
Ricardo Mones | Fix bug #2604: Add support for -geometry |
commit | commitdiff | tree |
2016-02-19 |
Ricardo Mones | Fix bug #3578: Strings around MAILIMAP_ERROR… |
commit | commitdiff | tree |
2016-02-19 |
Ricardo Mones | Fix bug #3581: sys:1: Warning: Source ID # was… |
commit | commitdiff | tree |
2016-02-19 |
Ricardo Mones | Fix bug #3028: Claws doesn't select html part if attach... |
commit | commitdiff | tree |
2016-02-19 |
Andrej Kacian | Implement real LOGIN auth method for IMAP. |
commit | commitdiff | tree |
2016-02-19 |
Andrej Kacian | Enable SASL PLAIN auth mechanism for IMAP accounts. |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | Add a plugin method to allow updating stored passwords... |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | Actually encrypt passwords before storing them |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | Require new password API |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | SpamReport: use new password API |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | GData: use new password API. Completely untested as... |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | Forgot to memset. We should add an helper function... |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | vCalendar: Use new password API |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | Fix another g_log warning |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | Fix indentation, sorry |
commit | commitdiff | tree |
2016-02-11 |
Colin Leroy | Fix a leak and g_log() in case of null passwords |
commit | commitdiff | tree |
2016-02-10 |
Andrej Kacian | Fix two crashes in IMAP introduced by the passwords... |
commit | commitdiff | tree |
2016-02-10 |
Andrej Kacian | Fix inputdialog modality and focus issue. |
commit | commitdiff | tree |
2016-02-10 |
Andrej Kacian | Another logic fix for handling master password change... |
commit | commitdiff | tree |
2016-02-10 |
Andrej Kacian | Fix a logic error in handling results of master passwor... |
commit | commitdiff | tree |
2016-02-10 |
Andrej Kacian | Fix a segfault caused by freeing a string on incorrect... |
commit | commitdiff | tree |
2016-02-09 |
Andrej Kacian | Addendum to 503cb50 (Fix build with --with-password... |
commit | commitdiff | tree |
2016-02-08 |
Michael Rasmussen | Add help text and change text of second label |
commit | commitdiff | tree |
2016-02-08 |
Andrej Kacian | Improved master password change dialog a bit. |
commit | commitdiff | tree |
2016-02-08 |
Andrej Kacian | Revert "Fix a teensy weensy memory leak in Action confi... |
commit | commitdiff | tree |
2016-02-08 |
Andrej Kacian | Fix a teensy weensy memory leak in Action configuration... |
commit | commitdiff | tree |
2016-02-08 |
Andrej Kacian | Fix a possible use-after-free for ContactData pointers... |
commit | commitdiff | tree |
2016-02-08 |
Andrej Kacian | Real fix for #3598. We were zeroing out wrong pointer. |
commit | commitdiff | tree |
2016-02-08 |
Andrej Kacian | Make procmime_mimeinfo_free_all() zero the passed pointer. |
commit | commitdiff | tree |
2016-02-08 |
Andrej Kacian | Fix build with --with-password-encryption=old |
commit | commitdiff | tree |
2016-02-07 |
Andrej Kacian | Added "Forget master password" mainwindow menu entry. |
commit | commitdiff | tree |
2016-02-07 |
Andrej Kacian | Forget entered master password before trying to change it. |
commit | commitdiff | tree |
2016-02-06 |
Ricardo Mones | Fix segfault when account password is not saved… |
commit | commitdiff | tree |
2016-02-05 |
Andrej Kacian | Fix a null pointer dereference introduced by 54adfb4. |
commit | commitdiff | tree |
2016-02-04 |
Andrej Kacian | Added password_encryption.txt to docs/src. |
commit | commitdiff | tree |
2016-02-04 |
Andrej Kacian | Rewritten account passwords handling. |
commit | commitdiff | tree |
2016-02-03 |
Andrej Kacian | Removed simple-gettext.c, as it is not being used at... |
commit | commitdiff | tree |
2016-02-02 |
Paul | fix Compose account selection when imap folder is selected |
commit | commitdiff | tree |
2016-01-29 |
Paul | automatically use external editor on fwd-as-attachment... |
commit | commitdiff | tree |
2016-01-28 |
Andrej Kacian | Remove the outer scrollbar from header area. |
commit | commitdiff | tree |
2016-01-27 |
Andrej Kacian | Fix superfluous semicolons from 543c7d3. |
commit | commitdiff | tree |
2016-01-27 |
Andrej Kacian | RSSyl: Handle XHTML content correctly for Atom feeds. |
commit | commitdiff | tree |
2016-01-24 |
Colin Leroy | Fix unused variable warning |
commit | commitdiff | tree |
2016-01-23 |
Andrej Kacian | MH class now should not change working directory anymore. |
commit | commitdiff | tree |
2016-01-23 |
Andrej Kacian | Zero out few forgotten pointers in procmsg_msginfo_free(). |
commit | commitdiff | tree |
2016-01-23 |
Andrej Kacian | Make procmsg_msginfo_free() zero out pointers to freed... |
commit | commitdiff | tree |
2016-01-21 |
Andrej Kacian | Fix for fc42499 - really set correct rcdir on Win32. |
commit | commitdiff | tree |
2016-01-19 |
Andrej Kacian | Fix typo in handling feed name ending with a period... |
commit | commitdiff | tree |
2016-01-19 |
Paul | for release 3.13.2 3.13.2 |
commit | commitdiff | tree |
2016-01-19 |
Paul | more removing of space before colon |
commit | commitdiff | tree |
2016-01-19 |
Paul | update copyright year |
commit | commitdiff | tree |
2016-01-19 |
Paul | remove space in front of colon |
commit | commitdiff | tree |
2016-01-19 |
Paul | update transaltion files |
commit | commitdiff | tree |
2016-01-17 |
Andrej Kacian | Delete prototypes for non-existent prefs_write_close*(). |
commit | commitdiff | tree |
2016-01-17 |
Paul | fix CVE-2015-8708, bug 3557, 'Remotely exploitable... |
commit | commitdiff | tree |
2016-01-03 |
Andrej Kacian | Use a different default CFG_RC_DIR for Windows platform. |
commit | commitdiff | tree |
2016-01-03 |
Andrej Kacian | Add missing symbol to vcalendar claws.def file. |
commit | commitdiff | tree |
2015-12-28 |
Paul | fix bug 2358, '"Disposition-Notification-To:" should... |
commit | commitdiff | tree |
2015-12-23 |
Paul | add Charles to the man page |
commit | commitdiff | tree |
2015-12-23 |
Paul | remove space in front of colon |
commit | commitdiff | tree |
2015-12-22 |
Paul | fix bug 3584, 'After 3.13.1, characters in some Japanes... |
commit | commitdiff | tree |
2015-12-22 |
Paul | comment out the paragraphs which no longer apply |
commit | commitdiff | tree |
2015-12-22 |
Paul | late, post-release pt_BR.po update |
commit | commitdiff | tree |
2015-12-20 |
Paul | remove reference to freshmeat_search.pl 3.13.1 |
commit | commitdiff | tree |
2015-12-20 |
Paul | for release 3.13.1 |
commit | commitdiff | tree |
2015-12-20 |
Paul | lt.po updated |
commit | commitdiff | tree |
2015-12-20 |
Paul | remove reference to freshmeat_search.pl |
commit | commitdiff | tree |
2015-12-20 |
Paul | changed "Claws Mail-w322 to "Claws Mail for Windows" |
commit | commitdiff | tree |
2015-12-20 |
Paul | update documentation team |
commit | commitdiff | tree |
2015-12-20 |
Paul | update translation team |
commit | commitdiff | tree |
2015-12-20 |
Paul | freshmeat.net does not exist anymore, so this script... |
commit | commitdiff | tree |
next |