/russian/

ass='commitgraph'>* Changed header formatted table to contain a pointer to an output function,Not Zed2002-02-272-10/+102 * Allow all multiparts that contain message/rfc822 attachments.Jeffrey Stedfast2002-02-262-6/+21 * Set the 'name' parameter on the Content-Type too. Fixes bug #20779.Jeffrey Stedfast2002-02-232-0/+11 * Pass --always-trust to gpg (requested by users). (pgp_clearsign): Same.Jeffrey Stedfast2002-02-153-2/+11 * Ximian is spelled Ximian, not Ximain. :-)Jeffrey Stedfast2002-02-154-4/+4 * Since the AUTH token sometimes uses '=' instead of whitespace, don't useJeffrey Stedfast2002-02-132-1/+8 * Duh, when we grab the apop stamp it needs to include the <> as well, INot Zed2002-02-093-4/+14 * Removed some <<< stuff i missed.Michael Zucci2002-02-081-1/+0 * The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-0813-21/+538 * Implementation of NTLM (aka "Secure Password Authentication") auth, takenDan Winship2002-02-086-1/+787 * Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be usingJeffrey Stedfast2002-02-073-2/+5 * Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-052-1/+2 * Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-057-108/+132 * Added. New stream for HTTP requests (currently supported are GET andJeffrey Stedfast2002-02-053-0/+530 * Call set_errno appropriately.Jeffrey Stedfast2002-02-052-3/+17 * Oops, this was converting foo@[blah] to foo@[ blah ], fixed.Not Zed2002-01-312-2/+7 * Use "pop" instead of "pop3" so current configurations continue to work.Jeffrey Stedfast2002-01-312-1/+6 * Changed name from "NT Login" to simply "Login".Not Zed2002-01-3014-671/+1645 * Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-302-1/+11 * Handle Resent headers too.Jeffrey Stedfast2002-01-293-5/+14 * Added Resent-* #defines.Jeffrey Stedfast2002-01-292-0/+6 * Use while (node->next) instead of while (node)Jeffrey Stedfast2002-01-292-1/+4 * New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-293-97/+142 * Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-294-73/+171 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-18/+10 * Remove some old cruft.Ettore Perazzoli2002-01-252-16/+4 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-258-8/+17 * Call the beep callback function.Jeffrey Stedfast2002-01-253-6/+31 * New function to remove a filter rule by name.Jeffrey Stedfast2002-01-233-1/+30 * As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-228-47/+84 * New function to decode an IMAP mailbox name from modified UTF-7 encodingJeffrey Stedfast2002-01-193-1/+274 * Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. SetJeffrey Stedfast2002-01-185-73/+93 * If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-174-0/+23 * Fixed slight logic error to find the uuencode begin line. Fixes bugJeffrey Stedfast2002-01-172-1/+7 * Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-165-16/+36 * Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT.Jeffrey Stedfast2002-01-162-28/+56 * Updated to use the new imap_uid_array_to_set() interface.Jeffrey Stedfast2002-01-154-110/+188 * Rewritten to use a cache for body searches when online. Will need someNot Zed2002-01-148-111/+1480 * Kludge around a bug in Exchange 5.5 that reports 2 messages with the sameJeffrey Stedfast2002-01-122-2/+30 * If PATH_MAX doesn't exist, use _POSIX_PATH_MAX.Jeffrey Stedfast2002-01-112-0/+11 * If mi is NULL, don't bother updating it. Should fix bug #17694.Jeffrey Stedfast2002-01-112-0/+10 * #include camel-mime-filter-tohtml.hJeffrey Stedfast2002-01-112-0/+3 * Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting ourJeffrey Stedfast2002-01-112-19/+43 * fixed changelogJeffrey Stedfast2002-01-101-4/+5 * If the mbox file is a symlink, follow the symlink and get the One TrueJeffrey Stedfast2002-01-105-46/+206 * Flush the only-once actions.Jeffrey Stedfast2002-01-084-29/+155 * Moved windows-1251 to the end of the list since it contains the euro andJeffrey Stedfast2002-01-083-98/+214 * Don't try setting a content-type parameter if either the name or value isJeffrey Stedfast2002-01-053-3/+16 * applied a update patchJeffrey Stedfast2002-01-031-14/+5 * so my guess is that mutt probably doesn't compile since we don't compile usin...Jeffrey Stedfast2002-01-031-6/+10 * Do more like what mutt does so hopefully this'll fix bug #16363 andJeffrey Stedfast2002-01-032-25/+46 * Completely rewritten. It is now a load faster and a heck of a lot moreJeffrey Stedfast2001-12-224-243/+449 * Change the prototype for camel_address_get_type to return a CamelTypeJeffrey Stedfast2001-12-217-59/+83 * install in the right directory. (accidentally didn't commit these before)Dan Winship2001-12-202-9/+4 * revert my "simplification" of the last commit, it was broken - I must have be...Jeffrey Stedfast2001-12-191-4/+13 * New function to map ISO charsets to the Windows charsets.Jeffrey Stedfast2001-12-184-31/+127 * only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-18