/[imapfilter]/imapfilter/request.c
ViewVC logotype

Log of /imapfilter/request.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to release-0_9-patches: (view) (annotate)
Sticky Tag:

Revision 1.54.2.1 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:28:03 2003 UTC (20 years, 7 months ago) by lefcha
Branch: release-0_9-patches
Changes since 1.54: +0 -2 lines
Diff to previous 1.54 , to next main 1.63
Corrected headers includes.


Revision 1.54 - (view) (annotate) - [select for diffs]
Thu Jul 31 15:53:19 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_9
Branch point for: release-0_9-patches
Changes since 1.53: +2 -865 lines
Diff to previous 1.53
Broke up program files and created some new header files.


Revision 1.53 - (view) (annotate) - [select for diffs]
Sun Jul 27 17:39:45 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.52: +81 -90 lines
Diff to previous 1.52
New structure to hold information about connection's socket, ssl socket, capabilities, namespace.


Revision 1.52 - (view) (annotate) - [select for diffs]
Sun Jul 27 15:56:05 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.51: +0 -1 lines
Diff to previous 1.51
Removed unused variable.


Revision 1.51 - (view) (annotate) - [select for diffs]
Sun Jul 27 10:08:42 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.50: +25 -0 lines
Diff to previous 1.50
Added STARTTLS support.


Revision 1.50 - (view) (annotate) - [select for diffs]
Sat Jul 26 19:40:20 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.49: +19 -5 lines
Diff to previous 1.49
Added CRAM-MD5 support.


Revision 1.49 - (view) (annotate) - [select for diffs]
Sun Mar 30 15:40:28 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.48: +10 -8 lines
Diff to previous 1.48
Print source mailbox if action is (r)copy/(r)move.


Revision 1.48 - (view) (annotate) - [select for diffs]
Fri Mar 28 17:02:25 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.47: +15 -15 lines
Diff to previous 1.47
Corrected bug with long headers and action list.


Revision 1.47 - (view) (annotate) - [select for diffs]
Sat Mar 15 16:05:03 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.46: +65 -16 lines
Diff to previous 1.46
Added default variables support for the destination mailbox.


Revision 1.46 - (view) (annotate) - [select for diffs]
Fri Mar 7 14:28:56 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
Removed %z from strptime, because not POSIX compliant.


Revision 1.45 - (view) (annotate) - [select for diffs]
Fri Mar 7 14:04:38 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.44: +37 -24 lines
Diff to previous 1.44
Add date conversion specifiers support for rcopy/rmove.


Revision 1.44 - (view) (annotate) - [select for diffs]
Thu Mar 6 15:00:46 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.43: +101 -5 lines
Diff to previous 1.43
Add support for date conversion specifiers for current and message time in mailbox names.


Revision 1.43 - (view) (annotate) - [select for diffs]
Sun Feb 23 00:16:02 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
Type mismatch corrections.


Revision 1.42 - (view) (annotate) - [select for diffs]
Sat Feb 22 16:06:41 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.41: +524 -485 lines
Diff to previous 1.41
Coding style to KNF and some code cleanup.


Revision 1.41 - (view) (annotate) - [select for diffs]
Mon Feb 3 20:22:01 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40
Added i18n support, variable charset to declare character set to the server.


