aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make IMAP preauth work.Eric S. Raymond2000-03-131-0/+1
| | | | svn path=/trunk/; revision=2816
* Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-3/+31
| | | | svn path=/trunk/; revision=2790
* Handle IMAP folder names with embedded spaces.Eric S. Raymond2000-02-141-4/+3
| | | | svn path=/trunk/; revision=2746
* Handle NO response to getsizes.Eric S. Raymond2000-02-121-1/+30
| | | | svn path=/trunk/; revision=2740
* LinuxWorld hacks.Eric S. Raymond2000-02-051-1/+5
| | | | svn path=/trunk/; revision=2729
* drive.c now tracks stage.Eric S. Raymond2000-01-171-18/+1
| | | | svn path=/trunk/; revision=2712
* Better authentication-failure handling.Eric S. Raymond2000-01-161-2/+24
| | | | svn path=/trunk/; revision=2711
* Jorge Godoy's translation fixes.Eric S. Raymond1999-12-271-1/+1
| | | | svn path=/trunk/; revision=2691
* Interpret IMAP PREAUTH tag correctly (from Joerg Dorchain).Eric S. Raymond1999-12-201-0/+2
| | | | svn path=/trunk/; revision=2668
* Ready to send this to Mike.Eric S. Raymond1999-11-061-17/+20
| | | | svn path=/trunk/; revision=2649
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-0/+2
| | | | svn path=/trunk/; revision=2643
* Backed oup username quoting.Eric S. Raymond1999-10-261-13/+3
| | | | svn path=/trunk/; revision=2641
* Almost ready to ship.Eric S. Raymond1999-10-261-3/+6
| | | | svn path=/trunk/; revision=2640
* Workaround.Eric S. Raymond1999-10-261-7/+16
| | | | svn path=/trunk/; revision=2638
* -Wall changes.Eric S. Raymond1999-09-291-2/+2
| | | | svn path=/trunk/; revision=2626
* Canonicalize both name and password.Eric S. Raymond1999-09-231-7/+13
| | | | svn path=/trunk/; revision=2588
* Workaround for GroupWise.Eric S. Raymond1999-09-231-2/+6
| | | | svn path=/trunk/; revision=2586
* Correct bad comments.Eric S. Raymond1999-09-231-1/+1
| | | | svn path=/trunk/; revision=2584
* Added Todd Sabin's new protocol options.Eric S. Raymond1999-09-221-5/+14
| | | | svn path=/trunk/; revision=2571
* Add comment.Eric S. Raymond1999-09-201-0/+8
| | | | svn path=/trunk/; revision=2566
* Minor fixes.Eric S. Raymond1999-09-161-2/+4
| | | | svn path=/trunk/; revision=2563
* NTLM support integrated.Eric S. Raymond1999-09-141-1/+93
| | | | svn path=/trunk/; revision=2554
* Code changes needed for next release.Eric S. Raymond1999-09-111-7/+8
| | | | svn path=/trunk/; revision=2552
* Todd Sabin's patch to allow spaces in remotenames.Eric S. Raymond1999-08-281-1/+1
| | | | svn path=/trunk/; revision=2550
* Kevin Turner's bugfix.Eric S. Raymond1999-08-021-7/+12
| | | | svn path=/trunk/; revision=2534
* Heimdal GSSAPI patches.Eric S. Raymond1999-08-021-4/+26
| | | | svn path=/trunk/; revision=2533
* Simplify the expunge logic.Eric S. Raymond1999-06-261-2/+2
| | | | svn path=/trunk/; revision=2512
* Also expunge on re-poll when expunge period is zero.Eric S. Raymond1999-06-261-2/+4
| | | | svn path=/trunk/; revision=2511
* Fix Chris Evert's bug.Eric S. Raymond1999-06-261-9/+9
| | | | svn path=/trunk/; revision=2510
* Support imapd PREAUTH response.Eric S. Raymond1999-06-261-2/+12
| | | | svn path=/trunk/; revision=2509