/net/tcptrace/

/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_2_2_4'.GAL_2_2_4nobody2004-11-0312-2610/+0
* Do the same SSL->TLS and TLS->CLEAR fallbacks that the 2.0 (and older)Jeffrey Stedfast2004-11-021-1/+4
* kill cast as lvalue warning.Not Zed2004-10-131-8/+19
* Instead of doing a host-lookup ourselves, get it passed in to us as anJeffrey Stedfast2004-09-281-102/+59
* ** See bug #63521.Not Zed2004-09-271-1/+1
* ** See bug #47821.Not Zed2004-09-241-22/+29
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-204-5/+7
* ** See bug #61761.Not Zed2004-07-231-2/+21
* Error out and set an exception if camel_pop3_engine_new() returns NULLJeffrey Stedfast2004-06-252-30/+53
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-2/+2
* re-arrange the code so exception debug will print the expandedNot Zed2004-05-211-1/+1
* Fixes for api changes.Not Zed2004-02-191-2/+2
* changed to return a boolean to indicate if the flags were actually changedNot Zed2004-02-061-4/+13
* changed order around, first try to delete and only remove from the objectNot Zed2004-02-041-9/+0
* Same as below.Jeffrey Stedfast2004-02-011-3/+3
* ** See bug #52817.Not Zed2004-01-201-2/+6
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-071-2/+1
* Fixes bug #35083Jeffrey Stedfast2003-10-291-4/+14
* ** See bug #41610Not Zed2003-09-231-1/+2
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-191-1/+1
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-4/+4
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-4/+4
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-271-3/+3
* Namespaced.Jeffrey Stedfast2003-08-261-1/+1
* Various fixes to make it work.Not Zed2003-08-191-2/+2
* #include camel-file-utils.h for camel_read()Dan Winship2003-07-231-1/+1
* Made static (to match the prototype).Jeffrey Stedfast2003-06-191-2/+2
* Fix for bug #40788.Jeffrey Stedfast2003-06-144-21/+38
* Turn off debugging.Jeffrey Stedfast2003-06-021-3/+3
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-171-2/+2
* If store->engine->line is NULL, use _("Unknown error") as the error stringJeffrey Stedfast2003-04-091-4/+6
* Same as IMAP and POP.Jeffrey Stedfast2003-03-011-4/+7
* Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-251-3/+6
* New function...back from the depths of hell from whence it cameJeffrey Stedfast2003-02-252-2/+19
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-151-19/+19
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-061-2/+1
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-231-1/+1
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-1/+2
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-113-9/+17
* Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-231-25/+30
* fix non-ANSI switch statement.Dan Winship2002-09-231-0/+1
* Add messageinfo to id table, and store array index in messageinfo too.Not Zed2002-08-062-82/+58
* Got rid of the stupid "tryagain" semantics, which didn't work.Not Zed2002-07-171-31/+32
* Change all exceptions to report which POP server failed (and tried to makeJeffrey Stedfast2002-07-051-21/+25
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-281-0/+3
* camel_pop3_engine_iterate doesn't return the state, it returns -1 on fail,Jeffrey Stedfast2002-05-081-7/+7
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-072-2/+2
* If the pop3 command status is -1, then we probably have a TCP error (?) soJeffrey Stedfast2002-05-072-15/+22
* Free the LIST pop3 command.Jeffrey Stedfast2002-04-201-2/+4
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-041-1/+0
* Temporarily disable indexing.Not Zed2002-04-021-3/+13
* Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-021-2/+1
* No longer takes a stls_supported argument since we no longer need it withJeffrey Stedfast2002-03-191-16/+9
* reverted my USER/PASS quoting fixJeffrey Stedfast2002-03-141-2/+2
* Quote the USER and PASS arguments since some people have spaces in theirJeffrey Stedfast2002-03-141-2/+2
* oops, musta backspaced over a brace?Jeffrey Stedfast2002-03-121-1/+1
* These fixes should fix bug #21737.Jeffrey Stedfast2002-03-121-11/+12
* Rename the OpenSSL implementation of things to match the NSSDan Winship2002-03-111-28/+11
* Don't call camel_remote_store_get_authtypes since we no longer subclassJeffrey Stedfast2002-03-095-49/+271
* Duh, when we grab the apop stamp it needs to include the <> as well, INot Zed2002-02-092-4/+4
* Use "pop" instead of "pop3" so current configurations continue to work.Jeffrey Stedfast2002-01-311-1/+1
* Changed name from "NT Login" to simply "Login".Not Zed2002-01-3010-666/+1608
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-4/+2
* Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-011-24/+21
* Fixing the license text.Ettore Perazzoli2001-10-285-5/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-275-10/+10
* Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko82001-10-191-0/+1
* replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-091-14/+1
* if STAT returns 0, don't bother sending UIDL. Speeds things up slightlyDan Winship2001-10-011-0/+7
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-291-1/+3
* Fix this to always set an exception if it returns POP3_FAIL, asDan Winship2001-09-072-6/+8
* Set an exception on POP3_FAIL as well.Jeffrey Stedfast2001-09-071-3/+5
* #ifdef out the "delete after N days" option in pop3_conf_entries, since itDan Winship2001-09-071-0/+2
* Add progress reporting to deleting messages. Dont change the calculationNot Zed2001-08-291-2/+9
* Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-281-9/+8
* oops, don't need that extra statementJeffrey Stedfast2001-08-231-3/+0
* Oops. Fixed a mis-use of GPtrArray. If we set_size, then usingJeffrey Stedfast2001-08-231-2/+4
* Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): DisableJeffrey Stedfast2001-08-221-3/+3
* Make sure the generated UID is non-NULL before appending it to the arrayJeffrey Stedfast2001-08-201-5/+2
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-111-3/+4
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-112-8/+8
* Modify to take a headers_only argument which will then only fetch messageJeffrey Stedfast2001-08-071-9/+7
* New internal function to get a message stream by message sequence id (soJeffrey Stedfast2001-08-071-68/+119
* Don't strstr for noselect=yes, that's just plain broken.Jeffrey Stedfast2001-08-071-14/+13
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-235-10/+10
* Rescue the KPOP code from bit rot.Dan Winship2001-05-021-23/+16
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-6/+4
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-1/+1
* Free base_url and storage_path.Dan Winship2001-04-192-5/+29
*