aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* g_module_open the other providers we depend on to avoid load orderingRodrigo Moya2003-12-254-0/+226
* Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASEJeffrey Stedfast2003-12-122-13/+34
* Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORSJeffrey Stedfast2003-12-112-3/+9
* Add a CAMEL_FOLDER_NOCHILDREN flag.Jeffrey Stedfast2003-12-115-5/+15
* also check application/pkcs7-signature (bloody applemail).Not Zed2003-12-102-2/+12
* put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST,Not Zed2003-12-105-12/+109
* remove dthe clearenv stuff, not sure why its there. s/setenv/putenv/ forNot Zed2003-12-102-12/+9
* ** See bug #51899.Not Zed2003-12-093-2/+12
* Revert the s/is_/camel_mime_is_/ changes or we get really long variableJeffrey Stedfast2003-12-092-20/+28
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-098-108/+184
* Fixes bug #51881Jeffrey Stedfast2003-12-093-2/+62
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-079-15/+11
* Properly set the O_NONBLOCK flag along with any previously set flags.Jeffrey Stedfast2003-12-064-9/+27
* check recent messages for junk mailRadek Doulik2003-12-045-3/+49
* Free fi->path if we are gonna replace it with the vinfo path.Jeffrey Stedfast2003-12-042-0/+4
* Treat parent_name == NULL and parent_name == "" the same.Jeffrey Stedfast2003-12-042-1/+4
* Only add vTrash/vJunk info's if we've requested the toplevel folder tree,Jeffrey Stedfast2003-12-042-18/+31
* ** See bug #51478.Not Zed2003-12-022-1/+11
* Start at fd = 3.Jeffrey Stedfast2003-12-025-26/+21
* Same.Jeffrey Stedfast2003-12-017-84/+104
* set flags only for new folder infoRadek Doulik2003-12-011-2/+2
* set SUBSCRIBED and NOINFERIORS flags to special folders, renamed methodRadek Doulik2003-12-012-3/+78
* Enable GUI option for 'custom command' connection. Don't g_free strings inDavid Woodhouse2003-12-013-1/+15
* Added list-unsubscribe header match.Not Zed2003-12-015-20/+83
* Commit missing entry.JP Rosevear2003-11-271-1/+1
* make sure we always dist the smime stuffJP Rosevear2003-11-272-0/+6
* conditionally compile s/mime supportJP Rosevear2003-11-262-2/+15
* change args to make it suit storing the validity in a tree.Not Zed2003-11-253-14/+39
* Don't destroy the providers as it mans we can never ever have more than 1Jeffrey Stedfast2003-11-192-2/+10
* Single condition shorteningArtur Flinta2003-11-181-1/+1
* Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-182-12/+11
* Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-182-1/+7
* set flags in another place tooJeffrey Stedfast2003-11-151-0/+6
* Handle "" as a request for a full dirscan as well (not just NULL). MakesJeffrey Stedfast2003-11-153-19/+34
* oops, put the mempool stuff back, we don't use e-memory afterall. DamnNot Zed2003-11-142-0/+114
* Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): newNot Zed2003-11-147-154/+87
* look at the content object's mime type, not the container's type.Not Zed2003-11-134-6/+37
* merged spam filtering branchRadek Doulik2003-11-1315-21/+316
* split out the CMSMessage verification code so it can be used fromNot Zed2003-11-108-173/+380
* Don't bother trying to see if the server advertises EHLO. Simply alwaysJeffrey Stedfast2003-11-072-18/+15
* new (unfinished) api to peek inside smime parts to tell us whats in it.Not Zed2003-11-058-107/+291
* We might need to convert the passwd from UTF-8 into the locale charset.Jeffrey Stedfast2003-11-052-4/+25
* removed, now redundant.Not Zed2003-10-313-452/+4
* implement something basic.Not Zed2003-10-302-2/+17
* Added a note about api inconsistencies.Not Zed2003-10-3012-1301/+1253
* We should check List-Post before List-Id (List-Post has to contain theJeffrey Stedfast2003-10-292-10/+17
* Fixes bug #35083Jeffrey Stedfast2003-10-294-12/+57
* better detection of broken date to give to broken_date_parser.Frédéric Crozat2003-10-282-0/+20
* If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it.Jeffrey Stedfast2003-10-282-2/+11
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-2424-104/+117
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2210-21/+108
* Fixed a #include.Jeffrey Stedfast2003-10-162-1/+5
* Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bugJeffrey Stedfast2003-10-103-3/+10
* Removed an unused variable.Jeffrey Stedfast2003-10-092-1/+5
* fixed a comment spelling mistake and removede CAMEL_OBJECT() casting where it...Jeffrey Stedfast2003-09-261-12/+13
* If the localhost lookup results in a numeric IPv6 host, use the formJeffrey Stedfast2003-09-252-1/+9
* If the CREATE flag is set and the parent .sbd directory does not exist,Jeffrey Stedfast2003-09-243-2/+19
* Don't forget to flush the iconv conversion.Jeffrey Stedfast2003-09-242-1/+6
* Don't try dot-files.Jeffrey Stedfast2003-09-243-0/+8
* ** See bug #41610Not Zed2003-09-232-1/+9
* Added "offline_sync" option, which lets you synchronise all mail to localNot Zed2003-09-2311-204/+316
* Fix the code that creates a new ssl stream to pass the correct argumentsJeffrey Stedfast2003-09-225-6/+24
* New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-1917-103/+142
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-1910-52/+78
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-1945-911/+1076
* Implement a temp hack so trunk works until we merge in new-ui-branch.Jeffrey Stedfast2003-09-172-10/+19
* Don't warning about how we haven't written anything to the stream, this isJeffrey Stedfast2003-09-172-4/+9
* removed dead code.Not Zed2003-09-167-239/+100
* Implements CamelLocalFolder::get_full_path() (publicly namespaced so thatJeffrey Stedfast2003-09-136-51/+696
* added copyright comment blockJeffrey Stedfast2003-09-132-0/+48
* updated warning to mention the proper rfcJeffrey Stedfast2003-09-131-2/+2
* addDan Winship2003-09-111-0/+11
* Remove libcamel-static.laDan Winship2003-09-112-5/+4
* call camel_folder_sync bypassing the folder lock. SeeNot Zed2003-09-092-2/+8
* Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> execDavid Woodhouse2003-09-053-2/+169
* New stream implementation for running commands. Compile the aboveDavid Woodhouse2003-09-044-0/+335
* ** See bug #47765.Not Zed2003-09-044-22/+37
* removed debug printfs.Not Zed2003-08-302-12/+5
* Need to copy the local properties list before passing it out, since it'sNot Zed2003-08-302-1/+6
* implement PERSISTENT_PROPERTIES, for index mode.Not Zed2003-08-2810-22/+752
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-2745-1076/+911
* reverted some namespacing changes to internal functionsJeffrey Stedfast2003-08-271-17/+17
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-2717-161/+193
* Namespaced.Jeffrey Stedfast2003-08-2643-770/+903
* Added some more error checking for reading/writing to the pipes. Fixes bugJeffrey Stedfast2003-08-252-4/+26
* Don't poke wrapper->stream directly, useJeffrey Stedfast2003-08-223-16/+14
* Make sure to ref the stream. Fixes bug #47749.Jeffrey Stedfast2003-08-212-7/+14
* return 77 when gpg isn't available rather than 127Jeffrey Stedfast2003-08-191-3/+3
* Various fixes to make it work.Not Zed2003-08-1910-105/+162
* ** See bug #47634.Not Zed2003-08-1610-18/+99
* Don't attach any filters to decode base64/qp/etc.Jeffrey Stedfast2003-08-162-48/+10
* Save errno when flushing/unreffing the filter stream.Jeffrey Stedfast2003-08-142-3/+11
* If the content is base64/qp/uu/etc encoded but the part is 7bit/8bit/(orJeffrey Stedfast2003-08-142-0/+11
* Fix the range check, we were stopping removal of 1 or 2 removals, for someNot Zed2003-08-143-3/+17
* force connect manually so basics work.Not Zed2003-08-125-13/+41
* updated mime-tests READMEJeffrey Stedfast2003-08-121-0/+4
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-1222-566/+884
* add optional imapp compileMichael Zucci2003-08-021-1/+6
* experimental, non-working imap implementationMichael Zucci2003-08-0222-0/+7458
* oops, s/gpgfoo/gpg/Jeffrey Stedfast2003-08-021-1/+1
* updatedJeffrey Stedfast2003-08-022-2/+13
* Same.Jeffrey Stedfast2003-08-025-22/+152
* oops, this tooJeffrey Stedfast2003-07-311-1/+1
* Also updated.Jeffrey Stedfast2003-07-317-26/+39
* Fix for #46168 'some additional locale aliases required for chineseSuresh Chandrasekharan2003-07-294-43/+70
* Revert my previous changes to this function.Jeffrey Stedfast2003-07-248-146/+486
* #include camel-file-utils.h for camel_read()Dan Winship2003-07-235-3/+15
* Updated to convert to/from the correct charset (since content is no longerJeffrey Stedfast2003-07-182-30/+33
* Increment the seekable stream position by the number of bytes read. Oops.Jeffrey Stedfast2003-07-182-1/+6
* Increment the seekable stream position by the number of bytes read. Oops.Jeffrey Stedfast2003-07-182-1/+8
* ** See bug #42573Timo Sirainen2003-07-172-11/+21
* Add the CamelMimePartEncodingType definition here.Jeffrey Stedfast2003-07-179-499/+198
* If we read 0 bytes, then set eos to TRUE.Jeffrey Stedfast2003-07-162-3/+12
* removed camel-pkcs7-context.[c,h] - no longer usefulJeffrey Stedfast2003-07-102-764/+0
* removed camel-smime-utils.[c,h] which are no longer usefulJeffrey Stedfast2003-07-104-178/+0
* removed #ifndef ENABLE_THREADSJeffrey Stedfast2003-07-102-26/+2
* removed #ifdef ENABLE_THREADSJeffrey Stedfast2003-07-101-16/+4
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-107-117/+102
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-1028-596/+353
* remove reference to camel-pgp-mime.hLarry Ewing2003-07-092-1/+5
* Removed.Jeffrey Stedfast2003-07-094-200/+2
* Updated (new copy/paste from e-iconv).Jeffrey Stedfast2003-07-094-92/+189
* Use camel_read(). (stream_write): Use camel_write().Jeffrey Stedfast2003-07-093-241/+18
* Use camel_mkdir().Jeffrey Stedfast2003-07-0815-277/+252
* removed debug printfsJeffrey Stedfast2003-07-081-18/+0
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-0828-62/+97
* Don't quote the charset value, the qop value, nor the response value.Jeffrey Stedfast2003-07-032-6/+12
* Use gmtime_r() instead of using gmtime() and memcpy() to try and beJeffrey Stedfast2003-07-032-3/+8
* free the summary hashDan Winship2003-07-022-0/+7
* Put day of week into outgoing email.David Woodhouse2003-07-022-1/+11
* Added prototype for camel_folder_summary_remove_range().Jeffrey Stedfast2003-06-253-17/+38
* ** See bug #43887Not Zed2003-06-253-0/+27
* ** See bug #31745Not Zed2003-06-201-6/+9
* if we got cancelled, the message is floating, so free it. (structNot Zed2003-06-202-61/+105
* Made static (to match the prototype).Jeffrey Stedfast2003-06-192-2/+7
* don't leak the summary when reloading it. Fixes a very large leak.Larry Ewing2003-06-182-1/+11
* Calculate ranges to remove folder info's more efficiently. affectsNot Zed2003-06-183-8/+96
* ** See bug #44322Not Zed2003-06-173-7/+23
* Fix for bug #40788.Jeffrey Stedfast2003-06-145-21/+56
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-0/+1
* Partial fix for bug #44457.Jeffrey Stedfast2003-06-123-2/+17
* some days you just wish you had that subatomic 100 megaton kill-o-zap bomb.Jeffrey Stedfast2003-06-125-54/+155
* use g_utf8_strdown properly.Larry Ewing2003-06-122-2/+6
* Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.Jeffrey Stedfast2003-06-114-7/+26
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-22083/+22083
* Turn off debugging.Jeffrey Stedfast2003-06-023-4/+12
* Turned off a debugging printf.Jeffrey Stedfast2003-05-302-1/+6
* This should finish fixing all variations of bug #42854, which, funnilyJeffrey Stedfast2003-05-282-20/+44
* Lets try this again. We don't actually want to free the key here, becauseJeffrey Stedfast2003-05-232-12/+8
* Create a second GPtrArray for the keys. We don't want to useJeffrey Stedfast2003-05-212-2/+18
* Only display a warning if errno != EINVAL (EINVAL means there was aJeffrey Stedfast2003-05-202-8/+21
* fixed ChangeLogJeffrey Stedfast2003-05-201-82/+81
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-1724-68/+143
* Simplistic quick-fix for #42710. Add a charset argument. If the data is 8Not Zed2003-05-162-21/+47
* Only delete the index if it is non-NULL. Fixes bug #42763.Jeffrey Stedfast2003-05-162-2/+8
* ** See bug #42540Not Zed2003-05-152-3/+14
* Added a note to the comment block for this function noting that uids MUSTJeffrey Stedfast2003-05-154-20/+35
* If host->h_name is NULL or an empty string, default back to using the IPJeffrey Stedfast2003-05-142-5/+12
* Disable debugging.Ettore Perazzoli2003-05-144-3/+11
* Don't call g_utf8_validate on an empty message. Fixes a warning.Dan Winship2003-05-052-1/+7
* Workaround for POS mailers like the one in bug #42045.Jeffrey Stedfast2003-05-033-1/+19
* Remove camel-lock.c from here because it upsets automake 1.6 for someDan Winship2003-04-302-3/+8
* body_len needs to be a size_t instead of intJeremy Katz2003-04-302-1/+6
* Disable debugging printfs.Jeffrey Stedfast2003-04-252-3/+7
* only free the host if it was set. removes a run-time warning.Not Zed2003-04-242-5/+8
* fixed merge conflicts in ChangeLogJeffrey Stedfast2003-04-241-1/+0
* #if 0 out some code that parsed the namespaces since the results aren'tJeffrey Stedfast2003-04-242-1/+10
* oops, the service owns the url after we construct it.Not Zed2003-04-232-2/+5
* ** Should fix #41629, #41448, et al.Not Zed2003-04-2312-50/+206
* Don't set seen_eof1 here anymore once we get a trust metric.Jeffrey Stedfast2003-04-232-16/+32
* ** for #40989Not Zed2003-04-195-8/+117
* Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-184-5/+30
* Dont assume adding 1 to line length will go to the next line. e.g. for dosNot Zed2003-04-173-26/+46
* The gpg child process exiting does not necessarily mean that we've readyJeffrey Stedfast2003-04-172-6/+27
* Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set.Jeffrey Stedfast2003-04-112-1/+8
* filter data test cases.Not Zed2003-04-109-17/+205
* Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8,Jeffrey Stedfast2003-04-102-113/+92
* Changed my mind a bit on how I wanted this to work. Instead of aborting onJeffrey Stedfast2003-04-102-29/+45
* Save the content size in a temp variable until after we've successfullyJeffrey Stedfast2003-04-102-1/+19
* New function to get the UTF-8 version of the diagnostics (if the localeJeffrey Stedfast2003-04-102-3/+81
* NULL-protect the to/from charsets in the g_warning call.Jeffrey Stedfast2003-04-092-1/+9
* Fixes for bug #40778. Probably others as well.Jeffrey Stedfast2003-04-092-122/+225
* Make sure host->h_name is not an empty string too? Apparently for one userJeffrey Stedfast2003-04-092-1/+6
* If store->engine->line is NULL, use _("Unknown error") as the error stringJeffrey Stedfast2003-04-092-4/+12
* use g_strerror, and use errno directly rather than ferrno().Not Zed2003-04-082-1/+8
* Disable debug printf'sJeffrey Stedfast2003-04-082-1/+5
* If we are using the heimdal krb5 implementation, don't free outbuf ever.Jeffrey Stedfast2003-04-022-0/+16
* Use strncasecmp for matching the nofill and /nofill tags. Also fixed toJeffrey Stedfast2003-04-012-41/+243
* remove unused var.Not Zed2003-03-2816-37/+67
* Get rid of debug printf's that are no longer needed. In the case ofJeffrey Stedfast2003-03-282-9/+8
* When we remove a node from the list, make sure to g_list_free_1().Jeffrey Stedfast2003-03-282-1/+15
* Like camel_url_encode, but works directly on an existing GString.Dan Winship2003-03-276-79/+117
* Do a more thorough check for html marked as text/plain. Check that theNot Zed2003-03-272-2/+11
* Pass in the addresses of the second args to the delete/release functions.Jeffrey Stedfast2003-03-272-81/+81
* Ignore whether or not the bag is currently reserved. We'll miss the newNot Zed2003-03-262-17/+8
* Don't use setv when we don't need the stdarg interface.Jeffrey Stedfast2003-03-262-5/+13
* This expression can never return an array. We must always return a stringJeffrey Stedfast2003-03-252-16/+16
* removed invisible 8bit charsJeffrey Stedfast2003-03-251-1/+1
* camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server  Timo Sirainen 2003-03-252-2/+10
* Camel part of the fix for Lewing's bug #39204. Second half of the patchJeffrey Stedfast2003-03-222-8/+39
* continue reading the cert file until we've read it all or get a non-EINTRJeffrey Stedfast2003-03-222-7/+25
* #include <com_err.h> instead of #include <et/com_err.h>Jeffrey Stedfast2003-03-212-1/+6
* Plug in GSSAPI support.Jeffrey Stedfast2003-03-215-28/+69
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-2111-98/+120
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-183-15/+20
* Use header_contentid_decode() as this new function should be safer thanJeffrey Stedfast2003-03-154-15/+82
* Don't add bogus uids to the uid array. Might fix bug #38868 (it's the onlyJeffrey Stedfast2003-03-142-8/+14
* removed, it was double-freeing the key. (save_object): Just save theNot Zed2003-03-122-11/+21
* added a commentJeffrey Stedfast2003-03-111-0/+2
* Doh! If inptr == pos + 1, then return FALSE (before it was checking forJeffrey Stedfast2003-03-102-1/+7
* handle a null return from search_by_expression, for bug #33786.Not Zed2003-03-072-9/+17
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-0710-282/+366
* Same as below.Jeffrey Stedfast2003-03-063-2/+9
* Get rid of the const return - it mismatches the prototype and we don'tJeffrey Stedfast2003-03-062-1/+7
* Fixes for bug #39170Jeffrey Stedfast2003-03-064-4/+17
* Fixes for bug #39168Jeffrey Stedfast2003-03-0610-46/+43
* s/class/klass in one place so that the header is c++-safe.Jeffrey Stedfast2003-03-052-1/+6
* Updated to use the new API from a fe commits ago for the NSS stream. ThisJeffrey Stedfast2003-03-047-4/+434
* Do similar folder != NULL checking as for delete_folder before passing aNot Zed2003-03-032-3/+10
* Same as IMAP and POP.Jeffrey Stedfast2003-03-017-17/+71
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-283-5/+40
* Undo jeff's changes.Not Zed2003-02-273-5/+20
* Updated to use g_alloca instead of alloca so that we can skip all theJeffrey Stedfast2003-02-272-2/+6
* don't #include camel-iconv.hJeffrey Stedfast2003-02-271-1/+0
* Make sure the folder is non-NULL before trying to remove it from theJeffrey Stedfast2003-02-262-6/+13
* removed unused filter code that was wrong anywayJeffrey Stedfast2003-02-264-214/+0
* canonicalise the charset name (if it is an iso charset) so that ourJeffrey Stedfast2003-02-262-2/+70
* Same as the ones below.Jeffrey Stedfast2003-02-2615-254/+107
* g_alloca (strlen (charset) + 1) so we don't overflow the buffer.Jeffrey Stedfast2003-02-252-1/+4
* Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-252-3/+9
* Make bucket->refcount 31 bits and bucket->used 1 bit instead of havingJeffrey Stedfast2003-02-252-4/+6
* Use g_iconv_close() here, missed this before. (camel_iconv): Might as wellJeffrey Stedfast2003-02-252-2/+9
* New function...back from the depths of hell from whence it cameJeffrey Stedfast2003-02-255-7/+194
* fixed a type-o that causes a segfaultJeffrey Stedfast2003-02-242-2/+2
* Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-243-60/+61
* s/g_slist_free1/g_slist_free_1Jeffrey Stedfast2003-02-232-3/+5
* Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-233-14/+62
* fixJeffrey Stedfast2003-02-211-1/+1
* fuck ICONV_CONST, we can add that foo later...if we care.Jeffrey Stedfast2003-02-211-1/+1
* would help to include our header, eh?Jeffrey Stedfast2003-02-211-0/+1
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-2116-119/+757
* Redirect program's stdout and stderr to /dev/nullJeffrey Stedfast2003-02-213-12/+32
* Redirect the program's stderr to /dev/nullJeffrey Stedfast2003-02-212-2/+11
* use argv[0] instead of argv[i], doh!Jeffrey Stedfast2003-02-201-1/+1
* Fixed a type-o in the ENABLE_IPv6 ifdef section.Jeffrey Stedfast2003-02-202-1/+6
* New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-202-13/+21
* New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-202-2/+154
* Added a (get-size ) function to fix bug #38073. (search_get_size):Jeffrey Stedfast2003-02-153-1/+32
* watch for <>'s tooJeffrey Stedfast2003-02-151-1/+2
* Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): IfJeffrey Stedfast2003-02-152-11/+50