/net-p2p/napshare/

x : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* tedfast <fejj@ximian.com>Jeffrey Stedfast2001-10-051-0/+5
* Unregister the operation before unreffing it.Jeffrey Stedfast2001-10-051-0/+4
* Remove now unused 'recents' array/freeing func.32001-10-043-11/+17
* Dont explicitly save metadata, its saved in summary_sync.32001-10-046-50/+43
* Added MATCH_NEWLINE flag, -> REG_NEWLINE.32001-10-045-7/+25
* Call camel_folder_delete() on the folder if it's "alive".Jeffrey Stedfast2001-10-044-23/+83
* Strange are the ways of alloca. Fixes 11543.Dan Winship2001-10-032-1/+9
* remove unused variableJeffrey Stedfast2001-10-031-1/+0
* Import the certificate if the user accepts it.Jeffrey Stedfast2001-10-032-20/+16
* for hashing/comparing local url's, we ignore trailing /'s in paths (maybe22001-10-032-12/+99
* Change to camel_charset_iconv_open/close.22001-10-038-22/+207
* Revert my x-unknown special-case hack - this may mask other problems.Jeffrey Stedfast2001-10-033-8/+24
* Go back to using the store url's path, not the toplevel_dir thing.22001-10-033-4/+10
* Change the lock to a recursive e-mutex. (camel_object_hook_event):22001-10-032-136/+89
* Shoo! Shoo!Dan Winship2001-10-031-6/+0
* Remove any cached messages that belonged to the deleted folder.Jeffrey Stedfast2001-10-022-6/+63
* If the charset is x-unknown, return the locale_charset.Jeffrey Stedfast2001-10-022-1/+10
* Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-024-9/+32
* Don't munge the URL; CamelSession's caching relies on it not changing.Dan Winship2001-10-027-42/+49
* if STAT returns 0, don't bother sending UIDL. Speeds things up slightlyDan Winship2001-10-012-0/+14
* Add --no-secmem-warning and --no-greeting to the gpg command-line options.Jeffrey Stedfast2001-09-302-0/+20
* Same here.Jeffrey Stedfast2001-09-293-14/+34
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-299-7/+59
* Oops, a CamelFolder is not a CamelFolderClass.Jeffrey Stedfast2001-09-292-3/+11
* Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can getDan Winship2001-09-282-5/+12
* Grab the store's command_lock before grabbing the folder's cache_lock toDan Winship2001-09-282-2/+29
* Minor style change to operation_registered.Michael Zucci2001-09-281-6/+4
* Dont re-register the connect_op if we got it by calling72001-09-282-4/+12
* Fill the finalised data with nonsense, rather than 0's - more easily72001-09-283-28/+218
* CRLF decode the stream before parsing it into a MIME part. This fixes bugJeffrey Stedfast2001-09-283-3/+35
* Change "gboolean connected" to "CamelServiceConnectionStatus status",Dan Winship2001-09-278-29/+160
* If we get a search error, just abort, dont try and fall back and copy to62001-09-272-22/+63
* New function to convenience Larry ;-) (check_content_id): Oops, returnJeffrey Stedfast2001-09-272-4/+7
* fixed merge conflictsJeffrey Stedfast2001-09-271-1/+0
* New function to convenience Larry ;-)Jeffrey Stedfast2001-09-274-4/+64
* Emptied VeeStorePrivate, member wasn't used.62001-09-274-23/+38
* Fix Ettore's fix.Jeffrey Stedfast2001-09-272-6/+10
* No longer takes a remember argument. (pgp_sign): Only uncache theJeffrey Stedfast2001-09-263-24/+30
* [Patch for Automake 1.5 compatibility pointed out by RichardEttore Perazzoli2001-09-263-13/+12
* Only unref info if we got it.52001-09-262-4/+8
* Fix for !threads enabled not ccompiling. (camel_operation_ref): Assert52001-09-263-159/+166
* call SSL_read/write, looping on SSL_ERROR_WANT_READ/WRITE. I'm sureDan Winship2001-09-262-4/+41
* A "safe write" function that always writes out all data asked of it, till52001-09-262-31/+50
* Set the exception to FOLDER_INVALID rather than making out it worked. A42001-09-252-0/+12
* In the 'lose' case, free messages, not fetch_data twice!42001-09-252-1/+4
* If the type is encoded, get the fallback charset from the message42001-09-2512-140/+190
* fixed compile warningJeffrey Stedfast2001-09-241-3/+2
* Don't even try to alert the user if the session isn't interactive.Jeffrey Stedfast2001-09-243-27/+43
* Set the exception if create_folder isn't implemented.12001-09-222-0/+8
* Go back to not using camel_folder_info_build() here because this seems toJeffrey Stedfast2001-09-222-4/+18
* Force a refresh of vfolders before storing their count. This essentially12001-09-214-3/+101
* New function to just load the summary. Not much use yet, until unreadMichael Zucci2001-09-215-1/+96
* Setup unread count properly, and also setup the url properly.Michael Zucci2001-09-214-13/+36
* Build the path on the folderinfo.02001-09-2111-27/+73
* And finally here.Jeffrey Stedfast2001-09-217-27/+108
* Nuke debug warning.Dan Winship2001-09-212-2/+4
* Updated exception strings to be more clear.Jeffrey Stedfast2001-09-203-17/+23
* Oops, don't fail if `data' isn't a CamelService...cuz it's not supposed toJeffrey Stedfast2001-09-202-1/+7
* General cleanup of camel debug printfs.92001-09-1918-40/+76
* s/List-Owner/List-PostJeffrey Stedfast2001-09-191-1/+1
* Match mailing-list header List-Owner.Jeffrey Stedfast2001-09-192-0/+5
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-1924-146/+544
* Virtualize this.Dan Winship2001-09-195-6/+56
* Added korean charset conversion.Jeffrey Stedfast2001-09-192-0/+5
* Don't process the ImapResponse data, we don't want to block forever onJeffrey Stedfast2001-09-182-3/+20
* Don't process the ImapResponse data, we don't want to block forever onJeffrey Stedfast2001-09-182-8/+9
* Reverted previous changes.Jeffrey Stedfast2001-09-183-35/+4
* Helpful install-exec-hook debugging outputJP Rosevear2001-09-182-0/+8
* New function to get the URI of a folder. (get_uri): DefaultJeffrey Stedfast2001-09-173-1/+42
* New function, set the complete list of folders on a vfolder, all at once.42001-09-157-33/+326
* Use g_datalist_set_data_full so that the data will be free'd when we clearJeffrey Stedfast2001-09-153-4/+9
* Don't claim failure when reading/writing the empty string.Dan Winship2001-09-152-2/+8
* use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-152-27/+30
* Don't reuse the exception if it has already been set.Jeffrey Stedfast2001-09-145-15/+49
* Do error-checking based on function return values rather than exceptionsJeffrey Stedfast2001-09-142-7/+12
* Pass an exception to the cache. (imap_append_online): Same.Jeffrey Stedfast2001-09-144-33/+72
* Convert the charset to the iconv-friendly name.Jeffrey Stedfast2001-09-143-3/+30
* Return -1 on failure.Jeffrey Stedfast2001-09-142-3/+8
* free the source url in the nonfailure case.Larry Ewing2001-09-132-0/+6
* Change the 'not' virtual method from an immediate e-sexp function to a22001-09-133-3/+87
* Unref the message info.Jeffrey Stedfast2001-09-132-1/+9
* Pass in a hashtalbe used for finding visited nodes. (inode_hash):02001-09-112-26/+80
* Progress reporting while moving messages.02001-09-114-7/+56
* Get rid of the g_warning, we no longer really need that.Jeffrey Stedfast2001-09-112-3/+10
* Forgot to return the newly allocated msg.02001-09-102-0/+7