aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 3ab0d6962d7d529a918930c9a4a17e4f8c42a0e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
changelogs =            \
    ChangeLog

appicondir = $(datadir)/pixmaps
appicon_DATA = evolution.png

applicationdir = $(datadir)/gnome/apps/Applications
application_DATA = evolution.desktop

EXTRA_DIST =            \
    AUTHORS         \
    $(changelogs)       \
    README          \
    HACKING         \
    MAINTAINERS     \
    NEWS            \
    evolution.spec.in   \
    $(appicon_DATA)     \
    $(application_DATA)


SUBDIRS =           \
        intl                    \
        macros                  \
        data                    \
        e-util                  \
        widgets                 \
        shell                   \
        libibex                 \
        camel                   \
        filter                  \
        composer                \
        mail                    \
        libical                 \
        libversit               \
        addressbook             \
        calendar                \
        wombat                  \
        art                     \
    ui          \
        default_user            \
        tools                   \
        po                      \
        doc


dist-hook: evolution.spec
    cp evolution.spec $(distdir)


it/camel?h=gnome-2-10-base&id=ad3524ee83a902c47a88179c6a6b5b5c2fbc297f'>oops, changed the location of where we check for multipart/encryptedJeffrey Stedfast2002-07-121-4/+7 * Handle multipart/encrypted parts too.Jeffrey Stedfast2002-07-123-9/+26 * Don't let any parts have a binary encoding.Jeffrey Stedfast2002-07-122-1/+6 * oops, apparently I didn't save?Jeffrey Stedfast2002-07-121-0/+1 * Fixes bug #27672Jeffrey Stedfast2002-07-125-6/+51 * If we are fetching HEADERs, don't cache the stream - instead just create aJeffrey Stedfast2002-07-122-23/+39 * Don't forget to set an appropriate exception before returning NULL.Jeffrey Stedfast2002-07-122-0/+8 * Make sure message is non-NULL before setting the source on it.Jeffrey Stedfast2002-07-112-1/+4 * Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd inJeffrey Stedfast2002-07-112-33/+40 * Set the IS_SOURCE provider flag.Jeffrey Stedfast2002-07-052-1/+5 * Change all exceptions to report which POP server failed (and tried to makeJeffrey Stedfast2002-07-052-21/+31 * If we get an exception from the child sync, update the exception string soNot Zed2002-07-035-31/+75 * Take a void object arg. (camel_object_remove_event): "Not Zed2002-07-033-12/+25 * Don't use --no-auto-key-retrieve, this option has apparently beenJeffrey Stedfast2002-06-292-4/+16 * Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-282-19/+55 * Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-282-3/+13 * Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-282-23/+20 * Loop on our reads while errno is EINTR or EAGAIN.Jeffrey Stedfast2002-06-272-9/+25 * Removed.Jeffrey Stedfast2002-06-277-1934/+41 * Oops, this needs to take a userid argument.Jeffrey Stedfast2002-06-273-5/+8 * Removed (never did anything anyway).Jeffrey Stedfast2002-06-275-240/+11 * New class implementing the multipart/encrypted content type. ContainsJeffrey Stedfast2002-06-275-0/+420 * Check for NODATA too.Jeffrey Stedfast2002-06-273-2/+15 * Remove the #include for camel-spoold-store.hJeffrey Stedfast2002-06-262-1/+5 * Include <sys/time.h> for struct timeval.Not Zed2002-06-2622-2418/+1045 * #include <sys/time.h>Jeffrey Stedfast2002-06-263-1/+5 * Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): DecodeJeffrey Stedfast2002-06-252-20/+82 * implemented camel_gpg_context_set_always_trust()Jeffrey Stedfast2002-06-252-0/+19 * Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-252-1/+8 * Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-252-100/+76 * Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphraseJeffrey Stedfast2002-06-242-6/+14 * Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here.Jeffrey Stedfast2002-06-233-56/+117 * more fixes, now verifying works and signing almost works as well, except gpg ...Jeffrey Stedfast2002-06-221-7/+30 * yay, I get to hold more state because Unix pipes suck so badly. This isJeffrey Stedfast2002-06-221-101/+220 * added camel_gpg_context_new which I had forgotten beforeJeffrey Stedfast2002-06-221-0/+28 * New source files implementing the CamelCipherContext class for gnupg.Jeffrey Stedfast2002-06-229-32/+1286 * Updated to support searching as well as making it use CamelDigestSummary.Jeffrey Stedfast2002-06-215-106/+325 * PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.Jeffrey Stedfast2002-06-202-2/+9 * Drop back to initial state if we came from eof state.Not Zed2002-06-202-1/+7 * Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to beJeffrey Stedfast2002-06-202-1/+5 * Make sure we hold the command_lock before accessing current_folder.Jeffrey Stedfast2002-06-203-2/+35 * Don't bother trying to authenticate (and thus don't throw up an errorJeffrey Stedfast2002-06-193-6/+19 * Update the freeze state of the new source folder.Jeffrey Stedfast2002-06-183-4/+37 * remove the camel-remote-store private structJeffrey Stedfast2002-06-181-17/+1 * Freeze source folders. (vee_thaw): Thaw all source folders. Fixes bugJeffrey Stedfast2002-06-152-0/+56 * Unlock the command_lock after each UID STORE command so that otherJeffrey Stedfast2002-06-152-5/+14 * Fixed compiler warnings.Jeffrey Stedfast2002-06-1510-15/+31 * Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-155-10/+22 * Our parent class is camel_vee_folder, not camel_folder, fix setting ofNot Zed2002-06-114-180/+278 * Use CAMEL_EXCEPTION_SYSTEM rather than '1' for clarity.Jeffrey Stedfast2002-06-092-1/+6 * Up the timeout on the connect code to 2 minutes.Jeffrey Stedfast2002-06-072-2/+9 * Duh! The protocol is application/pgp-signature. TODO: need to have aNot Zed2002-06-071-1/+1 * Parse "From: Dan Winship <danw>" (with no domain) in the way the senderDan Winship2002-06-072-1/+7 * Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-0610-38/+548 * Check that any unmatched operation is not concerning any vfolder. OtherNot Zed2002-06-032-10/+24 * setup/free the mech string.Not Zed2002-06-0313-24/+408 * When the part is a multipart/signed, make sure to free the part_specJeffrey Stedfast2002-06-012-13/+18 * Free the path buffer when we're done with it.Jeffrey Stedfast2002-06-013-2/+13 * If we fail to read a literal, free the temporary string buffer.Jeffrey Stedfast2002-06-012-11/+8 * Revert my fix from the other day since camel_imap_command_response()Jeffrey Stedfast2002-06-013-6/+18 * If we fail to be able to create a stream to insert into the cache, thenJeffrey Stedfast2002-06-012-0/+8 * Added a protocol field for users to use.Not Zed2002-05-3121-58/+1422 * On error, don't leak the GByteArray buffer.Jeffrey Stedfast2002-05-312-0/+4 * Free the response before checking for errors. I'm not sure this'llJeffrey Stedfast2002-05-313-7/+45 * Only free the LOGOUT response if it is non-NULL.Jeffrey Stedfast2002-05-302-1/+7 * Implement. Run a summary check to update for any newly arrived messages.Not Zed2002-05-293-1/+31 * Use the CamelMessageInfo rather than the CamelMimeMessage because theJeffrey Stedfast2002-05-292-8/+11 * On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-286-77/+226 * Helps if we allocate enough space here. Also, start smoking the sameJeffrey Stedfast2002-05-253-4/+20 * Use the new readline function.Jeffrey Stedfast2002-05-256-59/+96 * Added some NULL protection fixes.Jeffrey Stedfast2002-05-242-8/+26 * Removed from the build. Glory glory hallelujah.Jeffrey Stedfast2002-05-2310-892/+489 * Don't call some retarded function to simply set an exception.Jeffrey Stedfast2002-05-224-4/+11 * If we get an invalid start char, just ignore it and goto the nextNot Zed2002-05-212-2/+9 * New e-sexp callback function to get a user_tag label value.Jeffrey Stedfast2002-05-172-0/+18 * New function to parse a NAMESPACE response properly.Jeffrey Stedfast2002-05-165-32/+291 * Only reconnect if we are already connected, if we are in a disconnectedJeffrey Stedfast2002-05-162-1/+6 * If the part_spec is an empty string for a leaft part, use "1" since weJeffrey Stedfast2002-05-162-3/+7 * removed. (imap_store_refresh_folders): Copy the folders first, thenNot Zed2002-05-153-10/+47 * fixed a simple logic mistakeJeffrey Stedfast2002-05-151-1/+4 * Fixes bug #24136.Jeffrey Stedfast2002-05-155-37/+137 * Previous fix reverted.Jeffrey Stedfast2002-05-152-8/+1 * Previous fix reverted. (get_content): Handle the case where a multipart'sJeffrey Stedfast2002-05-153-6/+17 * Overload the setv/getv CamelObject virtual methods. (imap_setv):Jeffrey Stedfast2002-05-143-2/+133 * Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-1415-95/+257 * Since the fix for #3357 uses 'order=0' to indicate tree structure nodes,Not Zed2002-05-132-2/+11 * Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lackingJeffrey Stedfast2002-05-112-1/+5 * Might help if we called camel_transport_class_init.Jeffrey Stedfast2002-05-112-1/+6 * Replace copy_messages_to and move_messages_to with a single function thatDan Winship2002-05-1112-273/+224 * New filter function to pipe a message to another program. (run_command):Jeffrey Stedfast2002-05-102-13/+7 * New filter function to pipe a message to another program.Jeffrey Stedfast2002-05-102-0/+135 * Instead of testing for SERVICE_CONNECTED, we need to also handleNot Zed2002-05-093-2/+12 * Implemented. (digest_getv): Implemented.Jeffrey Stedfast2002-05-0912-23/+364 * camel_pop3_engine_iterate doesn't return the state, it returns -1 on fail,Jeffrey Stedfast2002-05-082-7/+15 * s/class/klass for arguments so that c++ developers don't complain later.Jeffrey Stedfast2002-05-082-16/+22 * Fix a crash in a g_warning.Dan Winship2002-05-082-4/+8 * Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-0749-850/+1119 * If the pop3 command status is -1, then we probably have a TCP error (?) soJeffrey Stedfast2002-05-073-15/+29 * Use CamelMimeFilterBestenc to get a more appropriate encoding rather thanJeffrey Stedfast2002-05-072-7/+33 * Call camel_mime_message_encode_8bit_parts() which fixes bug #10885.Jeffrey Stedfast2002-05-072-3/+4 * Don't bother with counting down the timeout.Jeffrey Stedfast2002-05-072-7/+7 * Same fix as the tcp stream. (stream_write): Again here. Just like tcpJeffrey Stedfast2002-05-033-66/+111 * Fixed the fix for stupidly-broken-mailer bug #5 to work when multipleJeffrey Stedfast2002-05-032-3/+10 * Change the order of some code so that we check if the select() failedJeffrey Stedfast2002-05-033-20/+42 * Now takes a CamelURL argument rather than a GHashTable *settings argument.Jeffrey Stedfast2002-05-022-4/+5 * We want to set unread_count to get_unread_message_count, notNot Zed2002-04-292-2/+8 * Don't link to libibex.a anymore.Jeffrey Stedfast2002-04-274-4/+7 * No longer want to #include <libibex/ibex.h>Jeffrey Stedfast2002-04-272-1/+8 * New function to auto-detect configuration settings.Jeffrey Stedfast2002-04-273-3/+54 * Remove the excessive \n's, after printfs.Not Zed2002-04-263-13/+34 * Don't put a space between the "RCPT TO:" and the "<recipient>" strings -Jeffrey Stedfast2002-04-262-5/+11 * Configure the default paths for mh, mbox, maildir, spools, etc.Jeffrey Stedfast2002-04-253-16/+62 * Add a CAMEL_PROVIDER_CONF_LABEL enum.Jeffrey Stedfast2002-04-252-6/+11 * Free the LIST pop3 command.Jeffrey Stedfast2002-04-203-2/+11 * Don't g_return_val_if_fail here if the boundary is an empty string. SeeJeffrey Stedfast2002-04-202-3/+16 * Start of a white-paperish document describing camel-index and olderNot Zed2002-04-192-0/+412 * If we get a failure, make sure we set an exception.Not Zed2002-04-183-10/+24 * When doing a contains match, split the words and perform an and on it.Not Zed2002-04-187-95/+469 * If the vee-folder is the unmatched, we don't have our own expression so weJeffrey Stedfast2002-04-182-3/+14 * Get rid of an unused variable.Jeffrey Stedfast2002-04-178-23/+159 * Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-155-3/+18 * Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-143-0/+9 * fix the nntp provider makefile.amJeffrey Stedfast2002-04-141-18/+3 * Treat commas as token delimeters. (WEEKDAY_CHARS): Use full weekday namesJeffrey Stedfast2002-04-132-22/+31 * If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-114-1/+24 * Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight whereJeffrey Stedfast2002-04-112-1/+14 * oops, after converting everything truncate the GByteArray to the correct leng...Jeffrey Stedfast2002-04-111-0/+4 * Fixed a bug that would miscalculate how much data to copy into theJeffrey Stedfast2002-04-112-46/+68 * Make the folder_lock recursive. See bug #22363 for details. Basically,Jeffrey Stedfast2002-04-104-8/+16 * made the copmment clearerJeffrey Stedfast2002-04-101-1/+1 * Don't adjust the timezone offset if we used tm.tm_gmtoff because it isJeffrey Stedfast2002-04-102-0/+9 * If we get multiple Content-Type header values, change subsequent headersNot Zed2002-04-096-29/+104 * Don't count our filler when encoding our line-length octet.Jeffrey Stedfast2002-04-093-4/+12 * Don't get the statuscode here anymore. (http_method_invoke): Use aJeffrey Stedfast2002-04-063-34/+170 * If (body-contains) is not passed any arguments, return empty/false. FixesNot Zed2002-04-052-1/+5 * Simplified since we can now decode in-reply-to without getting extraJeffrey Stedfast2002-04-054-42/+61 * Reset the keepalive timeout to 10 minutes rather than the 30 seconds I wasNot Zed2002-04-042-1/+7 * make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-049-27/+58 * Turn indexing back on, fingers crossed ...Not Zed2002-04-037-11/+246 * Handle a ton more nspr i/o errno's. (stream_connect): Act as if we areJeffrey Stedfast2002-04-033-11/+109 * Sync the key tables explcitly.Not Zed2002-04-035-34/+147 * Put back in the exception setup stuff i disabled for debugging.Not Zed2002-04-022-4/+6 * Temporarily disable indexing.Not Zed2002-04-029-15/+108 * #include appropriate headers for mkdirJeffrey Stedfast2002-04-021-0/+2 * Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-027-7/+25 * We now have to check to make sure that p->message is non-NULL because weJeffrey Stedfast2002-03-292-3/+29 * Change the message arg to a CamelMimeMessage instead of a CamelMedium.Dan Winship2002-03-295-195/+73 * Construct the source_url the right way. The previous way was generatingJeffrey Stedfast2002-03-282-7/+21 * Changed to use just g_utf8_strdown instead of utf8_normalise, to match theNot Zed2002-03-262-2/+9 * updatedJeffrey Stedfast2002-03-261-0/+1 * When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-2538-248/+5346 * Use the date in the received header for the received_date.Jeffrey Stedfast2002-03-222-6/+22 * Fix this to work right. We need to convert the input buffer to the charsetJeffrey Stedfast2002-03-204-25/+66 * Updated to use the same logic as the POP code.Jeffrey Stedfast2002-03-192-8/+9 * No longer takes a stls_supported argument since we no longer need it withJeffrey Stedfast2002-03-192-16/+21 * Don't allow any empty structs. If !ENABLE_THREADS, provide a gpointerJeffrey Stedfast2002-03-162-0/+17 * Added a work-around for SMTP servers that can't read the RFCs and thusJeffrey Stedfast2002-03-142-1/+24 * reverted my USER/PASS quoting fixJeffrey Stedfast2002-03-142-8/+2 * Quote the USER and PASS arguments since some people have spaces in theirJeffrey Stedfast2002-03-142-2/+8 * Now takes a url argument.Jeffrey Stedfast2002-03-136-26/+54 * do the typedef's in camel-types.h and include camel-digest-store.h in camel.hJeffrey Stedfast2002-03-124-2/+3 * A pretty empty store implementation to be the parent store of aJeffrey Stedfast2002-03-126-3/+229 * Allow any leaf part to be a message/rfc822 part. (digest_get_uids):Jeffrey Stedfast2002-03-122-41/+88 * Change the order of the mailing list magic patterns so that the moreEttore Perazzoli2002-03-122-17/+23 * oops, musta backspaced over a brace?Jeffrey Stedfast2002-03-121-1/+1 * These fixes should fix bug #21737.Jeffrey Stedfast2002-03-123-17/+32 * Rename the OpenSSL implementation of things to match the NSSDan Winship2002-03-119-193/+111 * Remove this: it couldn't be generically used, because different subclassesDan Winship2002-03-118-79/+238 * Don't call camel_remote_store_get_authtypes since we no longer subclassJeffrey Stedfast2002-03-097-50/+290 * Add support for hash type RIPEMD160.Jeffrey Stedfast2002-03-084-52/+100 * Add a timeout on the select. (stream_write): Same.Jeffrey Stedfast2002-03-082-8/+24 * Fix to work with OpenSSL.Jeffrey Stedfast2002-03-072-3/+8 * compile fixes. (camel_tcp_stream_openssl_enable_ssl): Check to make sureJeffrey Stedfast2002-03-072-12/+22 * Make this compile.Dan Winship2002-03-072-1/+6 * treat "" as "always" to maintain compatablity with old config settingsJeffrey Stedfast2002-03-061-1/+2 * Removed. Glory glory hallelujah! (ssl_bad_cert): No longer callsJeffrey Stedfast2002-03-062-55/+7 * Start the ssl stream off in non-ssl mode (useful for STARTTLS).Jeffrey Stedfast2002-03-068-84/+433 * Add c++ armoring.Jeffrey Stedfast2002-03-0230-18/+324 * Reverted my pgp/mime fixes here too.Jeffrey Stedfast2002-03-024-45/+12 * Changed offset variables from int's to off_t's since the system mayJeffrey Stedfast2002-03-012-4/+7 * Rearrange the save filter stuff so that we save raw streams for all mimeJeffrey Stedfast2002-03-012-36/+40 * only save raw streams for leaf parts.Jeffrey Stedfast2002-02-281-2/+9 * Don't #include camel-mime-filter-save.h, we don't use it.Jeffrey Stedfast2002-02-288-126/+173 * Use the FOLD_SIZE as a recommended folding size, but add a newNot Zed2002-02-284-6/+14 * New stream filter that chomps excess trailing whitespace from the end ofJeffrey Stedfast2002-02-286-12/+256 * Changed header formatted table to contain a pointer to an output function,Not Zed2002-02-272-10/+102 * Allow all multiparts that contain message/rfc822 attachments.Jeffrey Stedfast2002-02-262-6/+21 * Set the 'name' parameter on the Content-Type too. Fixes bug #20779.Jeffrey Stedfast2002-02-232-0/+11 * Pass --always-trust to gpg (requested by users). (pgp_clearsign): Same.Jeffrey Stedfast2002-02-153-2/+11 * Ximian is spelled Ximian, not Ximain. :-)Jeffrey Stedfast2002-02-154-4/+4 * Since the AUTH token sometimes uses '=' instead of whitespace, don't useJeffrey Stedfast2002-02-132-1/+8 * Duh, when we grab the apop stamp it needs to include the <> as well, INot Zed2002-02-093-4/+14 * Removed some <<< stuff i missed.Michael Zucci2002-02-081-1/+0 * The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-0813-21/+538 * Implementation of NTLM (aka "Secure Password Authentication") auth, takenDan Winship2002-02-086-1/+787 * Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be usingJeffrey Stedfast2002-02-073-2/+5 * Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-052-1/+2 * Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-057-108/+132 * Added. New stream for HTTP requests (currently supported are GET andJeffrey Stedfast2002-02-053-0/+530 * Call set_errno appropriately.Jeffrey Stedfast2002-02-052-3/+17 * Oops, this was converting foo@[blah] to foo@[ blah ], fixed.Not Zed2002-01-312-2/+7 * Use "pop" instead of "pop3" so current configurations continue to work.Jeffrey Stedfast2002-01-312-1/+6 * Changed name from "NT Login" to simply "Login".Not Zed2002-01-3014-671/+1645 * Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-302-1/+11 * Handle Resent headers too.Jeffrey Stedfast2002-01-293-5/+14 * Added Resent-* #defines.Jeffrey Stedfast2002-01-292-0/+6 * Use while (node->next) instead of while (node)Jeffrey Stedfast2002-01-292-1/+4 * New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-293-97/+142 * Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-294-73/+171 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-18/+10 * Remove some old cruft.Ettore Perazzoli2002-01-252-16/+4 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-25