| 19 | | /* Base64 handling elsewhere in mutt should be modified to call these |
| 20 | | * routines. These routines were written because IMAP's AUTHENTICATE |
| 21 | | * protocol required them, and base64 handling elsewhere wasn't |
| 22 | | * sufficiently generic. */ |
| | 21 | /* |
| | 22 | * Base64 handling elsewhere in mutt should be modified to call |
| | 23 | * these routines. These routines were written because IMAP's |
| | 24 | * AUTHENTICATE protocol required them, and base64 handling |
| | 25 | * elsewhere wasn't sufficiently generic. |
| | 26 | * |
| | 27 | */ |
| 24 | | /* This code is heavily modified from fetchmail (also GPL'd, of course) */ |
| | 29 | /* |
| | 30 | * This code is heavily modified from fetchmail (also GPL'd, of |
| | 31 | * course) by Brendan Cully <brendan@kublai.com>. |
| | 32 | * |
| | 33 | * Original copyright notice: |
| | 34 | * |
| | 35 | * The code in the fetchmail distribution is Copyright 1997 by Eric |
| | 36 | * S. Raymond. Portions are also copyrighted by Carl Harris, 1993 |
| | 37 | * and 1995. Copyright retained for the purpose of protecting free |
| | 38 | * redistribution of source. |
| | 39 | * |
| | 40 | */ |