aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #705657 - Crash in em_utils_selection_set_urilist()Milan Crha2013-08-081-0/+6
* Drop unused em_utils_get_proxy()Milan Crha2013-07-161-28/+0
* Remove em_utils_uids_free().Matthew Barnes2013-06-151-17/+0
* Remove em_utils_uids_copy().Matthew Barnes2013-06-151-25/+0
* Avoid em_utils_uids_free() in other places.Matthew Barnes2013-06-151-2/+3
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-151-7/+0
* Remove global "shell_builtin_backend" variable.Matthew Barnes2013-06-141-4/+0
* em_utils_is_re_in_subject: Remove unused 'shell' parameter.Matthew Barnes2013-06-141-3/+1
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_validity_flags().Matthew Barnes2013-05-201-11/+1
* Add e_mail_part_get_is_attachment().Matthew Barnes2013-05-201-2/+2
* Add e_mail_part_get_mime_type().Matthew Barnes2013-05-201-4/+10
* Add e_mail_part_get_id().Matthew Barnes2013-05-201-5/+10
* em-format cleanups.Matthew Barnes2013-05-201-5/+16
* EMailPart: Store validity pairs in a GQueue.Matthew Barnes2013-05-201-7/+8
* Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF fileMatthew Barnes2013-05-111-29/+36
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-111-4/+4
* em-utils.c cleanups.Matthew Barnes2013-05-101-95/+93
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-101-15/+2
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-231-3/+2
* Remove EMailShellSettings.Matthew Barnes2013-03-171-3/+5
* EMailTagEditor: Remove calendar configuration properties.Matthew Barnes2013-03-041-19/+0
* Replace deprecated static mutexesVadim Rutkovsky2013-02-141-3/+3
* Use camel_service_ref_session().Matthew Barnes2013-02-111-1/+3
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-191-2/+2
* Reduce diff noise with webkit-composer branch.Matthew Barnes2013-01-111-5/+5
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-18/+9
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-8/+12
* Bug #687670 - Signing with both pgp and S/MIME shows only one signatureMilan Crha2012-11-221-2/+10
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-3/+3
* Prefer e_source_registry_check_enabled().Matthew Barnes2012-10-261-1/+2
* Fix a memory leak when replying to a messageMilan Crha2012-09-121-1/+7
* Bug #681279 - Reply on selection doesn't work (re-fix)Milan Crha2012-09-121-13/+59
* Revert commit c9d0ac7 (bug #681279)Milan Crha2012-09-111-13/+0
* Bug #681279 - Reply on selection doesn't workMilan Crha2012-09-071-0/+13
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-21/+24
* Adapt to CamelSession API changes.Matthew Barnes2012-08-121-1/+1
* Bug #680164 - Print Preview action should open preview immediatellyDan Vrátil2012-07-191-1/+1
* Bug #349875 - Dragging an email from a vFolder should link to source folderMilan Crha2012-07-121-26/+90
* Remove the last remaining usage of GConfMilan Crha2012-06-151-14/+15
* Mail formatter rewriteDan Vrátil2012-06-061-32/+43
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-16/+1
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-32/+20
* Whitespace cleanup.Matthew Barnes2012-04-021-1/+1
* EMFormat: Add "session" as a constructor property.Matthew Barnes2012-04-011-3/+12
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-17/+57
* Fix more compiler warnings.Matthew Barnes2012-03-041-6/+7
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-01-191-82/+82
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-999/+21
* Make em_utils_generate_account_hash() private.Matthew Barnes2012-01-051-58/+0
* Bug #661087 - Add ability to remove localized "Re:" prefixes in subjectMilan Crha2011-12-221-0/+77
* Reduce diff noise with account-mgmt branch.Matthew Barnes2011-12-201-16/+17
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-46/+22
* Bug 566793 - Support Drop And Drag Into Nautilus As PDF Filepepp2011-12-151-61/+191
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-184/+22
* Miscellaneous cleanups.Matthew Barnes2011-11-231-3/+4
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-141-27/+0
|\
| * Bug #659945 - "New" button in toolbar for new mail message not workingMilan Crha2011-11-101-27/+0
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-081-3/+1
|\|
| * Adapt to CamelOperation API changes.Matthew Barnes2011-11-071-3/+1
* | Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-141-18/+16
|/
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-3/+6
* EMFormatHTML: Configure CamelHttpStreams with proxy authpass.Matthew Barnes2011-09-261-78/+3
* Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-0/+168
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-12/+17
* Miscellaneous cleanups.Matthew Barnes2011-08-311-28/+36
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-14/+32
* Bug #650671 - Service connect/disconnect not cancelled properlyMilan Crha2011-07-021-0/+49
* Check for cancelled GIO operation error code tooMilan Crha2011-06-281-4/+7
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-75/+63
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-9/+28
* Remove em_utils_folder_name_from_uri().Matthew Barnes2011-05-301-25/+0
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-3/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-11/+19
* Miscellaneous cleanups.Matthew Barnes2011-05-131-2/+7
* Coding style cleanups.Matthew Barnes2011-05-091-8/+8
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-4/+9
* Adapt to CamelFolder:name -> display-name.Matthew Barnes2011-05-071-1/+1
* Adapt to X-Evolution-Source headers storing UIDs.Matthew Barnes2011-05-061-5/+3
* Remove em_uri_from_camel() and em_uri_to_camel().Matthew Barnes2011-05-061-142/+0
* Simplify em_utils_folder_is_sent().Matthew Barnes2011-05-061-9/+4
* Simplify em_utils_folder_is_drafts().Matthew Barnes2011-05-061-8/+3
* Simplify em_utils_folder_is_templates().Matthew Barnes2011-05-061-8/+3
* Bug #627952 - 'Local delivery' mbox's aren't read properlyMilan Crha2011-05-051-1/+1
* Drop 'folder_uri' member from MessageList.Matthew Barnes2011-05-041-5/+9
* Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-20/+6
* Drop 'folder_uri' param from em_utils_folder_is_sent().Matthew Barnes2011-05-031-8/+10
* Drop 'folder_uri' param from em_utils_folder_is_templates().Matthew Barnes2011-05-031-8/+10
* Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-7/+9
* em-utils.c: Simplify guess_account_from_folder().Matthew Barnes2011-05-031-13/+5
* em-utils.c: More coding style cleanups.Matthew Barnes2011-05-031-8/+17
* Replace camel_store_folder_uri_equal() with e_mail_folder_uri_equal().Matthew Barnes2011-05-031-38/+44
* em-utils.c: Coding style cleanups.Matthew Barnes2011-05-031-66/+71
* Adapt to CamelService changes.Matthew Barnes2011-04-211-19/+7
* Adapt to sealed up CamelService.Matthew Barnes2011-04-181-1/+3
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-7/+11
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-41/+110
* Bug #643218 - Local delivery doesn't deliver after maildir migrationMilan Crha2011-03-031-0/+24
* Bug #638391 - Always passing NULL to emu_addr_cancel_book()Milan Crha2011-02-161-5/+9
* Slightly nicer EAlertDialog after move to gtk3Milan Crha2011-02-161-2/+1
* Bug #635144 - Using external editor duplicates signatureMilan Crha2011-02-021-10/+2
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2010-11-231-1/+1
* Bug #445439 - Delete mail from pop-server when deleted from Inbox/TrashMilan Crha2010-10-271-2/+3
* Bug #631526 - Loading images doesn't use proxy credentialsMilan Crha2010-10-211-1/+64
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-5/+5
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-4/+3
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-5/+16
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-48/+8
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-5/+6
* Give MailSession a permanent home.Matthew Barnes2010-10-131-11/+25
* Kill em_utils_temp_save_part().Matthew Barnes2010-10-011-64/+0
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-09-281-21/+23
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-7/+27
* Coding style cleanups.Matthew Barnes2010-09-131-125/+125
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-5/+4
* Bug 616073 - Various translation issuesMatthew Barnes2010-09-111-8/+8
* Simplify emu_restore_folder_tree_state().Matthew Barnes2010-09-081-6/+2
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-1/+1
* Fix a GError message.Matthew Barnes2010-08-031-1/+1
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-021-1/+1
* Bug 625724 - Message filters do no workLucian Langa2010-08-011-1/+1
* Fix where to look for filters.xml and vfolders.xml.Matthew Barnes2010-07-291-6/+6
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-271-1/+1
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-5/+5
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-42/+24
* Bug 621819 - Can't drag message attachments to foldersMatthew Barnes2010-06-231-9/+3
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-4/+4
* Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-131-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-04-301-10/+26
* Bug #545505 - Properly free unused message infos periodicallyMilan Crha2010-04-291-6/+6
* Camel is now GObject-based.Matthew Barnes2010-04-241-15/+15
* Adapt to Camel API changes.Matthew Barnes2010-04-131-6/+10
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-26/+69
* Adapt to Camel API changes.Matthew Barnes2010-04-041-5/+6
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-9/+0
* Bug #272567 - Evolution message needs ngettext supportMilan Crha2010-04-021-1/+8
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-4/+3
* Bug 588833 - Improve account selection heuristics for repliesMatthew Barnes2010-02-191-45/+88
* Cleanup work prior to bug #588833 investigation.Matthew Barnes2010-02-191-37/+64
* A bit less 'camel_exception_get_id called with NULL parameter' on consoleMilan Crha2010-01-201-1/+5
* Bug #604994 - Folder state not preserved in Copy/Move Folder dialogMilan Crha2010-01-071-0/+35
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-1/+0
* Move forward_to() implementation to MailSession (remove dep on composer)Jonathon Jongsma2009-12-211-0/+89
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-171-34/+3
* Kill em_utils_adjustment_page().Matthew Barnes2009-12-161-29/+0
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-6/+6
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-021-3/+3
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-4/+12
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-8/+8
* port mail/ to use new EError APIJonathon Jongsma2009-12-011-3/+7
* Bug #474502 - Don't check for contacts in broken address booksMilan Crha2009-11-241-4/+30
* Bug 563555 - Confirm before forwarding many emails inlineRitesh Khadgaray2009-11-201-0/+23
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-7/+24
* Whitespace cleanup.Matthew Barnes2009-11-151-1/+1
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-111-76/+0
* Bug #557613 - evolution crashed with SIGSEGV in try_open_e_book_cb()Chenthill Palanisamy2009-11-091-3/+4
* Kill more redundant save functions.Matthew Barnes2009-11-081-239/+0
* Move EActivity and subclasses to e-util.Matthew Barnes2009-11-081-1/+1
* Bug 599896 - Flush outbox option is missingMatthew Barnes2009-10-291-7/+8
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-4/+4
* Bug #397265 - Image loading for new contact requires restarting EvolutionMilan Crha2009-10-261-184/+309
* Bug #322261 - vCalendar replies are sent out using the default accountMilan Crha2009-10-161-0/+38
* Bug #314333 - Decrypt body in reply to an inline-PGP encrypted mailMilan Crha2009-10-151-1/+6
* Bug #552552 - File/Empty Trash does not expunge maildir foldersMilan Crha2009-10-091-3/+1
* Bug #596824 - evolution hangs on start upMilan Crha2009-10-071-1/+10
* Finish killing Bonobo.Matthew Barnes2009-09-091-92/+0
* Remove some obsolete utility functions.Matthew Barnes2009-09-051-1/+3
* More whitespace cleanup.Matthew Barnes2009-07-191-5/+5
* Fix excessive whitespace.Matthew Barnes2009-07-141-3/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-62/+42
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-9/+9
* Fix "make distcheck" errors.Matthew Barnes2009-06-201-77/+58
* Stop abusing forward declarations.Matthew Barnes2009-06-191-2/+2
* More code cleanup.Matthew Barnes2009-06-021-5/+5
* Whitespace cleanup.Matthew Barnes2009-05-291-3/+3
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-106/+106
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-10/+10
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-10/+10
| * Bug 580925 – Better search bar for word searchesMatthew Barnes2009-05-211-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-128/+0
* | Fix most of the compiler warnings in mail.Matthew Barnes2009-05-081-4/+15
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-13/+13
* | Manual conflict resolutionMatthew Barnes2009-04-251-1/+0
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-9/+39
|\|
| * Revert evolution revision 37063 (workaround for bug 563867).Matt McCutchen2009-03-021-31/+0
| * ** Part of fix for bug #563212Milan Crha2009-02-251-9/+38
| * ** Part of fix for bug #555888Milan Crha2009-02-091-62/+18
| * Patch from Felix Riemann <friemann@svn.gnome.org> ** Fix for bug #563867 (Un...Suman Manjunath2009-01-131-0/+31
| * ** Fixes bug #557613Matthew Barnes2008-11-031-5/+5
| * ** Fix for bug #364542Milan Crha2008-10-171-4/+76
| * ** Fix for bug #554418Milan Crha2008-10-011-1/+1
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-291-14/+14
| * ** Fixes Bug #200147Bharath Acharya2008-07-211-0/+46
* | Miscellaneous bug fixes.Matthew Barnes2009-04-241-3/+3
* | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-6/+4
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-62/+18
* | Make saving attachments work.Matthew Barnes2009-02-121-1/+3
* | Heh, oops. Fun typo.Matthew Barnes2009-01-281-1/+1
* | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-271-10/+16
* | Fix some runtime warnings.Matthew Barnes2009-01-221-4/+0
* | Merge revisions 37047:37074 from trunk.Matthew Barnes2009-01-151-0/+31
* | Handle mailto/email URIs (unfinished).Matthew Barnes2008-12-281-2/+0
* | Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-271-28/+32
* | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-5/+5
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-4/+76
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-23/+52
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-15/+15
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-0/+46
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #535791Milan Crha2008-06-091-1/+5
* ** Fixes bug #534476Matthew Barnes2008-05-231-6/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-1/+1
* Fixes compiler warning (unused variable).Milan Crha2008-04-291-1/+0
* Avoid crash while detecting mime types.Srinivasa Ragavan2008-04-281-6/+9
* ** Fix for bug #529375Milan Crha2008-04-231-1/+4
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-12/+41
* Patch from Shuai Liu <shuai.liu@sun.com>: Fix for bug #528358 (Use message s...Suman Manjunath2008-04-171-1/+13
* ** Fix for bug #273177Milan Crha2008-03-131-19/+54
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-2/+2
* ** Most of the errors are now non-intrusiveSrinivasa Ragavan2008-01-101-4/+34
* ** Fixes bug #362638Matthew Barnes2007-12-211-1/+1
* ** Fix for bug #329706Alex Kloss2007-12-081-1/+1
* ** Fix for bug #494425Milan Crha2007-11-231-7/+85
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-156/+156
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-291-6/+6
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-1/+1
* 2007-08-20 mcrha Fix for bug #367760Milan Crha2007-08-201-5/+9
* Do not free const pointer. Plugged memory leak.Hiroyuki Ikezoe2007-07-271-4/+4
* ** Fix for bug #307410Srinivasa Ragavan2007-07-091-0/+25
* ** Fix for bug #453294simon.zheng2007-07-031-2/+4
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-10/+10
* Removing few debug statementsSrinivasa Ragavan2007-06-021-1/+1
* ** Adds support for Contact Image in the preview paneSrinivasa Ragavan2007-06-021-1/+93
* Fix file descriptor leaksJules Colding2007-05-291-3/+8
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** Fixes bug #423766Matthew Barnes2007-04-181-83/+73
* Evolution requires GLib 2.10 now; remove dead backward-compatibility codeMatthew Barnes2007-03-301-4/+0
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fix for bug #349966Daniel Gryniewicz2006-11-281-142/+25
* Fix for bug #337439 DoS attach with large emailsSrinivasa Ragavan2006-11-271-0/+2
* ** Fix for bug #347248Srinivasa Ragavan2006-08-231-0/+1
* ** Fixes bug #347238Srinivasa Ragavan2006-08-231-3/+5
* Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-251-5/+25
* Fixed premature memory free. Fixes bug #335203.Patrick Ohly2006-03-221-1/+2
* Fixed bug #326571 Add em_filename_make_safe(), and use it to allowSimon Zheng2006-03-211-2/+36
* Fixes bug #332140 Transfer filenames from utf-8 to glib encoding beforeSimon Zheng2006-03-061-4/+6