source: trunk/ChangeLog @ 607

Last change on this file since 607 was 607, checked in by bas, 12 years ago

email_quote can now handle regular expression, closes #173
-- This line, and those below, will be ignored--

M email2trac.py.in
M ChangeLog?

  • Property svn:mime-type set to text/plain
File size: 47.0 KB
Line 
12.6.0
2  * License changed from GNU Public License to Apache License, Version 2.0.
3    Now the software can be included in Apache projects like bloodhound,
4    closes #292
5
6    Requested by:  gary dot martin add wandisco dot com
7
8  * Catch an error when no valid trac installation can be found,
9    closes #294
10    Reported by: m dot frigui add cacom dot fr
11    Fixed by: Bas van der Vlies
12
13  * Ticket update honors the reply_all setting and sets the ticket cc
14    field if there are cc-addresses in the email, closes #293
15
16    Reported by: Sergey V.Levin <slevin add adriver dot ru >
17    Fixed by: Bas van der Vlies
18
19  * Reporter email address was not skipped and therefor added to cc field
20    when reply_all was set.
21    Author:  Bas van der Vlies
22
23  * Default setting for resolution can only be set in email2trac.conf. Skip the trac default
24    setting, closes #299
25    Reported by: ruediger dot kupper add gmail dot com
26    Fixed by: Bas van der Vlies
27
28  * Attachments on Windows are not save due the fact that  os.pathconf is not supported. Set
29    filename max length to 240 chars on windows, closes #300
30    Reported by: Anonymous
31    Fixed by: Bas van der Vlies
32
33  * Added a new option 'only_strip_on_update', default value is False. Only call the functions
34    strip_quotes and strip_signature for ticket updates, closes #192
35    Requested by, Patch:  Konstantin Ryabitsev <icon add mricon dot com>
36    Appplied by: Bas van der Vlies
37
38  * Added a new option 'strip_signature_regex', default value:
39      * strip_signature_regex : ^-----Original Message-----$|^-- $
40    This will strip signatures form the email messages. People can set their own regular
41    expressions, closes #296, #155
42    Author: steverweber add gmail dot com
43    Applied by: Bas van der Vlies
44
45  * email_quote can now handle regular expresions, default is:
46        email_quote : ^> .*
47    We now use the re.match function instead of line.startswith, closes #173
48    Suggested/Patch by: samuel add hoffstaetter dot com
49    Applied by: Bas van der Vlies
50
512.5.0
52  * BLOG improvements by Thomas Moschny, closes #287,#235,#175:
53   - Tries to use the 'Date:' email header to set the date of the blog
54     post or comment.
55   - Allows overriding author and categories via subject parameters or
56     inline properties (see below).
57   - Does not add the 'blog_' prefix to the default (short-) name of a
58     blog entry anymore, as it would be rather redundant.
59   - Allows selecting a custom short name for the blog entry instead of
60     a default date-based short name. The custom short name may not
61     contain spaces. (Note that the TracFullBlogPlugin imposes
62     additional rules for valid short names.)
63   - Bugfix: Fixes crash wile processing mails with attachments (#175).
64   - Properly adds attachments to blog entries (#175).
65
66    Author: Thomas Moschny
67    Applied by: Bas van der Vlies
68
69  * Added new parameters:
70     - white_list_registered_users
71     - white_list_file
72 
73   white_list_registered_users: 
74    This will allow registered user to create or update a ticket even
75    when they are not added to the 'white_list' in the configuration
76    file.
77
78   white_list_file:
79    This will read allowed users from a file. One email address per line.
80
81   Suggested by: randy add psg dot com, closes ticket #288
82   Author: Bas van der Vlies
83
842.4.7
85  * Some blog improvements. Removes 'blog:' from subject line and honors the
86    -n/--dry-run flag, closes #235
87    Author: Thomas Moschny
88    Applied by: Bas van der Vlies
89 
90  * Added Astaro firewall spam handling. Check X-Spam-Flag and X-Spam-Result
91    message header flags. see:
92     * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644916
93    Author: W. Martin Borgert" <debacle at debian dot org>
94    Applied by: Bas van der Vlies
95
96  * mailto link contained the wrong encoded subject line, charset was not
97    stripped.
98    Reported by: Walter Lioen (SARA)
99    Fixed by: Bas van der Vlies
100
1012.4.5
102  * Allow regular expressions for recipient_list (multiple to-addresses),
103    white_list and black_list. Each address is checked againt this regular
104    expression, closes #272
105    examples:
106     * recipient_list : sara.nl (to-address contains sara.nl)
107     * recipient_list : ^basv@sara.nl$ (to-address equals basv@sara.nl)
108    Reported by: anonymous
109    Fixed by: Bas van der Vlies
110
111
112  * Enhanced run_email2trac to support supplementary groups (initgroups).
113    configure will check if the OS support initgroups function call,
114    closes #274
115    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
116    Applied by: Bas van der Vlies
117
118  * Fixed an error in parsing the From address. Email address was wrong if
119    email name contained a charset definition. There error was triggered
120    if 'mailto_link: 1' is set. Resulting in an unicode error.
121    Author: Bas van der Vlies
122
1232.4.2
124  * Fixed an error for text/plain attachments that are not specified as
125    inline. These attachments were not attached to the ticket and were
126    skipped, closes #270
127    Reported by: hju add jochenkuhl dot de
128    Fixed by: Bas van der Vlies
129
130  * Use all 'to-field' addresses in message for recipient_list instead of only one, closes #268
131    Reported by: anonymous
132    Fixed by: Bas van der Vlies
133
1342.4.0
135  * Fixed an error in ticket_update_fields. Always check if given ticket
136    field is a valid ticket field for trac. The error could be triggered
137    by:
138      * ticket_update_by_subject
139      * inline_properties
140
141    Reported by: Maarten van Ingen (SARA)
142    Fixed by: Bas van der Vlies
143
144  * Fixed a typo in logging an error: email_to_unicode
145    Fixed by: Bas van der Vlies
146
147  * Closed tickets for trac version >= 0,12 where not re-opened if there was
148    no workflow defined in email2trac.conf, see #247
149 
150    Reported by: Sergey V.Levin <slevin add adriver dot ru >
151    Fixed by: Bas van der Vlies & Sergey V.Levin
152
153  * enhanced save_email_for_debug(). Store also the project name in the
154    filename and easily see the difference between the raw message and
155    the body/attachments files.
156    Author: Bas van der Vlies
157
158  * Ticket update by subject did not work for trac version below 0.12
159    Reported by: naumann add tu-berlin dot de
160    Fixed by: Bas van der Vlies
161
162  * Fixed an error in the logging environment for Windows oses, closes #251
163    Reported by:  kofal002 add umn dot edu
164    Fixed by: Bas van der Vlies
165
166  * Ticket_update_by_subject enhancement. If multiple tickets are found
167    with the same subject then we try a author/reporter match. If fails
168    use most recent ticket entry, closes #253
169    Reported by: kofal002 att umn dot edu
170    Fixed by: Bas van der Vlies
171
172  * Log trac error if opening of trac project environment failse, closes #256
173    Reported by: edward dot b dot matheson at nasa.gov
174    Fixed by: Bas van der Vlies
175
176  * If a status is using upper case character(s) (i.e waitingExternal)
177    email2trac does not find the appropiate workflow entry in the
178    email2trac.conf, closes #264
179    Author: hju add jochenkuhl dot de
180    Applied by: Bas van der Vlies
181
182  * Process all workflows not only the default trac workflow. Workflow is now
183    enabled for new tickets and ticket updates.
184    eg: AdvancedTicketWorkflowPlugin, closes #226,#252
185    Suggestion by: Holger Jürgs <hjuergs add jochenkuhl dot de>
186    Reported by: Frédéric DUARTE <f dot duarte add akka dot eu>
187                 kofal002 att umn dot edu
188    Fixed by: Bas van der Vlies
189
190  * permission check fails when PrivateTicketsPlugin is installed, closes #262
191    Reported by: glenn
192    Fixed by: Bas van der Vlies
193
194  * Added support for trac version 0.13, closes #250
195    Reported by: simeonov add gmail dot com
196    Fixed by: Bas van der Vlies
197
198  * Problem with long attachment's filenames on native language. This is a trac
199    bug, see:
200      * http://trac.edgewall.org/ticket/10313,
201    The email2trac solution is to truncate the filename if it is longer then
202    the allow NAME_MAX for the os (usually 255), closes #247.
203    Reported by: Sergey V.Levin <slevin add adriver dot ru >
204    Fixed by: Bas van der Vlies & Sergey V.Levin
205
206  * Replaced printing of subject line to repr() instead of unicode string.
207    Some versions if python logging module could crash, closes #267
208    Reported by: hju add jochenkuhl dot de
209    Fixed by: Bas van der Vlies
210   
2112.1.0 (2011-6-6)
212  * Convert all email addresses and author names to lower case in compare
213    functions.  closes #242.
214    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
215    Applied by: Bas van der Vlies
216
217  * Added timestamp when log_file stderr or file is used. Move log level of
218    reporting subject line to info instead of debug, closes #236
219    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
220    Applied by: Bas van der Vlies
221
222  * Small fix in mailto link. Uses 'cc' instead of 'Cc'
223    Author: Sil Westerveld (SARA)
224    Applied by: Bas van der Vlies
225
226  * The time format for subject mapping was wrong (ticket_update_by_subject).
227    So all tickets matched. Converted it to use microseconds instead of
228    seconds.
229    Reported by: Walter Lioen (SARA)
230    Author: Bas van der Vlies & Dennis Stam
231
232  * Fixed an error in the setup the logging environment for Windows oses.
233    Reported by: Mike Henke <henkemike at gmail dot com>
234    Author: Bas van der Vlies
235
2362.0.2 (2011-02-13)
237   * Use tempfile.mkstemp instead of tempfile.mktemp
238     Reported by: Dennis Stam (SARA)
239     Author: Bas van der Vlies
240
2412.0.1 (2011-02-12)
242   * An email address can match multiple trac accounts, closes #218
243     Author: Konstantin Ryabitsev <icon add mricon dot com>
244
245   * Added check to detect valid users when smtp_default_domain in
246     trac.ini is set, closes #219
247     Author: sto add iti dot upv dot es
248     Applied by: Bas van der Vlies with some minor changes
249
250   * Support for parentdir. Can be used to avoid sections for each project
251     or if all projects have a common parent directory, you can leave out
252     the project directory setting for each project, eg:
253      * parentdir: /data/trac/oss/projects
254
255     If an section defines a project directory then this can NOT be overridden
256     by the parendir declaration.
257
258     This closes #217
259
260     Author: sto add iti dot upv dot es
261     Applied by: Bas van der Vlies with some minor changes
262
263   * email2trac: Used the wrong code to check number of ticket changes,
264     closes #223.
265     Author: stas dot agarkov add gmail dot com
266     Applied by: Bas van der Vlies
267
268   * email2trac: An enhancement to "update-by-subject", closes #188 Features:
269      - Does a better job parsing out all the permutations of "Re: FW: Re: AW: Subject"
270      - Modifies the subject to drop the prefixes
271     Author: Konstantin Ryabitsev <icon add mricon dot com>
272     Applied by: Bas van der Vlies
273
274   * When platform is Windows and log_type is not set, use 'eventlog' as default log_type
275     instead of 'syslog', closes #225
276     Reported by: jkreider add clarkinc dot biz
277     Author: Bas van der Vlies
278
279   * Applied a patch so we allow more ticket fields to be used for inline properties, eg:
280       - @custom_reports: vu
281     closes #227
282     Author: thomas dot moschny add gmx dot de
283     Applied by: Bas van der Vlies
284
285   * Fixed some bugs in function update_ticket_fields:
286       - Can not clear values, reported by thomas dot moschny add gmx dot de
287     closes #228
288       - Values were updated regardless if there are not allowed for the ticket
289     field.
290     Author: Bas van der Vlies
291
292   * Attachments without a name where named 'None' instead of 'untitled-part',
293     closes #230
294     Reported by: hju add jochenkuhl dot de
295     Author: Bas van der Vlies
296
297   * Fixed some errors in Discussion plugin support, closes #231
298     Author: Dennis (dmcrxi add Princeton dot EDU)
299     Applied by: Bas van der Vlies
300
301   * Added html conversion via external command: eg email2trac.conf
302      - html2text_cmd: /usr/bin/html2text -nobs
303      - html2text_cmd: /usr/bin/w3m -dump
304      - html2text_cmd: /usr/bin/lynx -dump
305      - html2text_cmd: /usr/bin/links -dump
306     closes #218
307     Author: Bas van der Vlies
308     Applied by: Bas van der Vlies
309
310   * Fixed mailto link for trac 0.11 and 0.12. Use the mailto tag in stead of
311     an html tag. The html tag does not work for trac 0.12
312     Reported by: Wim Rijks
313     Author: Bas van der Vlies
314
315   * Added a notification function that always send an email to the reporter if
316     the ticket is updated via email. This independent of trac.ini setting
317     , closes: #178, #229
318        - notify_reporter: 1 (default: 0)
319        - notify_reporter_black_list : basv@sara.nl (default: 0)
320     Author: hju add jochenkuhl dot de
321     Applied by: Bas van der Vlies
322
323 
324   * Added a new parameter for processing inline properties: (closes #216)
325       -  inline_properties_first_wins: 1 (default: 0)
326     
327     When an email has two of the same inline entries:
328        {{{
329        @status: closed
330        @status: accepted
331        }}}
332      Only the first one is used '@status: closed'
333
334     Author: Konstantin Ryabitsev <icon add mricon dot com>
335     Applied by: Bas van der Vlies
336
3371.6.0 (2010-8-10)
338   * Fixed an Unicode error in strip_quotes
339     Author: Bas van der Vlies
340
341   * The attachment filename may not contain '\n' and '\r' characters.
342     Reported by: Jean-Paul Duyx <jean-paul dot duyx at vancis dot nl>
343     Fixed by; Bas van der Vlies
344
345   * Applied a patch to support workflow for all transitions. It will
346     also honour the permission model if set, closes #198
347     an example how to use it:
348    email2trac.conf:
349                [project]
350            workflow_closed: reopen
351            xworkflow_infoneeded: provideinfo
352
353    trac.ini:
354    [ticket-workflow]
355    reopen = closed -> reopened
356    reopen.permissions = TICKET_CREATE
357    reopen.operations = del_resolution
358
359    provideinfo = infoneeded -> moreinfo
360    provideinfo.permissions = TICKET_CREATE
361    provideinfo.name = info provided
362
363     Authors: kroseneg add schmidham dot net and Bas van der Vlies
364
365   * The trac default value for resolution is fixed. The trac.ini value
366     for this is skipped and this resolution settings is only allowed in
367     email2trac.conf, closes #84
368
369     Reported by: hju add jochenkuhl dot de
370     Fixed by: Bas van der Vlies
371
372   * Honor the trac permission model if set, Use
373    TICKET_APPEND and TICKET_CHGPROP instead of TICKET_MODIFY.
374    closes #214
375
376    Reported by: Konstantin Ryabitsev <icon add mricon dot com>
377    Fixed by: Bas van der Vlies
378   
3792010-07-23
380    * logging of spam message was wrong. Fixed it,
381       - set.logger.info must be self.logger.info
382    Author: Bas van der Vlies
383
384    * logging of notification error was wrong. Fixed it, closes #212
385       - set.logger.error must be self.logger.error
386    Reported by:  adam dot lucke at srd-berlin dot de
387    Author: Bas van der Vlies
388
389    * Mail was lost when 'ticket_update' was disabled and a ticket
390      reply was detected.
391    Author: Bas van der Vlies
392
393    * Removed a lot of obsolete code due to using UserDict
394    Author: Bas van der Vlies
395 
3962010-07-21
397    * added a new option 'ticket_permission_system'. Can be set to:
398      - trac: Then it will check if the report has the right trac
399        permission to create or modify a ticket. closes #202
400
401      - update_restricted_to_participants: A ticket update is allowed only if:
402        1) the updater is the reporter,
403        2) the updater is in the CC
404        3) the updater has trac permission to update the ticket.
405        If the update is denied, a new ticket will be generated instead as to
406        not loose the issue . closes #203
407
408    Authors:  kris add tsampa dot org & Bas van der Vlies
409
410
411   * Switch for logging to the python logging module and add some new
412     options to control the behaviour inspired by the trac logging module:
413      - log_type, default syslog
414      - log_level, default info
415      - log_format, email2trac <project name>
416      - log_file, none
417
418     Can be set to the same values as trac logging
419
420     Author: Bas van der Vlies
421
422   * removed trac 0.9 support
423     
4242010-07-12
425  * Do not check if notification is enabled, let Trac determine if a
426    notfication is enabled and which interface/plugin is used, eg:
427    announcerplugin
428
429    Author: Bas van der Vlies
430
4312010-07-06
432  * Fixed several errors in ticket update:
433     - Changed the regex expression. It must end with ':'.   
434     - The email was lost if the ticket id was unknown. If ticket
435       id is unknown a new ticket will be created.
436
437    Reported by: SARA grid team
438    Fixed by: Bas van der Vlies
439       
440
441
4422010-06-28
443  * Ticket update for version 0.12 did not work, closes #209
444    Author: mark underscore kids add yahoo dot com
445    Applied by: Bas van der Vlies
446
447  * enabled workflow and notification for trac version 0.12
448    Author: Bas van der Vlies
449
4502010-06-23
451  * A better fix for attachments with special characters, closes #206
452    Reported by: karsten dot rohrbach add wibas dot de
453    Fixed by: Bas van der Vlies
454
4552010-06-22
456  * When debug is enabled email2trac chokes on non-ascii (utf8)
457    characters in ticket fields, closes #205
458    Reported by: eirik dot schwenke add nsd dot uib dot no
459    Fixed by: Bas van der Vlies
460
461  * Email2trac crashes when attachment filename contains non-ascii       
462    characters, closes #206
463    Reported by: karsten dot rohrbach add wibas dot de
464    Fixed by: Bas van der Vlies
465
4662010-06-09
467  * Support added for trac version 0.12, closes #201
468    Reported by: mark_kids add yahoo dot com
469    Fixed by: Bas van der Vlies
470   
4712010-05-25
472  * delete_spam still used the trac_version in email2trac.comf
473    Fixed by: Bas van der Vlies
474
475  * email2trac crashed when ticket_update_by_subject was enabled.
476    Fixed by: Bas van der Vlies
477
4782010-05-20
479  * email2trac crashed if there are '/' and '\' characters in a filename.
480    These characters are now being replace by '_', closes #196
481    Reported by: jcuppen add hethooghuis dot nl
482    Fixed by: Bas van der Vlies
483
484  * Problems with attachments were not reported for ticket updates
485    Fixed by: Bas van der Vlies
486
487  * delete_spam changes:
488     - only support trac version greater then 0.10
489     - added -n/--dry-run option
490     - added -v/--verbose option
491
492    Author: Bas van der Vlies
493
494  * Enhancement for ticket prefixes (email2trac.conf). The ticket
495    fields status and resolution are not forbidden any more. closes #195
496    Author: Konstantin Ryabitsev <icon add mricon dot com>
497    Applied by: Bas van der Vlies
498
499  * Added a new option. It is all in the name:
500      * ticket_update_by_subject, default value is off
501      * ticket_update_by_subject_lookback, default 30 days
502
503    When this option is enabled and there is no ticket number found
504    in a reply mail. It will try to find a ticket summary that matches
505    the mail subject line. If found then append the mail to this
506    ticket, closes #188
507    Author: Konstantin Ryabitsev <icon add mricon dot com> & Bas van der Vlies
508    Applied by: Bas van der Vlies
509
510  * Added DiscussionPlugin support, closes 197. For description see:
511     - https://trac-hacks.org/wiki/DiscussionPlugin
512
513   Author: ibarton add fit dot vutbr dot cz (alias Blackhex)
514   Applied by with some modification: Bas van der Vlies
515
516  * Trac version is now automatically determined. No need anymore for
517    trac_version in /etc/email2trac.conf
518    Author: Bas van der Vlies
519
5202010-03-20
521
522  * Fixed a bug reporter was always set to the default value specified
523    in trac.ini.
524
525    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
526    Fixed by: Bas van der Vlies
527
528  * If reported field is overriden then use it for all trac functions
529    including notification, closes #187
530
531    Reported by: shildebrand at venturebeat dot com
532    Fixed by: Bas van der Vlies
533
5342010-03-24
535
536  * Added configure option '--with-install_user=<name>', default user is 'root'.
537    The specified user is used for installation so we can install the
538    package as non-root user, closes #182.
539
540    Reported by: shildebrand at venturebeat dot com
541    Fixed by: Bas van der Vlies
542
543  * Re-arranged some code so that we can override ticket fields in
544    email2trac.conf, eg:
545     - default_reporter : email2trac
546
547    Will set the reporter ticket field to email2trac for all mail, closes #182
548
549    Reported by: shildebrand at venturebeat dot com
550    Fixed by: Bas van der Vlies
551
552  * Fixed a bug when there is no subject field in the message, closes #179
553    The fix in the 1.2.0 version did not work.
554    Reported by: xurizaemon and John Donners (SARA)
555    Fixed by: Bas van der Vlies
556
557  * We do not write any files when dry run mode is enabled.
558    Fixed by: Bas van der Vlies
559
560  * Fixed several issues when DEBUG is enabled with printing non-ascii
561    characters, see #184
562    Reported by: hju add jochenkuhl dot de
563    Fixed by: Bas van der Vlies
564
5652010-02-24
566  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
567    environment variable (-e|--eggcache), closes #174
568    Author: pepl at cpan dot org
569    Applied by: Bas van der Vlies
570
571  * Ticket fields can be set inline an email: closes #171, #88
572     - controlled by parameter 'inline_properties', default behaviour off
573     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
574
575    Author: samuel at hoffstaetter dot com
576    Applied by: Bas van der Vlies
577
578  * Fixed a bug when there is no subject field in the message, closes #179
579    Reported by: xurizaemon
580    Fixed by: Bas van der Vlies
581
582  * Added unicode support attachment filenames, closes #177
583    Reported by: obwandner add concertare dot de
584    Fixed by: Bas van der Vlies
585
586  * Email to blog did not work at all. It works but it can not handle
587    attachments. see #175.
588    Reported by: oland dot wells add gmail.com
589    Patches    : Bas van der Vlies
590
591  * Show errors when we can not include attachments in the ticket, see #165
592    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
593    Fixed by: Bas van der Vlies
594
595  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
596    an update is received via email. The ticket will be reopened or triggers
597    a ticket workflow. This action can be skipped if we set the
598    email_triggers_workflow option to 0. The default value is 1, closes #180
599    Author: zac add sprackettd dot com
600    Applied by: Bas van der Vlies
601
6022010-01-11
603  * Workflow option did not work, closes #157
604    Reported by: thomas dot moschny at gmx dot de
605    Fixed  by: Bas van der Vlies & Thomas Moschny
606
607  * When a ticket is updated via email. We must set a changelog id,
608    closes #156
609    Reported by: Chris dot Nelson at SIXNET dot com
610    Fixed by: Bas van der Vlies
611
612 * Changed all 'str =' assignments to 's =' to solve conflicts with
613   the builtin str function
614   Fixed by: Bas van der Vlies
615
616 * Python egg cache enviroment setting was ignored by email2trac.
617   closes #163
618   Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
619   Applied by: Bas van der Vlies
620
621 * Disabled code so the following line will not be displayed anymore
622   as comment in a ticket:
623     - This message has x attachment(s)
624   Suggested by: dereks at realloc dot net, closes ticket #165
625   Fixed by    : Bas van der Vlies
626
627
628 * Added a new parameter strip_content_types. So we can strip attachments
629   based on content type, eg:
630     - strip_content_types: application/pgp-signature, application/mac-binhex40
631
632   Will strip attachments that has these content_types.
633   Authors:  otto at bergerdata dot de and Bas van der Vlies
634
635 * FIxed an error when files where added with characters that needed to be
636   escaped. Both email2trac and trac escaped the filenames. We removed the
637   code from email2trac an let trac handle the escaping, closes #149
638
639   Reported by: hju att jochenkuhl dot de
640   Fixed by: Bas van der Vlies
641
642 * Added a new parameter:
643     - subject_field_separator, default value is &
644
645   This is used to set tickets fields via the subject line. It used to
646   be , .For backwards compatibility we introduced this parameter.
647   closes #166
648   Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
649   Fixed by    : Bas van der Vlies
650
651 * Prevent mail loop. We could set the CC ticket field to
652   the ticket email address.
653    - For a new ticket and reply_all is set.
654    - If the ticket CC field is updated via the subject line.
655
656   Also prevent setting the reporter address to the ticket email
657   address.
658
659   closes #172
660   Reported by: otto at bergerdata dot de
661   Fixed vy   : Bas van der Vlies
662
663
664
665
6662009-09-02
667  * Implemented a new feature to drop the HTML version of multipart/alternative
668    message part. Such a message part contains the same info. The info is sent
669    in different formats and the client can decide which version to use.
670    closes #30
671
672    to enable in email2trac.conf:
673        - drop_alternative_html_version: 1
674
675    Implemented by: Bas van der Vlies
676
6772009-08-20
678  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
679  * use the email addres in the reporter field, closes #136
680  * Fixed an error in blog update function
681
682    All Fixes by: Bas van der Vlies
683
684  * if alternate notify template is set then also set ticket id. It will show
685    up as ticket change, closes #142
686    Reported by: hju att jochenkuhl dot de
687    Fixed by: Bas van der Vlies
688
689  * Error in urllib.quote(filename) could not handle unicode
690    filenames, closes #138
691    Reported by: debacle at debian dot org
692    Applied  by: Bas van der Vlies
693
694  * Fixed an error when debug is on and the body message contains unicode
695    strings, closes #144
696    Reported by: trumbitta at gmail dot com
697    Applied by: Bas van der Vlies
698
699 * default trac version for email2trac is now updated to 0.11
700
7012009-04-09
702  * Fixed in parsing the reflow parameter, closes #123
703    Reported by: tomasz dot sterna at sensisoft dot com
704    Fixed by: Bas van der Vlies
705
706   * implemented workflow for tickets that are reopend, closes #70
707     Reported by: hju att jochenkuhl dot de
708     Author by: Bas van der Vlies
709
710   * added FullBlogPlugin support. So we can update/create the blogs
711     via email, #116
712     mail with subject line: <blog:.*> will create/update a blog entry.
713     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
714   
715   * email2trac require at least python version 2.4, closes #131
716     Reported by: otto at bergerdata dot de
717     Fixed by: Bas van der Vlies
718
719   * We can now set ticket fields for a new ticket via the 'subject' line:
720       - Subject: <description> #?<field=value>[,<field=value>]*
721     closes #130
722     
723     Requested by: Steve
724     Implemented by: Bas van der Vlies
725
7262009-01-30
727  * applied patch exit with non-zero return code on failure, closes #117
728    Author: admin-egon at ikw dot uos dot de
729    Applied by : Bas van der Vlies
730
731  * Ticket update with attachments did not work, closes #120
732    Reported by: Alexander Verkooijen (alexander at sara dot nl)
733    Fixed by: Bas van der Vlies
734
735  * Removed obsolete code
736    Author :  Bas van der Vlies
737
738  * When email address is known then the author name and email address
739    is used from the preference tab.  The match is case insensitive,
740    closes #118
741    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
742    Fixed by: Bas van der Vlies
743
744  * Ticket id is not reported as ticket change, eg:
745    {{{
746        *   id  set to 118
747    }}}
748    Author :  Bas van der Vlies
749
7502009-01-19
751  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
752    This patch adds a new option: reflow (default: False/0)
753    Author: ben at fetchsoftworks dot com
754    Applied by : Bas van der Vlies
755
756  * Fixed a bug in reply_all option, closes #95
757    Reported by: gmcgrath at princeton dot edu
758    Fixed by: Bas van der Vlies
759
760  * Applied a patch for default values for custom ticket fields, closes #101
761    Author: ben at fetchsoftworks dot com
762    Applied by: Bas van der Vlies
763
764  * Fixed a bug that a ticket was not updated when we only update ticket
765    field(s) via email (empty body email), closes #113
766    Reported by: winnie at debian dot org
767    Fixed by: Bas van der Vlies
768 
769  * Better support for inline attachments and multiple body parts, closes #105,
770    #80. Inline images in email are also shown in the ticket with the trac
771    [[Image(..)]] macro.
772    Author: ben at fetchsoftworks dot com
773
774  * More versatile support for Apple attachments. closes #106
775    for explanation read:
776    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
777    Author: ben at fetchsoftworks dot com
778
779  * Applied a patch that solves problems with Window attachments, closes #110,
780    #93.
781    Author: martin.poeschmann add eiskonzept dot com   
782    Applied by: Bas van der Vlies
783
7842008-10-13
785  * Fixed a bug in email_header formating. When an email2trac ticket
786    was updated via the web interface it would trigger a description
787    field update.
788
789    Fixed by: Bas van der Vlies
790
791  * Reopen closed ticket if an update is received via email, closes #70
792    Requested by: Garrett McGrath gmcgrath add princeton dot edu
793    Fixed by: Bas van der Vlies
794
795
796  * The [DEFAULT] section did not work any more due to change to internal
797    trac parser, closes ticket #73
798    Reported by: email2trac at bulk dot squeakyblue dot com
799    Fixed by: Bas van der Vlies
800   
801  * black_list paramter must be comma-separated as mentioned in the
802    documentation (#75) and removed the default value
803    "MAILER-DAEMON@" (#74)
804    Reported by: email2trac at bulk dot squeakyblue dot com
805    Fixed by: Bas van der Vlies
806
807  * If a blank email is sent with just an attachment, a blank
808    comment is appended to the comments. fixed closes #89
809
810    Reported/Fixed by: ???
811    Applied by: Bas van der Vlies
812
813  * added white_list parameter.  If set then only mail is accepted if
814    sender matches.
815    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
816
817  * added recipient_list parameter.  If set then only mail is accepted if
818    to-field matches. This only uses when people use a drop box to accept
819    email for several email addresses, (closes #77)
820    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
821
822  * alternate notify template did not work for trac version 0.11
823    (#90).
824    Reported/Fixed by: hju at jochenkuhl dot de
825    Applied by       : Bas van der Vlies
826
827  * added 'alternate_notify_template_update'. When set this notify
828    template name will be used for ticket updates (#90).
829    Author: Bas van der Vlies, hju at jochenkuhl dot de
830   
831   
8322008-05-30
833  * Fixed debian control file. Package can be build on any platform and
834    not only on i386 platforms:
835
836    Author: Christian Iversen ci add sikkerhed dot org
837    Applied by: Bas van der Vlies
838
839  * We now use the trac configuration parser routine
840    Author: andrei2102 add gmail dot com
841    Applied by: Bas van der Vlies
842
843  * Added new command line option -n/--dry-run. This option only show
844    what commands will be executed.
845    Author: Bas van der Vlies
846
847  * the default values for tickets can now also be set in
848   'email2trac.conf'. So you can use different values when an email
849    is converted to a ticket. The ticket value is set to this rules
850     - email2trac.conf
851     - trac.ini
852
853    email2trac.conf use same format as trac.ini, eg email2trac.conf:
854      [project]
855      default_component : test
856
857    closes request #55, for more info see:
858    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
859
860     Requested by: greg dot deakyne at etapestry dot com
861     Implemented by: Bas van der Vlies
862
863  * Fixed a bug in ticket_update. It failed when project did not have
864    ticket component field,  closes bug #62
865    Reported by: gernot dot hillier add siemens dot com
866    Fixed by: Bas van der Vlies
867         
868  * run_email2trac.c:
869     - can no longer segfault after a failed malloc.
870     - after set*id failure, you'll get a diagnostic (or at least
871       nonzero exit status) and it won't attempt the exec.
872
873    Author: Jim Meyering jim add meyering dot net
874    Applied by: Bas van der Vlies
875
876  * Made some approvements to spam function:
877     - If the he X-Spam-Score header is present, but has no value
878        email2trac will crash, closes #63
879
880     - Added config option which header field we must check
881       for determing if mail is Spam, eg:
882        - spam_header : X-Spam-Level (default: X-Spam-Score)
883 
884    Author: email2trac at bulk dot squeakyblue dot com
885    Applied by: Bas van der Vlies
886
887
888  * black_list  is now a configuration option and is used to deny
889    email addesses, default value is: MAILER-DAEMON@
890
891    Can specifiy more then one email adress seperated by ',', eg:
892    black_list : basv@sara.nl, walter@sara.nl
893
894    closes #39, #56
895   
896    Author: Bas van der Vlies
897
898  * if mailto_link + german umlaut problem is fixed, closes #60
899    Reported by: alex at pirsig dot net
900    Fixed by: Bas van der Vlies
901   
902
9032008-02-04
904        * Added version check and exit if we do not support the trac version
905          closes bug #23
906          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
907
908          Fixed By: Bas van der Vlies
909
910        * Added check if syslog module is available. If it is not available
911          disable the syslog functionality.
912          Author: michael.th add gmx dot net
913
914          Implemented by: Bas van der Vlies
915
916        * Added strip_quotes function, default settings:
917                strip_quotes: <int> (default: 0)
918                mail_quote: <quote chars> (default: "> ")
919          Author: nicolasm @ opera dot com
920
921          Implemented by: Bas van der Vlies
922
923        * Added patch to make notify email work with trac 0.11 dev.
924          Author: tbaschak add ktc dot mb dot ca       
925          Author: andrei2102 add gmail dot com
926
927          Implemented by: Bas van der Vlies
928
929        * greedy matching in Subject line, We must stop after the first ':'
930          else we get wrong values for ticket fields when we update a ticket
931          via mail, closes ticket #37
932          Reported by: dmaziuk at bmrb dot wisc dot edu
933          Fixed    by: Bas van der Vlies
934
935        * added IGNORECASE flag to regular expression for black list. This
936          is a quick fix, still want to implement this as configuration
937          option, closed bug #39
938
939          Reported By: jodok at lovelysystems dot com
940          Fixed by   : Bas van der Vlies
941
942        * When a known user mails a ticket. We will set the Reporter to
943          its login name, closes bug #33, #41
944
945          Also add configuration option:
946                ignore_trac_user_settings : 0 (default value)
947
948          This option will skip the email address to trac user login name
949          mapping.
950
951          Reported by: anonymous
952          Fixed by   : Bas van der Vlies
953
954       
955        * SPAM detection was only for new mails not for ticket updates,
956          closed ticket #44
957
958          Reported by: Bas van der Vlies
959          Fixed by   : Bas van der Vlies
960         
961           
9622007-07-18
963
964        * Implemented python_egg_cache environment variable. Some trac
965          installations may depend on it, closes ticket #10, eg:
966                python_egg_cache : /var/cache/eggcache
967
968          Reported By: Anonymous
969          Fixed by   : Bas van der Vlies <basv@sara.nl>
970
971        * Implemented update ticket fields via email subject line, eg:
972                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
973
974                - Sets the owner of the ticket to: bas
975                - Sets the priority of the ticket to: minor
976         
977          For some ticket fields there are only a limited number of allowed
978          values. The supplied value will be checked against this list. If it
979          is not vaild value the field update will be ignored.
980
981          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
982          Implemented by: Bas van der Vlies <basv@sara.nl>
983
984        * Dropped support for version trac version 0.8. Removed all 0.8
985          specific code. 
986          Fixed by: Bas van der Vlies <basv@sara.nl>
987
988        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
989          All functions now use this new parameter and use OS independent
990          path functions.
991          Implemented by: Bas van der Vlies <basv@sara.nl>
992
993        * fixed and a creating directory problem email2trac.spec file
994          Fixed by: artrus at netzero dot net
995
996        * set_owner function is obsolete. When component is set the trac code
997          will set the owner to the component owner.
998          Fixed by    : Bas van der Vlies <basv@sara.nl>
999
1000        * Also show email headers in a ticket update.
1001          Requested by: Ramon Bastiaans
1002          Fixed by    : Bas van der Vlies <basv@sara.nl>
1003
1004        * A date patch so it works with trac version 0.11 for ticket updates.
1005          Also applied for other trac versions.
1006          Thanks to: tbaschak at ktc dot mb dot ca
1007
10082007-04-27
1009
1010        * Added check to catch an error when attachment size
1011          is too large, bug #1153
1012          Author: Bas van der Vlies
1013
1014        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
1015          greater then 72 chars, #1123
1016          Author: Bas van der Vlies &
1017                  Rainer Sokoll (r.sokoll at intershop dot de)
1018
1019        * Fixed a dutch spelling, #1295
1020          Author: Rainer Sokoll (r.sokoll at intershop dot de)
1021
1022        * email2trac.py : blacklist (don't create ticket) mail from
1023          MAILER-DAEMON to avoid loops
1024          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1025
1026        * msg.bad.txt : add an example of message from MAILER-DAEMON
1027          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1028
10292006-12-08
1030        * email2trac.py:
1031          - Added verbatim_format option default is: 1
1032          Added by : Bas van der Vlies
1033
1034          - Added strip_signature option default is: 0
1035          Added by : Bas van der Vlies
1036
1037          - Fixed some unicode errors, thanks to japanes SPAM.
1038            If we can not unicode email message then display which
1039            charset must be installed in ticket description. Else we
1040            trac crashed with unicode errors ;-(
1041          Fixed by: Bas van der Vlies
1042
1043          - Fixed statements: str + unicode, raises an exception if
1044            non-ascii value in unicode object.
1045
1046          - Forgot to unicode the author. So we got an error if we use
1047            the mailto_link option in email2trac.conf.
1048          Fixed by: Bas van der Vlies
1049
1050        * delete_spam.py:
1051          - Now works for version 0.10 with new API-functions
1052          Fixed by: Bas van der Vlies
1053
1054        * Makefile.in
1055          - Added install-conf. Install email2trac.conf if there is none
1056            installed.
1057          Fixed by: Bas van der Vlies
1058
10592006-10-27
1060
1061        * run_email2trac.c.
1062       
1063          - Setgid() must be called before setuid().
1064          Reported by:  Anonymous
1065          Fixed    by:  Bas van der Vlies
1066
1067        * email2trac.py,
1068       
1069          - Fixed an error in Ticket Update. When ticket
1070          does not exists, proceed as if it is a new ticket
1071          Fixed    by:  Bas van der Vlies
1072
1073          - Fixed a strang bug in 0.9 version, if ticket update
1074          is enabled and email has attachment(s). We are not allowed to
1075          set the description and author field of the attachment else
1076          the comment text is lost ;-(
1077          Fixed    by:  Bas van der Vlies
1078
1079          - Fixed an error if enable_syslog and drop_spam is set. We get
1080          an exception in the syslog if we use sys.exit(0), replaced by
1081          return.
1082          Fixed    by:  Bas van der Vlies
1083
1084        * delete_spam.py.
1085       
1086          - Trac version 0.10 made it easier to delete tickets.
1087          Fixed    by:  Bas van der Vlies
1088       
10892006-10-10
1090        * Fixed race conditions in delete_spam.py and added some
1091          debug code.
1092          Fixed by   : Bas van der Vlies
1093
1094        * Added author and description field when attachment is
1095          added to ticket. This is for trac version greater than
1096          0.8.
1097          Fixed by   : Bas van der Vlies
1098          Thanks to Matthew Good for the hint
1099
1100        * Added drop_spam option, default = 0. If set then
1101          mail marked as Spam is not accepted.
1102          Added by   : Bas van der Vlies
1103
1104        * Do not send notification if message is marked as Spam
1105          and drop_spam is not set.
1106          Fixed by   : Bas van der Vlies
1107
11082006-10-02
1109        * Fixes possible segmentation faults in run_email2trac.c
1110          Reported by: bcornec
1111          Fixed by   : Bas van der Vlies
1112
1113        * Can set DEBUG level while configuring package, eg:
1114          DEBUG=1 ./configure ( default : 0)
1115          Reported by: syd at plug dot ca
1116          Fixed By   : Bas van der Vlies
1117
1118        * delete_spam.py did not delete everything from the SQL tables
1119          Reported by: brent at rcfile dot org
1120          Fixed by   : Bas van der Vlies
1121
1122        * Do not send notification when message is marked as Spam
1123          Fixed by   : Bas van der Vlies
1124         
11252006-08-28
1126        * fixes an error in the 'reply_all' setting
1127          Thanks to and Patch by: ncarlson@ibsys.com
1128
1129        * Added RPM spec file
1130          Thanks to:  Jon Topper <jon@topper.me.uk>
1131
11322006-07-14
1133        * Use X11R5 install-sh to install email2trac components to hide
1134          native install program differences.
1135          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
1136
1137        * Fixed an error in saving attachments for new tickets for trac
1138          versions greater then 0.9.
1139          Fixed by: Bas van der Vlies
1140
1141        * When something went wrong save the offending email for debug
1142          purposes.
1143          Fixed by: Bas van der Vlies
1144
1145        * delete_spam.py
1146           - did not clean up the attachment table. So we got nasty new
1147             mails with fake attachments.
1148           - It works now for versions higher then 0.8
1149
1150        * Finally understand the unicode/encode functions and hopefully
1151          fixed the errors.
1152          Fixed by: Bas van der Vlies
1153
1154        * Remove the temporarly created attachment files.
1155          Fixed by: Bas van der Vlies
1156       
11572006-07-06
1158        * Fixed an error in already added attachments. Do not close
1159          the database connection.
1160          Fixed by: Walter de Jong en Bas van der Vlies
1161
1162        * Added enable_syslog option. If enabled log errors to syslog
1163          instead of stderr. If enabled no errors are send back to the
1164          user.
1165          Implemented by: Bas van der Vlies
1166
1167        * Fixed an error with updating tickets with attachments for trac
1168          versions 0.9 and 0.10. Field "id" is not known when a existing
1169          ticket is fetched (Error = KeyError: 'id')
1170          Fixed By: See tickets #258 and #449 on trac-hacks
1171
1172        * Fixed and spell error, self.mail_addr must be self.email_addr
1173          Fixed by: Bas van der Vlies
1174
1175        * Catch a LookupError in unicode/encode conversion in function
1176          get_body_text()
1177          Fixed by: Bas van der Vlies
1178
1179        * Description field was always changed when updating the ticket
1180          via the web. Asked the mailing list for a solution and got one
1181          ;-)
1182          Patch/Suggestion by: Christian Boos
1183          Applied by: Bas van der Vlies
1184
1185        * Fixed an encoding problem when email_header is set to 1
1186          Fixed by: Bas van der Vlies
1187
1188        * Fixed a bug in to_unicode() function.
1189          Fixed by: Bas van der Vlies
1190
1191        * Fixed an unicodedata.normalize TypeError bug for filenames in the
1192          attachment function
1193          Fixed by: Bas van der Vlies
1194
1195
11962006-06-02
1197        * Added ticketing merging. To enable it there are two options for
1198          both options enable 'ticket_update' in email2trac.conf
1199          1 - Configure trac notification, eg:
1200                * (ticket address: ticket@test.nl)
1201                [notification]
1202                smtp_enabled = true
1203                smtp_always_cc = test@test.nl
1204                smtp_server = localhost
1205                smtp_from =  ticket@test.nl
1206                always_notify_reporter = true
1207
1208          2 - Use the mailto_cc in email2trac.conf if you want to sent
1209              an email to the user and the trac ticket email address.
1210
1211          With both options you get the right format of the subject line.
1212
1213        * Use the short options for the install command. So it works for
1214          MacOSx Reported by: Nathaniel Irons.
1215
1216        * Updated inline documentation by Nathaniel Irons.
1217                 
12182006-05-16
1219        * Fixed a bug when there was no plain text body.
1220          Reported by: Greg Deakyne
1221        * Fixed a small bug if default component owner is unknown.
1222          Just fill in some bogus info.
1223        * Use the short options for the install command. So it works for
1224          MacOSx
1225          Reported by: Nathaniel Irons
1226        * Messages that has X-Virus-found in header are marked as SPAM
1227          Implemented by: Walter de Jong
1228        * Some modules are changed for version 0.10, Added and made some
1229          minor changes: Patch supplied by: Markus Tacker 
1230        * Ported delete_spam.py to version 0.9 and higher:
1231          Reported by: Nathaniel Irons
1232
1233
12342006-03-08
1235        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
1236          removed it.
1237          Reported by: mi-trachacks@moensolutions.com   
1238          Fixed by: Bas van der Vlies
1239        * Fixed an exception error in delete_spam.py
1240          when shutil has not enough priveledges to remove the
1241          attachments it is reported
1242          Fixed by: Bas van der Vlies
1243        * email2trac.py: When you include the body tag, some
1244          mailers (like Thunderbird) will leave out the signature.
1245          Therefore this version leaves out the body tag.
1246          Fixed by: Walter de Jong
1247        * Added msg.txt for testing
1248          Fixed by: Bas van der Vlies
1249
12502006-02-01  Bas van der Vlies <basv@sara.nl>:
1251        * Added Tikcet notification, send email when there is
1252          a new ticket. Depends on notification setting in
1253          trac.ini.
1254          Implemented by: Kilian Cavalotti
1255        * Can use different template for ticket notification,
1256          eg: alternate_notify_template: "a_tkt.css"
1257          Implemented by: Kilian Cavalotti
1258        * Added reply_all config parameter. If set put all
1259          CC-addresses from orginal mail in ticket CC-field.
1260          Suggested by: Kilian Cavalotti
1261        * Text in ticket description is also properly UTF-8
1262          encoded
1263          Implemented by: Kilian Cavalotti
1264        * Removed reply_address from config file. Is not
1265          necessary anymore. See Ticket notification.
1266        * Added support for known users. If email address is
1267          known then use the trac known username instead
1268          of the email-address (only for trac version > 0.9)
1269          Implemented by: Kilian Cavalotti
1270        * Fixed an error in saving attachments for version < 0.9.
1271          Sometimes we got bogus attachments.
1272          Fixed by: Walter de Jong
1273        * Added support to make an debian package
1274          Implemented by: Bas van der Vlies
1275
12762006-01-21  Bas van der Vlies <basv@sara.nl>:
1277        * Fixed run_email2trac.c, did not work
1278        * Added TRAC_SCRIPT_NAME to Makefile.in to
1279          solve run_email2trac problem
1280
1281        Both errors reported by: kilian.cavalotti@lip6.fr
1282
12832006-01-20  Bas van der Vlies <basv@sara.nl>:
1284        * A warning error is fixed by kilian.cavalotti@lip6.fr
1285        * Several errors in make install ;-(, reported by
1286          tacker
1287
12882006-01-15  Bas van der Vlies <basv@sara.nl>:
1289        * Added configure script.
1290
12912006-01-10  Bas van der Vlies <basv@sara.nl>:
1292        * Removed project_root from source and config file
1293        * Adjust code so we can use mulitple stanza's in config file, eg:
1294          [bas]
1295          project: /data/trac/bas
1296          spam_level: 3
1297
1298          use option "-p|--project bas" to select the stanza
1299
13002006-01-04  Bas van der Vlies <basv@sara.nl>:
1301
1302        * Fixed getopt for -f option
1303        * Added suppport for different TRAC versions (0.8 and 0.9)
1304
13052006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
1306
1307        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
1308       
1309        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
1310
1311        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
1312
1313        * email2trac.py (TicketEmailParser.debug_attachments): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
1314
1315        * email2trac.py (TicketEmailParser.parse): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
1316
13172005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
1318
1319        * Makefile: add a Makefile to build and install email2trac
1320
1321        * email2trac.py: migrate to Trac 0.9 API
1322
13232005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
1324
1325        * run_email2trac.c: add error messages if DEBUG macro defined
1326
1327        * run_email2trac.c: add error testing and specific return values for each error
1328
1329        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
1330
1331        * run_email2trac.h: include file to define site specific paramaters
1332
13330.2.4 01/11/2005
1334        Added email_header option if set then show TO/CC fields in
1335        description of the ticket.
1336
1337        Fixed an error in the mailto URL. This was an old error that
1338        supposed to be fixed but reoccured in this version.
1339       
13400.2.3 31/10/2005
1341        Fixed a bug with base64 encoded attachments/emails
1342        Fixed by: Walter de Jong
1343
13440.2.2 10/10/2005
1345        according to RFC 2368 (titled "the mailto URL scheme") the mailto
1346        URL can only work with short &body messages. It fails with long
1347        messages and the link won't work. Therefore the mail body is
1348        no longer copied into the mail reply.
1349
13500.2.1 10/07/2005
1351        body of reply email looks better
1352
1353
13540.2   10/07/2005
1355        mailto is replaced by a html mailto to line. If
1356        you reply to the ticket via this link then an
1357        email client is started with some default values:
1358                To: <reporter>
1359                Subject: Re: <orginal subject>
1360                Body: email_comment <orginal text>
1361
1362        email2trac.conf:
1363                email_comment: # (default:  >)
1364
1365               
1366
Note: See TracBrowser for help on using the repository browser.