aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
...
* Reverse the changes I made yesterday.Jeffrey Stedfast2001-02-173-5/+10
* Have the mail-config and openpgp initialize here instead.Jeffrey Stedfast2001-02-163-4/+13
* reverse the order of some command-line flags for verifyJeffrey Stedfast2001-02-161-5/+5
* Use mail_storage_create_folderJeffrey Stedfast2001-02-166-34/+125
* Wrapped the address compare functions in a #ifdef (address_compare):Jeffrey Stedfast2001-02-162-0/+17
* Add the --no-tty flag.Jeffrey Stedfast2001-02-152-0/+5
* Ignore generated .oaf filesDan Winship2001-02-151-0/+1
* Rewrite explanatory comments to use normal regexps rather than procmailDan Winship2001-02-152-52/+68
* Connect to the "create_folder" signal on the storage.Dan Winship2001-02-152-0/+60
* Setup the Trash folder.Jeffrey Stedfast2001-02-155-43/+261
* Fix some uninitialized variables.Christopher James Lahey2001-02-142-4/+10
* if doing a full update, save the cursor pos and restore it afterwards.Not Zed2001-02-133-5/+64
* Clean out the cruft in the Accounts section before writing the currentJeffrey Stedfast2001-02-132-0/+5
* Strip the leading "/" from the Namespace/Path entry if the providerJeffrey Stedfast2001-02-132-1/+38
* xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-133-14/+23
* Re-add non-static forward_messages. mail-view.c needs it.Dan Winship2001-02-123-1/+7
* ackJeffrey Stedfast2001-02-111-0/+1
* Don't leak memory. (forward_messages): change doinline to be a gbooleanJeffrey Stedfast2001-02-114-11/+19
* Check the full list of IDs instead of just the default id and if we findJeffrey Stedfast2001-02-112-19/+96
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-116-126/+7
* Updates for CamelStore changes, small memory leak fixes. (lookup_folder):Dan Winship2001-02-1012-566/+443
* New location for this function.Jeffrey Stedfast2001-02-094-148/+148
* Reworked some keep-mail-on-server logic so that we ALWAYS look for aJeffrey Stedfast2001-02-093-28/+38
* only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-095-89/+239
* Set the sensitivity of the spin button based on the state of the checkbox.Jeffrey Stedfast2001-02-092-0/+5
* more reasonable default for the auto-check minutes spin boxJeffrey Stedfast2001-02-091-1/+1
* Properly do defaults here. (mail_config_write): Removed some of theJeffrey Stedfast2001-02-092-40/+58
* Cast the CamelMedium to a CamelMimePart before performing actions on it asJeffrey Stedfast2001-02-098-1/+139
* Use "contains" because the subject might be broken into subparts and usingJeffrey Stedfast2001-02-082-1/+7
* Init active_downloads hash if it hasn't been yet.Not Zed2001-02-082-0/+11
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-087-58/+186
* Check current_message for NULL - this fixes a bug running under SunOS (notJeffrey Stedfast2001-02-082-1/+7
* Oops, save the seen_timeout variable.Jeffrey Stedfast2001-02-072-0/+11
* Added libmenus.la.Christopher James Lahey2001-02-075-2/+69
* Change how the attachments are displayed.Iain Holmes2001-02-073-5/+92
* Updated to checkfor "(none)".Jeffrey Stedfast2001-02-073-5/+68
* added mail-send-recv.hJeffrey Stedfast2001-02-071-0/+1
* We are now going to use a file descriptor and a CamelMimeParser ratherJeffrey Stedfast2001-02-062-123/+110
* oops, forgot to add this fileJeffrey Stedfast2001-02-061-0/+39
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-0610-10/+44
* fixed up the display a bitJeffrey Stedfast2001-02-061-3/+5
* New function to handle inline pgp-signatures.Jeffrey Stedfast2001-02-062-8/+58
* Keep track of the CheckSettings check boxes. (transport_next): Connect ifJeffrey Stedfast2001-02-065-43/+57
* Updated to not connect when getting a list of authtypes. (transport_next):Jeffrey Stedfast2001-02-065-15/+50
* Fix dodgy libxml allocation pollution, and potential faults on NULLMichael Meeks2001-02-042-3/+15
* Cleaned up so we dont add an unecessary level of indenting.Not Zed2001-02-023-65/+115
* Fix bug in autodetected mboxesIain Holmes2001-01-313-44/+65
* Fix typo.Kjartan Maraas2001-01-302-1/+5
* Cast the camel_stream_mem_new() to a CamelStreamMem.Jeffrey Stedfast2001-01-303-2/+7
* Return efence ifdefs to 0 for solaris buildJP Rosevear2001-01-302-2/+6
* (build_tree): Oops, turn on BROKEN_ETREE again.Michael Zucci2001-01-292-3/+6
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-297-25/+201
* Turns out that I was wrong about the g_get_real_name mem leak, god damnJeffrey Stedfast2001-01-292-3/+7
* Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak byJeffrey Stedfast2001-01-293-20/+41
* Update copyrights.Ettore Perazzoli2001-01-282-2/+2
* Make the advanced search dialog use stock buttons. Make the OK buttonEttore Perazzoli2001-01-283-1/+17
* Make the vfolder and "advanced search" dialogs a bit larger for betterEttore Perazzoli2001-01-283-0/+10
* Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-284-57/+135
* Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-282-10/+5
* Protect against NULL address pointers. (subject_compare): Same but forJeffrey Stedfast2001-01-282-0/+12
* warnings go byebyeIain Holmes2001-01-272-3/+11
* Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-272-15/+25
* Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-273-21/+46
* Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-274-8/+53
* Fix an uninitialized variable use.Dan Winship2001-01-272-4/+8
* (Fixing an old FIXME)Jason Leach2001-01-262-12/+10
* Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-263-9/+24
* Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-262-3/+9
* Yes, some more screw ups...Iain Holmes2001-01-262-16/+7
* Yes, I screwed up.Iain Holmes2001-01-261-2/+1
* GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-266-10/+72
* ForgotIain Holmes2001-01-261-1/+21
* Neater importer stuff.Iain Holmes2001-01-2610-87/+578
* The following fixes seem to clear up the problem of new mail not beingJeffrey Stedfast2001-01-262-1/+17
* (Don't prompt about unsaved changes for replies/forwards that have notJason Leach2001-01-262-3/+16
* Check if a message part's content is available, and if it's not, queue aDan Winship2001-01-266-70/+167
* Made the message list pay attention to the "cursor_activated" signalChristopher James Lahey2001-01-262-6/+11
* More happy icons for the mailer.Ettore Perazzoli2001-01-252-1/+23
* Get the mailer to use the new menu icons.Ettore Perazzoli2001-01-252-8/+19
* Fix the subject match expression, which was missing a closing ).Not Zed2001-01-253-7/+23
* Added a 3rd page to the account editor to allow users to set their HTMLJeffrey Stedfast2001-01-255-0/+151
* Save the source and transport changes whether the user can connect to theJeffrey Stedfast2001-01-242-19/+15
* Patch from Tuomas to have a "Sender contains" rule in the quicksearchEttore Perazzoli2001-01-242-0/+25
* Fix spelling.Dan Winship2001-01-244-3/+8
* Set the default folder when copying to mbox. This is a quick fix, i mightNot Zed2001-01-242-5/+14
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+9
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+30
* A few minor tweaks.Jeffrey Stedfast2001-01-243-14/+24
* Try turning off the BROKEN_ETREE thing. It seems to work ok (better?) now,Not Zed2001-01-232-3/+9
* Automagically fill in the user's default transport if he/she has setupJeffrey Stedfast2001-01-232-0/+32
* Just wrote a temp way of reporting success/fail of PGP/MIME signatureJeffrey Stedfast2001-01-232-8/+18
* Add the Outlook importer.Iain Holmes2001-01-234-0/+367
* make mail_gui_thread non-static.Dan Winship2001-01-234-4/+41
* Fixed to display subparts (other than the signature part) and started toJeffrey Stedfast2001-01-232-7/+47
* Fix a double-free problem.Not Zed2001-01-232-19/+16
* Oops, danw didn't know 'provider' could be NULL :-)Jeffrey Stedfast2001-01-232-2/+7
* Change "Path:" label to "Namespace:" for IMAP. Use $MAILDIR rather thanDan Winship2001-01-232-2/+20
* Function to add a store/storage mapping. (add_storage): Use it.Dan Winship2001-01-234-4/+32
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-0/+20
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-237-14/+14
* Added temp profiling files.Not Zed2001-01-222-1/+7
* remove a warning with conditional news compilation.Not Zed2001-01-2211-1497/+593
* Helps if I spell stuff correctly so it can pass the tests ;-)Jeffrey Stedfast2001-01-223-4/+10
* Initialize OpenPGP.Jeffrey Stedfast2001-01-224-20/+25
* Remove the X-Evolution header before we send.Jeffrey Stedfast2001-01-222-3/+9
* Don't forget to unref the filters. (pgp_mime_part_verify): Same.Jeffrey Stedfast2001-01-222-27/+32
* Updated header comment and fixed some ref/unref count problems in theJeffrey Stedfast2001-01-212-6/+12
* Updated header comment and fixed some ref/unref count problems in theJeffrey Stedfast2001-01-212-25/+33
* Added draw-focus="true" and selection-mode="browse" attributes to theChristopher James Lahey2001-01-212-4/+9
* Init a cancel field in the message. (mail_msg_free): Free it.Not Zed2001-01-216-113/+722
* Strip leading space from the transport url gotten from the message.Jeffrey Stedfast2001-01-212-2/+10
* If the name is empty string, use the address.Jeffrey Stedfast2001-01-202-1/+7
* Update for e_popup_menu_run change.Dan Winship2001-01-203-2/+13
* New function to add a folder and any parents of it that don't yet exist.Dan Winship2001-01-202-6/+34
* New swanky send/recieve thingy, well it so far only receives (pop/mbox).Not Zed2001-01-194-0/+617
* Added the next/previous toolbar buttons.Jeffrey Stedfast2001-01-194-0/+37
* Use static libcomposer.a here instead of the libtoolized one.Miguel de Icaza2001-01-181-1/+1
* oops, don't xexpand, that makes the dialog too wide.Jeffrey Stedfast2001-01-182-104/+104
* backed out Anna's dialog, no one likes it!Jeffrey Stedfast2001-01-182-1190/+1263
* get rid of some gtk warnings.Jeffrey Stedfast2001-01-181-6/+10
* Anna's dialog now supports SSL so we can get rid of the ssl-supportJeffrey Stedfast2001-01-185-1283/+1250
* New config function to set the path to the pgp binary.Jeffrey Stedfast2001-01-183-0/+64
* Handle NULL source and, while we're at it, transport URLs. ApparentlyJeffrey Stedfast2001-01-184-8/+35
* Oops. "url && url->host" doesn't do much without the '?' and ':' ;-)Jeffrey Stedfast2001-01-182-3/+6
* Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-182-6/+30
* Changed the word entry to enter, which is the correct word to use.Martin Norbäck2001-01-172-2/+7
* Update to use EMessageBox and to record if the user doesn't want to everJeffrey Stedfast2001-01-174-6/+71
* Modify to be able to handle a NULL source_url. (source_auth_init): AllowJeffrey Stedfast2001-01-174-90/+199
* Don't do thumbnails for offline imagesDan Winship2001-01-172-5/+13
* If the user hits "No", then don't destroy the filesel window.Jeffrey Stedfast2001-01-173-3/+10
* only load the news storage if ENABLE_NNTP.Chris Toshok2001-01-173-0/+15
* use e_msg_composer_mark_text_origRadek Doulik2001-01-172-0/+6
* Update the X-Mailer header to use the string specified by configure.Dan Winship2001-01-172-8/+7
* Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-173-2/+5
* Fix a string causing translation problems. Bug #1147.Jason Leach2001-01-162-4/+13
* Comment about how sensitive doesn't work for bonobo set propMichael Zucci2001-01-161-0/+1
* Setup a cancellation handle. (do_fetch_mail): REgister for cancellationNot Zed2001-01-166-15/+43
* Change from using filters for date and size to using e_cell_date andChristopher James Lahey2001-01-163-16/+20
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-151-0/+1
* Set the default button to `Yes' here.Miguel de Icaza2001-01-153-1/+12
* If the preferred authmech isn't found, default to the first one in theJeffrey Stedfast2001-01-142-63/+76
* Fixed mail_load_storages to make a mini GSList of the account, not theJeffrey Stedfast2001-01-135-7/+35
* Get the X-Evolution-Transport URL and use that if it exists, else fallJeffrey Stedfast2001-01-133-3/+26
* don't make the window so wide...Jeffrey Stedfast2001-01-131-23/+23
* Removed GPG_* variables.Jeffrey Stedfast2001-01-132-3/+3
* Now takes a 'is_account_data' variable to specify whether the sources is aJeffrey Stedfast2001-01-134-31/+54
* Changed filter_date and filter_size to match the changes in gal.Christopher James Lahey2001-01-132-8/+14
* back to the dialogs I madeJeffrey Stedfast2001-01-132-1066/+1264
* oops, actually delete mail_config_get_account_by_addressJeffrey Stedfast2001-01-131-19/+0
* Anna's dialogs.Jeffrey Stedfast2001-01-138-1284/+1128
* Get the account by using the new e_msg_composer_get_preferred_account()Jeffrey Stedfast2001-01-134-5/+50
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-133-36/+15
* Add strings for localizationMiguel de Icaza2001-01-123-0/+17
* Rename "Save" to "Store search as vFolder".Miguel de Icaza2001-01-122-7/+11
* Unref the property bag when we are done with it.Miguel de Icaza2001-01-122-49/+74
* New convenience function that I will need later when I redo the composerJeffrey Stedfast2001-01-123-0/+25
* Update to reflect past changes to the mail-config API.Jeffrey Stedfast2001-01-122-1/+4
* strdup() the key.Jeffrey Stedfast2001-01-122-1/+3
* We don't want to be able to set the reply-to in the config druid.Jeffrey Stedfast2001-01-122-6/+5
* We don't want to be able to set the reply-to in the config druid.Jeffrey Stedfast2001-01-124-79/+16
* Guess the default MAIL value for MBOX and Maildir files.Miguel de Icaza2001-01-122-0/+11
* Force finalization of the function before returning fixing the FIXME thatMiguel de Icaza2001-01-122-10/+28
* If the service_check fails, pop-up a warning dialog letting the user knowJeffrey Stedfast2001-01-122-5/+40
* Eek! Don't destroy the account if the connection fails, duh. This is whatJeffrey Stedfast2001-01-122-12/+12
* Connect to folder_changed as well as message_changed for updating unreadDan Winship2001-01-122-0/+7
* Add Bonobo/ItemContainer as the set of supported interfaces inMiguel de Icaza2001-01-123-0/+8
* add missing e-unicode.h includeDan Winship2001-01-121-0/+1
* Translate the header name to UTF8.Dan Winship2001-01-122-11/+13
* added a 4-pixel padding between entry boxesJeffrey Stedfast2001-01-111-90/+90
* New function that explains to the user why he can't do the action heJeffrey Stedfast2001-01-113-40/+38
* Set the sensitivity of the Password label too.Jeffrey Stedfast2001-01-112-0/+6
* New callback to handle when the user hits the "back" button when on theJeffrey Stedfast2001-01-113-1/+34
* Grab the focus of the first widget that is sensitive.Jeffrey Stedfast2001-01-112-1/+19
* Prevent Federico's segfault.Jeffrey Stedfast2001-01-112-1/+5
* Clear the password entry if it's not allowed. (transport_type_changed):Jeffrey Stedfast2001-01-113-5/+35
* Remove a debug printf (that crashes Solaris because it usually triesDan Winship2001-01-111-1/+0
* Fix proto. (print_preview_msg): Fix proto.Miguel de Icaza2001-01-102-6/+13
* Bugfix for #1077: scrollwheel doesn't work while hovering over anJason Leach2001-01-102-7/+15
* removed old mail-config-gui.* files that are no longer used or needed.Jeffrey Stedfast2001-01-102-2440/+0
* removed mail-config-druid.glade filesJeffrey Stedfast2001-01-102-3106/+0
* Moved to mail-config.gladeJeffrey Stedfast2001-01-108-355/+2952
* Change mail_op_forward_event to mail_proxy_event.Dan Winship2001-01-102-2/+7
* Let the system umask determine the permissions of this file.Jeffrey Stedfast2001-01-102-1/+4
* Gray out the appropriate labels too. (auth_type_changed): And here.Jeffrey Stedfast2001-01-106-39/+200
* For all optionmenu's, set the appropriate 'history'. (keep_mail_check):Jeffrey Stedfast2001-01-104-11/+88
* Add -export-dynamic, so libglade can resolve evolution-mail symbols.Dan Winship2001-01-102-0/+8
* Updated. (decode_pgp): Get rid of #ifdef PGP_PROGRAM's and handleJeffrey Stedfast2001-01-107-1030/+1249
* New function to set the password for a given url.Jeffrey Stedfast2001-01-106-21/+75
* remove </center><p> (handle_text_plain): add <fontRadek Doulik2001-01-092-2/+5
* remove </center><p>Radek Doulik2001-01-092-1/+5
* Write the config data and reload the accounts list so the "default" tag isJeffrey Stedfast2001-01-092-2/+14
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-0915-538/+808
* Add an #include <errno.h>Dan Winship2001-01-092-0/+5
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-0911-507/+350
* More lovely fixes...Jeffrey Stedfast2001-01-093-6/+14
* A bunch of fixes.Jeffrey Stedfast2001-01-096-23/+130
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-0810-63/+109
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-0812-369/+560
* Implemented.Jeffrey Stedfast2001-01-072-2/+19
* Implemented. (ok_clicked): Implemented. (cancel_clicked): Implemented.Jeffrey Stedfast2001-01-074-84/+203
* Made it so that going to the next or previous message in the list will atChristopher James Lahey2001-01-072-0/+11
* Coded a bunch of the methods.Jeffrey Stedfast2001-01-076-106/+316
* Fix some race conditions when dealing with vfolders.Iain Holmes2001-01-072-18/+48
* New source files to provide an account editor widget.Jeffrey Stedfast2001-01-066-15/+144
* Since the druid now handles adding the new account to the config, we'llJeffrey Stedfast2001-01-065-3/+512
* Renamed from _delete_mail (mail_config_druid_get_transport_url): NewJeffrey Stedfast2001-01-065-99/+84
* Renamed from _delete_mailJeffrey Stedfast2001-01-065-382/+415
* Fixed a few 'Oops'es.Jeffrey Stedfast2001-01-055-22/+1423
* rebuilt this, glade crashed...so uh, maybe this is ok now? I dunnoJeffrey Stedfast2001-01-051-46/+15
* Updated. What else can I say?Jeffrey Stedfast2001-01-054-48/+1654
* Fix leaks, set unread count on folder creation as well as on changesDan Winship2001-01-051-2/+6
* Connect to "message_changed" on the folder if it's on a remote storage.Dan Winship2001-01-053-1/+46
* Removed old implementation.Not Zed2001-01-049-824/+705
* Updated to have a GtkWindow as a parentJeffrey Stedfast2001-01-042-17/+88
* New source file that implements mail-config-druid. Note: this is not yetJeffrey Stedfast2001-01-043-0/+998
* Call mail-callbacks.c:forward_messages(), so the behaviour is the same asNot Zed2001-01-037-371/+236
* add font color setting for table, changed border behaviorRadek Doulik2001-01-033-5/+13
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-0315-639/+1254
* Use header_content_type_simple, not header_content_type_format.Dan Winship2001-01-033-3/+10
* fixed unresolved symbol (d)Jeffrey Stedfast2001-01-021-0/+2
* fixed changelogJeffrey Stedfast2001-01-021-1/+0
* Implemented.Jeffrey Stedfast2001-01-024-35/+250
* fix previous fixDan Winship2000-12-301-1/+1
* Update this for CamelContentType too.Dan Winship2000-12-302-17/+21
* Use CamelContentType, and use header_content_type_is instead of doing itDan Winship2000-12-293-31/+45
* Return of the thumbnail cache.Iain Holmes2000-12-283-9/+93
* ({setup,do,cleanup}_subscribe_folder): Update previous fix: JeffDan Winship2000-12-282-2/+9
* Use info->name, not input->full_name. Fixes #1029 inDan Winship2000-12-272-1/+6
* New BonoboPropertyEventless stuffIain Holmes2000-12-271-2/+6
* Changed this to format times in 12 hour time instead of 24 hour time.Christopher James Lahey2000-12-252-4/+9
* Changed this to do different formatting of dates within the last week.Christopher James Lahey2000-12-252-9/+33
* Merge from camel-mt-branch.Not Zed2000-12-248-145/+315
* Changed this to do different formatting of dates based on the currentChristopher James Lahey2000-12-232-5/+32
* Added titles to the pixbuf columns.Christopher James Lahey2000-12-232-4/+9
* Detect created and deleted vfolders.Iain Holmes2000-12-224-10/+97
* Deal with the possibility that we have an icon-filename listed for a MIMEDan Winship2000-12-222-6/+25
* for now #ifdef PGP_PROGRAM falling back to handle_multipart_mixed.Chris Toshok2000-12-192-0/+14
* Unlock camel when done to prevent a hang later.Dan Winship2000-12-192-0/+6
* Only update display every 2 seconds.Miguel de Icaza2000-12-184-7/+35
* Always use the slow (full-update) version of the tree update code, to getNot Zed2000-12-166-27/+553
* Update this for the new signal handler prototype. Fixes the crash onDan Winship2000-12-162-6/+7
* New callback to handle multipart/signed parts. (decode_pgp): Update toJeffrey Stedfast2000-12-164-93/+766
* Dont blindly convert all parts to utf8, e.g. image/jpg. We only convertNot Zed2000-12-151-26/+31
* Unref the iterator when we're done with it.Christopher James Lahey2000-12-152-0/+6
* call gtk_html_set_default_content_type to make gkthtml default to utf-8Larry Ewing2000-12-152-0/+9
* Fix a slight race condition that could cause the busy indicator not toEttore Perazzoli2000-12-152-7/+14
* Made the vertical scrollbar always be there.Christopher James Lahey2000-12-143-2/+14
* Small ChangeLog mistake.Chris Lahey2000-12-131-2/+2
* Added a cast.Christopher James Lahey2000-12-134-7/+24
* Fix to use the right .h instead of the deprecated one.Dan Winship2000-12-132-1/+6