aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Collapse)AuthorAgeFilesLines
* _( -> GT_(Eric S. Raymond2001-09-241-13/+13
| | | | svn path=/trunk/; revision=3478
* Typo fix.Eric S. Raymond2001-09-181-1/+1
| | | | svn path=/trunk/; revision=3464
* Caseblind capability checks.Eric S. Raymond2001-09-091-2/+7
| | | | svn path=/trunk/; revision=3456
* Security fix.Eric S. Raymond2001-08-041-3/+8
| | | | svn path=/trunk/; revision=3441
* Justin Guyett's fix.Eric S. Raymond2001-08-031-2/+17
| | | | svn path=/trunk/; revision=3436
* Backed out bad BAD and NO handling.Eric S. Raymond2001-08-011-4/+0
| | | | svn path=/trunk/; revision=3434
* Must solve that damn linking problem next.Eric S. Raymond2001-07-311-3/+9
| | | | svn path=/trunk/; revision=3426
* First round of ODMR fixes.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3372
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-1/+2
| | | | svn path=/trunk/; revision=3366
* Sunil Shetye's fix.Eric S. Raymond2001-05-221-1/+2
| | | | svn path=/trunk/; revision=3328
* Fix IMAP password shrouding.Eric S. Raymond2001-05-121-0/+1
| | | | svn path=/trunk/; revision=3306
* Nalin Dahyabai's changes.Eric S. Raymond2001-04-101-27/+68
| | | | svn path=/trunk/; revision=3290
* Nalin's GSSAPI post.Eric S. Raymond2001-03-221-2/+5
| | | | svn path=/trunk/; revision=3271
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-1/+2
| | | | svn path=/trunk/; revision=3252
* Nake methods invisible except through the driver's table.Eric S. Raymond2001-03-131-3/+3
| | | | svn path=/trunk/; revision=3249
* Handle checking correctly.Eric S. Raymond2001-03-071-1/+5
| | | | svn path=/trunk/; revision=3217
* Enable GSSAPI.Eric S. Raymond2001-03-071-1/+1
| | | | svn path=/trunk/; revision=3215
* Various minor screwups.Eric S. Raymond2001-03-041-1/+1
| | | | svn path=/trunk/; revision=3191
* Notify if we don't have a required capability.Eric S. Raymond2001-03-011-3/+17
| | | | svn path=/trunk/; revision=3169
* We can specify NTLM as an authentication type.Eric S. Raymond2001-02-271-4/+10
| | | | svn path=/trunk/; revision=3160
* Fixed NTLM to work again.Eric S. Raymond2001-02-271-2/+1
| | | | svn path=/trunk/; revision=3159
* Don't try to POP a read-only mailbox.Eric S. Raymond2001-02-191-1/+13
| | | | svn path=/trunk/; revision=3124
* preauth -> auth.Eric S. Raymond2001-02-191-6/+6
| | | | svn path=/trunk/; revision=3121
* Looks like we've got the new authentication logic done.Eric S. Raymond2001-02-121-52/+22
| | | | svn path=/trunk/; revision=3072
* Let's get rid of the old protocols with preauthentication bundled in.Eric S. Raymond2001-02-111-31/+29
| | | | svn path=/trunk/; revision=3071
* Authentication completely refactored.Eric S. Raymond2001-02-111-255/+0
| | | | svn path=/trunk/; revision=3067
* Refactored the Kerberos stuff.Eric S. Raymond2001-02-111-261/+1
| | | | svn path=/trunk/; revision=3066
* We can specify the authentication command now.Eric S. Raymond2001-02-111-1/+1
| | | | svn path=/trunk/; revision=3062
* Try to clean up SASL a bit.Eric S. Raymond2001-02-111-11/+4
| | | | svn path=/trunk/; revision=3058
* Better comment.Eric S. Raymond2001-02-111-0/+2
| | | | svn path=/trunk/; revision=3057
* First cut at ODMR support.Eric S. Raymond2001-02-071-128/+1
| | | | svn path=/trunk/; revision=3028
* Obvious bug fixes for 5.6.3.Eric S. Raymond2001-02-071-10/+10
| | | | svn path=/trunk/; revision=3022
* Ready to ship.Eric S. Raymond2000-11-111-2/+4
| | | | svn path=/trunk/; revision=2983
* Bug fixes and internationalization improvements.Eric S. Raymond2000-09-261-5/+5
| | | | svn path=/trunk/; revision=2967
* Horst von Brand's security and specfile patches.Eric S. Raymond2000-08-301-1/+1
| | | | svn path=/trunk/; revision=2956
* Try to do IDLE (if enabled) even when there are no messages.Eric S. Raymond2000-06-281-6/+16
| | | | svn path=/trunk/; revision=2916
* Typo fix.Eric S. Raymond2000-06-281-1/+1
| | | | svn path=/trunk/; revision=2907
* Fix half-fetch bug.Eric S. Raymond2000-04-161-1/+0
| | | | svn path=/trunk/; revision=2876
* Instrumentation to catch the re-poll bug.Eric S. Raymond2000-04-161-40/+46
| | | | svn path=/trunk/; revision=2874
* Minor updates.Eric S. Raymond2000-04-121-0/+6
| | | | svn path=/trunk/; revision=2872
* Preauth fix.Eric S. Raymond2000-04-081-11/+6
| | | | svn path=/trunk/; revision=2864
* speed improvement by usingh SEARCH UNSEEN.Eric S. Raymond2000-04-071-155/+70
| | | | svn path=/trunk/; revision=2863
* More SEARCH cleanup.Eric S. Raymond2000-04-041-46/+35
| | | | svn path=/trunk/; revision=2859
* Cosmetic cleanup.Eric S. Raymond2000-04-041-40/+24
| | | | svn path=/trunk/; revision=2855
* SEARCH UNSEEN code integrated but conditioned out.Eric S. Raymond2000-04-041-1/+146
| | | | svn path=/trunk/; revision=2854
* Another shot at making IDLE timeouts work.Eric S. Raymond2000-03-291-4/+5
| | | | svn path=/trunk/; revision=2847
* Eliminate the IDLING variable.Eric S. Raymond2000-03-291-5/+6
| | | | svn path=/trunk/; revision=2845
* Back out the InterChange workaround.Eric S. Raymond2000-03-241-5/+5
| | | | svn path=/trunk/; revision=2837
* Attempt to fix IDLE.Eric S. Raymond2000-03-211-1/+8
| | | | svn path=/trunk/; revision=2831
* Work around InterChange.Eric S. Raymond2000-03-211-0/+14
| | | | svn path=/trunk/; revision=2830