Revision 1.40 - (view) (annotate) - [select for diffs]
Sat Feb 1 19:43:03 2003 UTC (21 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
Bug fix concerning the namespace of maildir format mail servers during rcopy/rmove.


Revision 1.39 - (view) (annotate) - [select for diffs]
Thu Dec 5 07:33:50 2002 UTC (21 years, 3 months ago) by lefcha
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Added response when the message body is null.


Revision 1.38 - (view) (annotate) - [select for diffs]
Sat Nov 9 16:12:58 2002 UTC (21 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.37: +6 -2 lines
Diff to previous 1.37
Bug fix related to rcopy/rmove and null message body.


Revision 1.37 - (view) (annotate) - [select for diffs]
Sat Nov 9 14:22:03 2002 UTC (21 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.36: +14 -14 lines
Diff to previous 1.36
Fixed bug related to getting the octet count of FETCH responses.


Revision 1.36 - (view) (annotate) - [select for diffs]
Sun Sep 29 20:01:36 2002 UTC (21 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.35: +14 -14 lines
Diff to previous 1.35
Removed last parameter of fetch_response().


Revision 1.35 - (view) (annotate) - [select for diffs]
Thu Aug 29 19:51:24 2002 UTC (21 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Check for BYE response and proceed to next account if got one.


Revision 1.34 - (view) (annotate) - [select for diffs]
Mon Aug 26 20:34:25 2002 UTC (21 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.33: +21 -5 lines
Diff to previous 1.33
Replace strsep() with POSIX strtok_r().


Revision 1.33 - (view) (annotate) - [select for diffs]
Tue Aug 20 14:29:58 2002 UTC (21 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.32: +9 -9 lines
Diff to previous 1.32
Bug fix concerning double log messages.


Revision 1.32 - (view) (annotate) - [select for diffs]
Sat Jul 27 14:56:51 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_8
Branch point for: release-0_8-patches
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
Message printing typo error fix.


Revision 1.31 - (view) (annotate) - [select for diffs]
Fri Jul 26 18:20:28 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
Major bug fix in action_list() concerning fetching of headers.


Revision 1.30 - (view) (annotate) - [select for diffs]
Fri Jul 26 16:02:53 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.29: +8 -10 lines
Diff to previous 1.29
Major bug fix concerning rcopy()/rmove().


Revision 1.29 - (view) (annotate) - [select for diffs]
Fri Jul 26 14:41:26 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Phrasing corrections.


Revision 1.28 - (view) (annotate) - [select for diffs]
Wed Jul 17 09:10:37 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27
Uninitialized variable.


Revision 1.27 - (view) (annotate) - [select for diffs]
Sat Jul 13 22:33:01 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.26: +10 -5 lines
Diff to previous 1.26
Added variable that controls subsribing after mailbox creation.


Revision 1.26 - (view) (annotate) - [select for diffs]
Sat Jul 13 21:19:52 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.25: +67 -13 lines
Diff to previous 1.25
Added action flag.


Revision 1.25 - (view) (annotate) - [select for diffs]
Sat Jul 13 14:11:08 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.24: +50 -51 lines
Diff to previous 1.24
Added variable to enable direct expunge of marked deleted mail.


Revision 1.24 - (view) (annotate) - [select for diffs]
Tue Jul 9 20:17:45 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.23: +6 -5 lines
Diff to previous 1.23
Fixed messed up rcopy.


Revision 1.23 - (view) (annotate) - [select for diffs]
Mon Jul 8 17:59:57 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.22: +30 -28 lines
Diff to previous 1.22
Fixed convert_messages()/actions bug.


Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Jul 3 17:04:50 2002 UTC (21 years, 9 months ago) by lefcha
Branch: MAIN
Changes since 1.21: +10 -7 lines
Diff to previous 1.21
Fixed a bug with action_copy.


Revision 1.21 - (view) (annotate) - [select for diffs]
Tue Jun 18 21:21:47 2002 UTC (21 years, 9 months ago) by lefcha
Branch: MAIN
Changes since 1.20: +229 -95 lines
Diff to previous 1.20
Added rcopy/rmove support.


Revision 1.20 - (view) (annotate) - [select for diffs]
Fri Jan 25 17:10:17 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.19: +8 -7 lines
Diff to previous 1.19
Merged changes from version 0.7.2.


Revision 1.19 - (view) (annotate) - [select for diffs]
Mon Jan 14 18:14:33 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.18: +10 -10 lines
Diff to previous 1.18
Added another verion of free().


Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Dec 8 14:42:13 2001 UTC (22 years, 3 months ago) by lefcha
Branch: MAIN
Changes since 1.17: +34 -4 lines
Diff to previous 1.17
Namespace support.


Revision 1.17 - (view) (annotate) - [select for diffs]
Sat Nov 10 15:34:48 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_7
Branch point for: release-0_7-patches
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Typo fix.


Revision 1.16 - (view) (annotate) - [select for diffs]
Fri Nov 9 23:39:43 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.15: +7 -9 lines
Diff to previous 1.15
Disabled EXPUNGE and Fixed informational messages that get mixed.


Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Nov 9 15:50:30 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.14: +6 -4 lines
Diff to previous 1.14
Variable size and naming changes.


Revision 1.14 - (view) (annotate) - [select for diffs]
Thu Nov 8 17:57:41 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.13: +0 -2 lines
Diff to previous 1.13
Small changes.


Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Nov 8 17:53:53 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.12: +22 -12 lines
Diff to previous 1.12
Changed to support dynamically allocated messages buffer.


Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Nov 6 17:41:27 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.11: +14 -13 lines
Diff to previous 1.11
Dynamically allocate response buffer.


Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Oct 17 14:07:29 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Typo error fixes.


Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Oct 8 08:52:49 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_6_2
Branch point for: release-0_6_2-patches
Changes since 1.9: +46 -70 lines
Diff to previous 1.9
Fixes and improvements on IMAP4rev1 compliance.


Revision 1.9 - (view) (annotate) - [select for diffs]
Sat Oct 6 12:31:39 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.8: +45 -42 lines
Diff to previous 1.8
Fixed a filter's logical operators bug.


Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Oct 4 15:47:49 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.7: +30 -11 lines
Diff to previous 1.7
Use imap_examine() if no filters  to apply.


Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Oct 2 13:38:33 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Fixed unitialized variable.


Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Oct 2 13:33:58 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.5: +21 -12 lines
Diff to previous 1.5
Fixed a small bug in logging.


Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Oct 2 07:31:52 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.4: +55 -70 lines
Diff to previous 1.4
Added safer xmalloc and xstrdup.


Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Oct 1 11:48:51 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.3: +9 -4 lines
Diff to previous 1.3
Added some log records.


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Sep 30 20:23:37 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.2: +185 -134 lines
Diff to previous 1.2
Bug fixes, error codes.


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Sep 11 16:13:51 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.1: +9 -6 lines
Diff to previous 1.1
Small changes in info printing.


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Sep 10 23:43:29 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
New imapfilter.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26