Note to hackers --------------- When hacking on camel (and on the gnome mailer in general), be sure to follow the same coding style as the initial authors. Please read the file HACKING in gnumeric and follow the general guidelines explained in it. Please take a look at camel source files and try to exactly imitate the coding style. We are perfectly aware that this is not the best and unique style, but it is absolutely mandatory that Camel is homogeneous. If you find the current coding style to have some weaknesses, please contact the authors to discuss this matter. Thanks. Bertrand. fcis.org/~lantw44/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Merged mine and Peter's entries.Jeffrey Stedfast2001-07-142-6/+6
* Segfault prevention here if no uid is currently loaded.Peter Williams2001-07-142-6/+8
* Segfault prevention here if we lose the race withPeter Williams2001-07-142-1/+5
* New function. If a vfolder in our list gets finalized, NULL outPeter Williams2001-07-132-0/+28
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-132-0/+19
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-132-45/+64
* Fix the importers if you try to import into an already existing directoryIain Holmes2001-07-132-20/+38
* Force-hide all deleted messages before expunging. (expunged_folder):Jeffrey Stedfast2001-07-132-25/+50
* Only blank the mail display if the message being viewed is one of those toJason Leach2001-07-132-1/+14
* Should be saving the 'identity_html_signature' andJason Leach2001-07-132-2/+9
* no longer need to set a my address propertyJP Rosevear2001-07-122-17/+15
* Set the CLIPBOARD selection as well as the primary selection so thatFederico Mena Quintero2001-07-112-3/+30
* [Bug #4305: Make the automatic mark-as-read timer optional]Jason Leach2001-07-117-14/+63
* OopsJP Rosevear2001-07-111-1/+2
* Cosmetic patch - replace our defines with the e-popup onesJP Rosevear2001-07-111-0/+2
* TypoJP Rosevear2001-07-113-10/+11
* Took the logic of whether or not to make the attachment header out of thePeter Williams2001-07-114-22/+108
* extra dist the news filesJP Rosevear2001-07-112-1/+12
* Use bonobo_config_set_string_wrapper. (mail_config_write): Same.Jeffrey Stedfast2001-07-112-61/+42
* Make sure that the reply-to addr i non-NULL before trying to add it to theJeffrey Stedfast2001-07-112-5/+11
* fix typo so it compilesJP Rosevear2001-07-102-1/+5
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-102-24/+24
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-106-93/+207
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-103-6/+12
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-107-67/+136
* Check for an exception and print it. Call done anyway.Peter Williams2001-07-102-1/+14
* Some NULL protection for our strings: pgp_key, html_signature, smime_key.Peter Williams2001-07-103-4/+25
* g_strdup the result of g_get_home_dir since this variable will get free'dDan Winship2001-07-102-1/+4
* Use gnome_vfs_mime_get_short_list_applications rather thanDan Winship2001-07-104-38/+83
* Change html_signature stuff over to bonobo-config -- someone forgot to doPeter Williams2001-07-102-4/+8
* Gave up and got rid of dm. Just replaced it with d(g_message()) and setPeter Williams2001-07-092-39/+48
* Deleted (as opposed to #if 0) (get_folder_info): Changed to assume it hasPeter Williams2001-07-092-53/+42
* Check for new_uid != NULL here before strcmping.Christopher James Lahey2001-07-082-1/+6
* Only install the segv_redirect handler if SEGV's handler is not currentlyDan Winship2001-07-072-7/+16
* Made this handle being given a row that's outside the range better.Christopher James Lahey2001-07-072-4/+14
* Removed old CVS conflict marker.Jon Trowbridge2001-07-071-1/+0
* [Fix bug #1100, default account is stored strangely]Jason Leach2001-07-072-17/+50
* add a NULL check since that is a valid return.Larry Ewing2001-07-072-1/+10
* Prevent infinite recursion when viewing attachments that we can't /Peter Williams2001-07-072-5/+20
* Freeze and Thaw the folder.Jeffrey Stedfast2001-07-073-7/+13
* Mark the messages as Seen also. (folder_browser_class_init): Create anJeffrey Stedfast2001-07-074-149/+220
* Don't free the psd here -- it will be freed on the "destroy" signal.Peter Williams2001-07-074-8/+18
* Select the very next message after deleting, not the next undeleted (itJason Leach2001-07-075-11/+45
* Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() soDan Winship2001-07-072-1/+8
* Change the folder right-click "Properties..." menu item handling soEttore Perazzoli2001-07-062-1/+25
* Add a checkbox for prompting when sending a message with an empty subject.Jeffrey Stedfast2001-07-065-37/+82
* Okay, apparently I was wrong. Oh well. (mail_config_set_thread_list): FixJeffrey Stedfast2001-07-062-10/+23
* And kill these stupid files. Aaar.Peter Williams2001-07-062-308/+0
* Remove the ridiculuous relic known as test-mail. Clean up a bit.Peter Williams2001-07-062-23/+3
* Formatting fix on ChangeLog (ie I Forgot To Save The File Before Committing Y...Peter Williams2001-07-051-0/+2
* Add mail folder cache hookups.Peter Williams2001-07-052-0/+6
* Clear the shell view label if mailer loses focus.Peter Williams2001-07-053-4/+25
* set "pixname" value only if pixbuf was loaded successfully. OtherwiseGediminas Paulauskas2001-07-052-0/+6
* Revert Sam's changes.Jeffrey Stedfast2001-07-052-3/+15
* Replace value in config->preview_hash when it already exists. Old codeSam Creasey2001-07-042-1/+8
* Unset the message being displayed when expunging. This makes expungedJoe Shaw2001-07-042-0/+7
* If msg is NULL, fetch the message and requeue a mail_reply call. Fixes bugJoe Shaw2001-07-042-1/+20
* Use a better GHashTable technique that will hopefully solve some bugs andJeffrey Stedfast2001-07-042-78/+67
* Split make_string into these. (update_idle): Use (name and status) insteadPeter Williams2001-07-042-40/+52
* Finish off #809 by committing the menu and right click thingies forJacob Leach2001-07-042-1/+5
* use bonobo-conf everywhereDietmar Maurer2001-07-041-359/+391
* Compile fixes. #include errno.h and gnome-dialog-utils.h.Peter Williams2001-07-042-4/+10
* Forgot to save thisPeter Williams2001-07-041-2/+4
* Prevent folders from appearing to have -1 new messages. Prevent nonactivePeter Williams2001-07-045-22/+123
* Rename some of the widgets in the news config to not conflict with theDan Winship2001-07-042-2/+8
* Use mkdtemp if we have it, else use mktemp but make the code safer than itJeffrey Stedfast2001-07-043-6/+27
* Hide the URL passwd, auth, and params. (folder_browser_copy): Same.Jeffrey Stedfast2001-07-032-2/+10
* Don't pass a dirty exception to camel_folder_sync. Fixes an IMAP filteringDan Winship2001-07-032-1/+7
* Added an MailAccountEditorNews, for NNTP configuratuion. Based onSam Creasey2001-07-0310-62/+575
* Setup the Empty Trash On Exit widgets.Jeffrey Stedfast2001-07-036-16/+81
* Updated for the mail_transfer_messages API.Jeffrey Stedfast2001-07-037-136/+90
* i2001-07-02 Larry Ewing <lewing@ximian.com>Larry Ewing2001-07-032-15/+113
* Add a warning about how wrong this document is.Peter Williams2001-07-032-0/+10
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-0310-197/+973
* #include widgets/misc/e-charset-picker.h since it was moved there fromJeffrey Stedfast2001-07-032-1/+7
* Kill irritating "Returning" g_warning.Peter Williams2001-07-032-1/+5
* Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-025-111/+102
* the FolderSearch control is in a different dockitem now.Chris Toshok2001-07-022-1/+6
* oops. didn't save before comitttingDan Winship2001-07-021-1/+0
* Ref the folder before proxying the event, in case there's only oneDan Winship2001-07-022-3/+23
* Use Tuomas' next-message, previous-message and print icons in theEttore Perazzoli2001-07-012-0/+10
* Changed to return the created window. (find_socket): Added. Copied fromJon Trowbridge2001-07-015-35/+128
* remove redundant logic.Larry Ewing2001-06-302-2/+4
* make sure we show the sig file.Larry Ewing2001-06-302-3/+11
* Turn folder syncing back on here so that IMAP folders will sync withoutJeffrey Stedfast2001-06-302-17/+18
* fixed a logic mistake in the last commitJeffrey Stedfast2001-06-301-9/+9
* Throw up the confirmation dialog. (composer_get_message): If the user onlyJeffrey Stedfast2001-06-304-2/+91
* Take two authtypes lists, "all", and "supported", and make the unsupportedDan Winship2001-06-292-10/+26
* implemented plain savingRadek Doulik2001-06-292-32/+84
* signature editorRadek Doulik2001-06-292-5/+237
* Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-292-11/+8
* The e_iterator_get() returns a gconstpointer and we need a non-constJeffrey Stedfast2001-06-295-3/+22
* Capitalize words in the link right-click menu to make it consistentEttore Perazzoli2001-06-292-2/+8
* Implement the "Copy link location" right-click menu item in theEttore Perazzoli2001-06-293-35/+90
* Don't bother trying to save the passwd if the url is NULL.Jeffrey Stedfast2001-06-293-1/+8
* Since we have an exception variable, we might as well use it when gettingJeffrey Stedfast2001-06-293-7/+27
* After finding a folder, attach to its "folder_changed" andDan Winship2001-06-293-68/+123
* simplified(refactored) signature handling + better support for htmlRadek Doulik2001-06-298-48/+177
* Get the Mail Component to understand `mailto:'.Ettore Perazzoli2001-06-282-1/+33
* Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-282-0/+7
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-285-6/+102
* work around an e-tree bugjacob berkman2001-06-282-0/+7
* Fixed Cut/Copy/Paste to work - it turns out I couldn't share a singleJeffrey Stedfast2001-06-283-41/+34
* forgot to save before comitting...Peter Williams2001-06-281-1/+0
* Change to use more reality-based API below. Include folder-browser-ui.hPeter Williams2001-06-284-30/+41
* Mail:Peter Williams2001-06-277-378/+531
* Helps if I spell "received" correctly.Jeffrey Stedfast2001-06-273-6/+29
* Don't pop up a progress dialog to say "I already finished this a whileDan Winship2001-06-275-10/+24
* make ettore stop complaining so i can get back to workjacob berkman2001-06-272-0/+6
* No longer returns a gboolean and also takes a CamelException.Jeffrey Stedfast2001-06-273-51/+193
* Read in the default show_preview value. (mail_config_write_on_exit): SaveJeffrey Stedfast2001-06-263-48/+85
* Check to make sure that clipboard_selection is non-NULL before weJoe Shaw2001-06-262-2/+9
* tyopJacob Berkman2001-06-261-1/+1
* sync folders after we've gotten mailjacob berkman2001-06-269-20/+314
* Unref the invisible window that we use for slections.Jeffrey Stedfast2001-06-264-16/+224
* Fixes here for removing folders.Jason Leach2001-06-243-16/+47
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2337-80/+80
* Duh, we saved the charset as "default_charset", not "charset" - no wonderJeffrey Stedfast2001-06-232-1/+7
* Temporarily remove the Bcc header before sending the message.Jeffrey Stedfast2001-06-222-6/+23
* Remove empty "name" property setting from the popup control.Jon Trowbridge2001-06-222-1/+5
* Allow the message to be sent even if there are no To recipients but onlyJeffrey Stedfast2001-06-222-9/+26
* Fix bug #3409: Removing an EvolutionStorage from the shell's folderJacob Leach2001-06-222-16/+34
* More than on accel key is a tad confusing.Kjartan Maraas2001-06-202-1/+6
* #include "folder-browser-factory.h"Jeffrey Stedfast2001-06-205-20/+105
* Accept text/uri-list mime types - this allows us to drag messages fromJeffrey Stedfast2001-06-203-15/+130
* Properly clean up the movemail files when no mail was received.Jon Trowbridge2001-06-192-0/+7
* (write_field_row_begin): hmm, use just bold &nbsp; as it looksRadek Doulik2001-06-192-1/+5
* add column with &nbsp; between header name and valueRadek Doulik2001-06-192-1/+6
* Use a nice switch statement and use the new enum values.Jeffrey Stedfast2001-06-193-19/+38
* Now takes a hash table of already-used-recipients so that we don't getJeffrey Stedfast2001-06-192-5/+21
* Remove DB3_LDADDDan Winship2001-06-192-1/+4
* Change the drop-type "x-evolution-dnd" to "x-evolution-message" since weJeffrey Stedfast2001-06-193-50/+58
* If we have a fragment in the url, use that as the folder name, and not theNot Zed2001-06-183-6/+25
* (mail_format_raw_message): Add padding to match the formattedDan Winship2001-06-182-3/+7
* Allow user's to "copy" drag & drop rather than just "move".Jeffrey Stedfast2001-06-174-150/+163
* Implemented.Jeffrey Stedfast2001-06-164-163/+235
* Fixed misuse of an uninitialized variable.Jeffrey Stedfast2001-06-165-11/+121
* We can't output "<html>" and "</html>" here because it gets calledDan Winship2001-06-164-8/+12
* Updated to reflect changes to mail_config_[g,s]et_thread_list().Jeffrey Stedfast2001-06-157-40/+176
* Add Reply-to-List bonobo verbs.Jeffrey Stedfast2001-06-155-24/+97
* Remove folder-info.h until iain checks it inJP Rosevear2001-06-132-1/+4
* Setup default spool location same as for mbox mail retrieval.Not Zed2001-06-122-1/+7
* fix some commands to match the ui file again.Dan Winship2001-06-092-3/+8
* Committing the new My Evolution.Iain Holmes2001-06-096-29/+279
* Reattach X-Evolution-Account information to the message after sending it.Jon Trowbridge2001-06-093-3/+16
* If you had multiple accounts that used mboxes, and if you received mail inJon Trowbridge2001-06-092-1/+22
* Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-082-2/+9
* Check that the chain of deferences in gui->account->source->url is safe.Jon Trowbridge2001-06-073-5/+48
* (Fix bug #3211: Should undelete when flagging a delete message asJason Leach2001-06-062-1/+11
* (Fix bug #314: Display URLs in statusbar on mouseover)Jason Leach2001-06-062-1/+98
* make HTML and plain mails to have the same boundaryRadek Doulik2001-06-052-13/+41
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-032-3/+8
* Added fields for the GalViewMenus and GalViewCollection, since we need toFederico Mena Quintero2001-06-024-15/+62
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-022-1/+6
* Save the pgp and smime settings. (mail_account_gui_new): Setup the pgp andJeffrey Stedfast2001-06-026-32/+401
* oops, camel-smime.h no longer exists. #include camel-smime-context.h and came...Jeffrey Stedfast2001-06-021-1/+2
* Call build_extra_conf() here too. This is when we REALLY want to call itJeffrey Stedfast2001-06-023-25/+22
* Fix dumb misuse of g_get_charset.Dan Winship2001-06-012-1/+6
* Removed the code to check for the validity of an S/MIME part. Stuff worksJeffrey Stedfast2001-06-014-56/+109
* Rename the "PGP" page back to "Other" and add a "default charset" optionDan Winship2001-05-316-5/+118
* spJeffrey Stedfast2001-05-301-1/+1
* Take another argument to ignore a certain address. (mail_generate_reply):Jeffrey Stedfast2001-05-303-31/+46
* one-line fix for bug #2536: File->Close in message viewer doesn't work.Jason Leach2001-05-303-11/+17
* Fix a bug that could cause a crash on messages with an empty subject.Dan Winship2001-05-292-1/+6
* Removed the etable spec string. (message_list_construct): Load the etableJeffrey Stedfast2001-05-286-42/+40
* Prototype evolution_mail_config_get_type.Jeffrey Stedfast2001-05-282-0/+5
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-283-2/+10
* Fix to work properly. (handle_multipart_signed): Fixed a bug that causedJeffrey Stedfast2001-05-272-1/+4
* Fix to work properly.Jeffrey Stedfast2001-05-272-4/+27
* Added callbacks for Next/Previous Unread and Next/Previous FlaggedJeffrey Stedfast2001-05-274-15/+55
* When unreffing a folder we got ourselves (as opposed to one passed in byDan Winship2001-05-274-2/+59
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-262-1/+5
* oopsJeffrey Stedfast2001-05-261-1/+2
* Disable Resend on non-Sent folder FolderBrowsers. Thanks to Wayne DavisJeffrey Stedfast2001-05-262-4/+12
* This code should be correct now. Still waiting on the shell to do it's jobJeffrey Stedfast2001-05-262-13/+15
* g_strdup the uid into the ml->cursor_uid.Jeffrey Stedfast2001-05-254-6/+20
* If the message data is online, sniff the data for a MIME type first, andDan Winship2001-05-252-27/+50
* Only write the message up to (but not including) the attached signatureJeffrey Stedfast2001-05-252-2/+11
* Don't free the folder-info here, instead have mail_append_mail() call ourJeffrey Stedfast2001-05-243-11/+22
* Make the message-list respect the "hide deleted messages" setting. FixesJeffrey Stedfast2001-05-242-10/+14
* New function that the shell component calls to copy/move a folder.Jeffrey Stedfast2001-05-244-4/+166
* New async function to remove a folder. God knows if it does what theJeffrey Stedfast2001-05-244-11/+201
* Save the message-display style. (config_read): Read the message-displayJeffrey Stedfast2001-05-233-3/+23
* If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to checkDan Winship2001-05-233-9/+46
* Use MAILER_CFLAGS and MAILER_LIBS.Jeffrey Stedfast2001-05-233-7/+5
* Instead of calling message_list_select_uid() here, instead connect to theJeffrey Stedfast2001-05-234-9/+47
* Mark a string for translation.Kjartan Maraas2001-05-222-2/+6
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-182-0/+7
* mark Outbox messages as read.Dan Winship2001-05-182-1/+10
* New convenience function for all signature verification functions to useJeffrey Stedfast2001-05-182-63/+63
* add new icons from jimmacDan Winship2001-05-182-0/+11
* add E_TEXT_TO_HTML_ESCAPE_8BIT to the flagsDan Winship2001-05-172-1/+6
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-178-150/+140
* Removed (this now exists in camel/camel-smime.c).Jeffrey Stedfast2001-05-173-100/+162
* Deal with full-header mode in addition to source modeDan Winship2001-05-173-36/+100
* Load http images if the user has force-loaded images too.Dan Winship2001-05-1610-46/+113
* Update for changes in evolution-mail.xml (many commands were renamed toDan Winship2001-05-162-85/+73
* Put frame around dialog vbox, put mail subject in that frame's label.Jon Trowbridge2001-05-15