aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of this - we don't need it.Jeffrey Stedfast2001-05-141-1/+0
* add protoJP Rosevear2001-05-121-0/+2
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-1/+18
* Importer changesIain Holmes2001-05-091-0/+2
* Updated for changes to PGP code.Jeffrey Stedfast2001-04-131-3/+0
* Executive summary and Trash now have nice icons both in tree/folder title andGediminas Paulauskas2001-04-041-1/+1
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-1/+1
* If the EvolutionShellComponent emits a "debug" signal, turn onDan Winship2001-03-311-0/+10
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-2/+3
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-8/+10
* undo a boolean boobooDan Winship2001-03-271-1/+2
* Simplify a bit using camel_session_get_provider.Dan Winship2001-03-261-23/+30
* Fix a bug in this that probably would have been noticed sooner if ETreeDan Winship2001-03-261-1/+1
* Call unref_standard_folders() here instead.Jeffrey Stedfast2001-03-201-2/+2
* unref the standard folders. (owner_set_cb): Use g_atexit() to callJeffrey Stedfast2001-03-191-0/+13
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+3
* Add "vtrash" as a folder type we support. (create_view): Kludgy-kludgeJeffrey Stedfast2001-03-091-3/+3
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-1/+2
* Re-add the mail_vtrash_create() hack back in for LocalStores since there'sJeffrey Stedfast2001-02-271-0/+3
* No longer need to construct the vTrash here. (owner_set_cb): Don't makeJeffrey Stedfast2001-02-251-6/+0
* No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-241-3/+3
* New stuff for the importer to create a new folderIain Holmes2001-02-231-2/+2
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-231-1/+1
* Fix for api changes to append_mail.Not Zed2001-02-211-1/+0
* Create vTrash folders for all remote stores as well.Jeffrey Stedfast2001-02-201-0/+3
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-4/+2
* Reverse the changes I made yesterday.Jeffrey Stedfast2001-02-171-1/+5
* Have the mail-config and openpgp initialize here instead.Jeffrey Stedfast2001-02-161-3/+0
* Use mail_storage_create_folderJeffrey Stedfast2001-02-161-11/+4
* Connect to the "create_folder" signal on the storage.Dan Winship2001-02-151-0/+54
* Setup the Trash folder.Jeffrey Stedfast2001-02-151-10/+17
* only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-091-0/+3
* (Fixing an old FIXME)Jason Leach2001-01-261-12/+2
* Neater importer stuff.Iain Holmes2001-01-261-0/+4
* Function to add a store/storage mapping. (add_storage): Use it.Dan Winship2001-01-231-2/+8
* remove a warning with conditional news compilation.Not Zed2001-01-221-1/+5
* Initialize OpenPGP.Jeffrey Stedfast2001-01-221-1/+4
* only load the news storage if ENABLE_NNTP.Chris Toshok2001-01-171-0/+2
* Now takes a 'is_account_data' variable to specify whether the sources is aJeffrey Stedfast2001-01-131-29/+41
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-131-3/+7
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-6/+9
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-9/+6
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-6/+9
* Removed old implementation.Not Zed2001-01-041-4/+42
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-5/+15
* Detect created and deleted vfolders.Iain Holmes2000-12-221-0/+2
* Added a cast.Christopher James Lahey2000-12-131-1/+1
* New function to tell the code that it's ok (or not) to interact with theDan Winship2000-12-121-0/+2
* Deal with "mailstorage" type views (top-level mail storages) by trying toDan Winship2000-12-121-6/+28
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-091-1/+1
* Fix up shutdown so that things that should be destroyed getDan Winship2000-12-071-76/+36
* Update the calls to `evolution_storage_new()' according to the newEttore Perazzoli2000-12-051-1/+1
* return NULL if we can't create a view.Michael Meeks2000-12-051-2/+2
* Unref the store regardless of whether or not we're using it, so we don'tDan Winship2000-12-021-1/+2
* Wait until after setting up the local storage to find theDan Winship2000-11-291-6/+6
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-11/+14
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-5/+5
* First draft of folder tree unread message indication for /localDan Winship2000-11-071-2/+2
* Added new header files.Jeffrey Stedfast2000-11-041-1/+2
* Make "Get Mail" even more functional on IMAP (scans all folders),Dan Winship2000-11-021-69/+64
* Summary is back in :DIain Holmes2000-10-261-10/+3
* lots of i18n fixesDan Winship2000-10-241-2/+2
* Disable the executive-summaryIain Holmes2000-10-121-2/+11
* add a ref to input->storage here so that the ref/unref pattern moreChris Toshok2000-10-111-1/+34
* Fix the locking up of the mail by only calling camel functions from theIain Holmes2000-10-071-8/+0
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-4/+11
* Add the stuff to make evolution-mail a summary providing component. :)Iain Holmes2000-10-051-1/+22
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Cool Hack of the Day: right-click menu item to autodetect what mailingEttore Perazzoli2000-09-121-1/+1
* Added a simple LocalStorage manager module so that we can hook upEttore Perazzoli2000-09-121-0/+3
* Pass a storage dir to camel_session_new now.Dan Winship2000-09-081-1/+2
* Re-rename "Sent".Dan Winship2000-09-061-1/+1
* Replace mail_do_setup_draftbox, mail_do_setup_outbox, andDan Winship2000-09-061-4/+7
* New convenience function to load the Outbox folderJeffrey Stedfast2000-09-021-0/+4
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-311-72/+12
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-251-72/+148
* Get the mail component to use the new Evolution::ShellView interface.Ettore Perazzoli2000-08-131-0/+1
* Updated to reflect changes to mail_do_scan_subfoldersJeffrey Stedfast2000-08-131-13/+13
* Take the source as a command-line argument rather than fetching it fromDan Winship2000-08-131-17/+17
* Check nrow, not srow.JP Rosevear2000-08-121-13/+7
* Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-111-6/+4
* Merge with camel-async.Peter Williams2000-08-111-164/+13
* New function to replace real_create_imap_storage andJeffrey Stedfast2000-08-081-102/+27
* s/strncasecmp/g_strncasecmpJeffrey Stedfast2000-08-081-2/+2
* Create a global reference to the Drafts mbox folder for the Composer toJeffrey Stedfast2000-08-071-3/+21
* only whack the sig in if the file exists.Michael Meeks2000-08-041-1/+21
* Fixed some warnings.Christopher James Lahey2000-08-011-1/+1
* Remove hack to pass the storage around.Not Zed2000-07-301-72/+5
* New function to create composer with sig file set.JP Rosevear2000-07-291-8/+16
* Update for CamelFolder API changes. (Certain functions no longer take aDan Winship2000-07-251-2/+2
* Remove GOAD support.Dan Winship2000-07-251-4/+0
* Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-211-0/+1
* Initial code to support IMAP folders that don't use "/" as a directoryJeffrey Stedfast2000-07-171-19/+32
* kill more debugging messagesDan Winship2000-07-111-3/+0
* Fix syncing of the mailbox on exit so that it's done on destruction ofEttore Perazzoli2000-07-111-15/+0
* Get rid of a compiler warning.Ettore Perazzoli2000-07-041-1/+5
* Fix filter_driver_new invocation.Dan Winship2000-07-031-1/+1
* Pass mail_uri_to_folder and rules to filter_driver_new.Dan Winship2000-07-031-2/+1
* Fix to work with new EvolutionShellClientPeter Williams2000-07-011-6/+10
* Fix stupid typos and add a missing prototype.Ettore Perazzoli2000-06-301-2/+2
* EvolutionShellClient.Ettore Perazzoli2000-06-301-5/+9
* remove some code incorrectly copied and pasted from create_vfolder_storageDan Winship2000-06-301-6/+0
* Refuse to create folders not of type "mail", and correctly create an emptyDan Winship2000-06-291-4/+26
* Put in a gross hack to export the shell reference elsewhere.Michael Zucchi2000-06-271-0/+5
* Make the broken threads optionalPeter Williams2000-06-271-4/+28
* Land most of the stuff to move fetch_mail, send_mail, expunge_folder, init_im...Peter Williams2000-06-241-15/+83
* Little prototype fixesPeter Williams2000-06-231-5/+2
* add handling for loading "news:" folders.Chris Toshok2000-06-231-0/+80
* Updated to prepend url-> path if it exists for that imap store.Jeffrey Stedfast2000-06-231-1/+1
* oops, should have checked for a NULL sources in component-factory.cJeffrey Stedfast2000-06-211-1/+1
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-1/+6
* working on getting IMAP folder selection workingJeffrey Stedfast2000-06-211-8/+9
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-201-12/+71
* started to add code to load an IMAP folder.Jeffrey Stedfast2000-06-191-17/+37
* Update for CamelFolder changes.Dan Winship2000-06-161-4/+3
* Return the result of folder_browser_load_folder. (get_prop, set_prop,Dan Winship2000-06-131-4/+3
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-1/+25
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-3/+10
* keep a GList of folder browsers created (owner_unset_cb): Go through theDan Winship2000-06-031-0/+17
* Quit when the shell exits. This is a kludge, but a pretty necessary oneDan Winship2000-06-011-1/+10
* Hardcode the vfolder source to just the inbox (so at least it returnsNot Zed2000-05-301-3/+4
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-281-0/+84
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-0/+112