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

Log of /imapfilter/imapfilter.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.70 - (view) (annotate) - [select for diffs]
Sat Feb 14 23:09:20 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.69: +1 -0 lines
Diff to previous 1.69
Initialize force_protocol variable.


Revision 1.69 - (view) (annotate) - [select for diffs]
Sat Feb 14 22:48:04 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.68: +3 -2 lines
Diff to previous 1.68
Added IMAP4 protocol support.


Revision 1.68 - (view) (annotate) - [select for diffs]
Sat Feb 14 19:14:43 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.67: +9 -16 lines
Diff to previous 1.67
Indentation.


Revision 1.67 - (view) (annotate) - [select for diffs]
Fri Feb 13 13:03:00 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.66: +4 -2 lines
Diff to previous 1.66
Move switch(getopt()) default tag.


Revision 1.66 - (view) (annotate) - [select for diffs]
Fri Feb 13 12:36:33 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.65: +131 -106 lines
Diff to previous 1.65
Moved some parts of main() to imapfilter() and daemonize() functions.


Revision 1.65 - (view) (annotate) - [select for diffs]
Fri Feb 13 12:17:16 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.64: +18 -18 lines
Diff to previous 1.64
Stylistic changes.


Revision 1.64 - (view) (annotate) - [select for diffs]
Tue Feb 10 22:21:09 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.63: +41 -37 lines
Diff to previous 1.63
Replaced integer options and bitwise OPTION_* with an options struct.


Revision 1.63 - (view) (annotate) - [select for diffs]
Mon Feb 9 20:39:23 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.62: +16 -17 lines
Diff to previous 1.62
Removed -h option and changed ERROR_ values.


Revision 1.62 - (view) (annotate) - [select for diffs]
Mon Feb 9 19:56:42 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.61: +12 -18 lines
Diff to previous 1.61
Add verbosity levels and remove the no warning command line option.


Revision 1.61 - (view) (annotate) - [select for diffs]
Mon Feb 9 18:23:49 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.60: +5 -2 lines
Diff to previous 1.60
Remove permissions variable and add command line option -w to suppress related warning messages.


Revision 1.60 - (view) (annotate) - [select for diffs]
Mon Feb 9 17:34:56 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.59: +19 -13 lines
Diff to previous 1.59
Move DEBUG from compilation #define variable to runtime command line option.


Revision 1.59 - (view) (annotate) - [select for diffs]
Sat Feb 7 23:54:16 2004 UTC (20 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58
Removed CHECK_PERMISSIONS compilation option and added variable to control permissions checking.


Revision 1.58 - (view) (annotate) - [select for diffs]
Mon Jan 26 21:36:36 2004 UTC (20 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.57: +38 -12 lines
Diff to previous 1.57
Daemon mode corrections/improvements.


Revision 1.57 - (view) (annotate) - [select for diffs]
Tue Jan 20 02:05:06 2004 UTC (20 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.56: +6 -3 lines
Diff to previous 1.56
Got rid of OPTIONS_DETAILS_CLEAR.


Revision 1.56 - (view) (annotate) - [select for diffs]
Sun Nov 23 22:47:27 2003 UTC (20 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.55: +1 -1 lines
Diff to previous 1.55
Added "peek" option that causes use of BODY or BODY.PEEK when doing FETCH.


Revision 1.55 - (view) (annotate) - [select for diffs]
Fri Aug 8 00:21:38 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.54: +10 -7 lines
Diff to previous 1.54
Added initialisation of conn->sock and corrected header includes.


Revision 1.54 - (view) (annotate) - [select for diffs]
Sun Aug 3 17:40:10 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
CVS Tags: release-0_9
Branch point for: release-0_9-patches
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
SIGHUP changed to SIGUSR1.


Revision 1.53 - (view) (annotate) - [select for diffs]
Sun Aug 3 16:05:24 2003 UTC (20 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.52: +4 -3 lines
Diff to previous 1.52
Include stdlib.h and check for CRAM_MD5 when printing OpenSSL version.


Revision 1.52 - (view) (annotate) - [select for diffs]
Thu Jul 31 15:53:19 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.51: +12 -6 lines
Diff to previous 1.51
Broke up program files and created some new header files.


Revision 1.51 - (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.50: +17 -22 lines
Diff to previous 1.50
New structure to hold information about connection's socket, ssl socket, capabilities, namespace.


Revision 1.50 - (view) (annotate) - [select for diffs]
Sun Jul 27 15:54:49 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.49: +3 -1 lines
Diff to previous 1.49
Use new *_buffer() routines for input/output buffers.


Revision 1.49 - (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.48: +7 -0 lines
Diff to previous 1.48
Added STARTTLS support.


Revision 1.48 - (view) (annotate) - [select for diffs]
Sat Jul 26 19:41:30 2003 UTC (20 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.47: +14 -6 lines
Diff to previous 1.47
Added CRAM-MD5 support and fixed bug with capabilities of different servers.


Revision 1.47 - (view) (annotate) - [select for diffs]
Tue May 20 12:17:52 2003 UTC (20 years, 10 months ago) by lefcha
Branch: MAIN
Changes since 1.46: +3 -17 lines
Diff to previous 1.46
Removed memory lock functionality.


Revision 1.46 - (view) (annotate) - [select for diffs]
Mon May 19 22:38:15 2003 UTC (20 years, 10 months ago) by lefcha
Branch: MAIN
Changes since 1.45: +7 -2 lines
Diff to previous 1.45
Added support for config file rereading when SIGHUP received.


Revision 1.45 - (view) (annotate) - [select for diffs]
Fri Mar 28 17:04:18 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.44: +5 -4 lines
Diff to previous 1.44
Set LC_ALL instead of LC_CTYPE and check capabilities later.


Revision 1.44 - (view) (annotate) - [select for diffs]
Sat Mar 22 15:26:22 2003 UTC (21 years ago) by lefcha
Branch: MAIN
Changes since 1.43: +1 -0 lines
Diff to previous 1.43
Flag set when in daemon mode.


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


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: +163 -150 lines
Diff to previous 1.41
Coding style to KNF and some code cleanup.


Revision 1.41 - (view) (annotate) - [select for diffs]
Fri Feb 21 18:43:01 2003 UTC (21 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.40: +2 -0 lines
Diff to previous 1.40
Added funtion get authentication mechanisms available.


Revision 1.40 - (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.39: +5 -0 lines
Diff to previous 1.39
Added i18n support, variable charset to declare character set to the server.


Revision 1.39 - (view) (annotate) - [select for diffs]
Sat Nov 9 14:43:44 2002 UTC (21 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38
Header inclusion correction.


Revision 1.38 - (view) (annotate) - [select for diffs]
Sat Nov 9 14:22:15 2002 UTC (21 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.37: +27 -2 lines
Diff to previous 1.37
Added option to display program's version.


Revision 1.37 - (view) (annotate) - [select for diffs]
Tue Sep 24 18:59:44 2002 UTC (21 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.36: +1 -0 lines
Diff to previous 1.36
Missed #endif during merge.


Revision 1.36 - (view) (annotate) - [select for diffs]
Tue Sep 24 18:49:34 2002 UTC (21 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.35: +5 -0 lines
Diff to previous 1.35
Option to disable memory locking during compilation.


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: +12 -7 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]
Fri Jul 26 18:18:42 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.33: +1 -1 lines
Diff to previous 1.33
New variable about mlock() warning.


Revision 1.33 - (view) (annotate) - [select for diffs]
Fri Jul 26 14:45:28 2002 UTC (21 years, 8 months ago) by lefcha
Branch: MAIN
Changes since 1.32: +63 -65 lines
Diff to previous 1.32
Stylistic changes - K&R indentation.


Revision 1.32 - (view) (annotate) - [select for diffs]
Tue Jun 18 21:16:34 2002 UTC (21 years, 9 months ago) by lefcha
Branch: MAIN
Changes since 1.31: +29 -17 lines
Diff to previous 1.31
Changes to reflect rcopy/rmove capability.


Revision 1.31 - (view) (annotate) - [select for diffs]
Fri Feb 8 22:15:43 2002 UTC (22 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.30: +0 -4 lines
Diff to previous 1.30
Allow ssl appear in config file, but fail with error message.


Revision 1.30 - (view) (annotate) - [select for diffs]
Fri Feb 8 14:04:08 2002 UTC (22 years, 1 month ago) by lefcha
Branch: MAIN
Changes since 1.29: +4 -1 lines
Diff to previous 1.29
Better report the login failure.


Revision 1.29 - (view) (annotate) - [select for diffs]
Thu Jan 31 17:08:13 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.28: +59 -14 lines
Diff to previous 1.28
Added daemon mode.


Revision 1.28 - (view) (annotate) - [select for diffs]
Wed Jan 30 19:19:00 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.27: +9 -4 lines
Diff to previous 1.27
Added lockfile to prevent many imapfilters from running simultaneously.


Revision 1.27 - (view) (annotate) - [select for diffs]
Wed Jan 30 13:14:58 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.26: +0 -2 lines
Diff to previous 1.26
Corefile restor settings not needed.


Revision 1.26 - (view) (annotate) - [select for diffs]
Tue Jan 29 21:23:41 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.25: +21 -9 lines
Diff to previous 1.25
Added secure memory allocation subsystem.


Revision 1.25 - (view) (annotate) - [select for diffs]
Mon Jan 14 18:12:38 2002 UTC (22 years, 2 months ago) by lefcha
Branch: MAIN
Changes since 1.24: +29 -3 lines
Diff to previous 1.24
Added encrypted passwords support.


Revision 1.24 - (view) (annotate) - [select for diffs]
Sat Dec 8 14:40:11 2001 UTC (22 years, 3 months ago) by lefcha
Branch: MAIN
Changes since 1.23: +12 -6 lines
Diff to previous 1.23
Namespace support and interactive password asking added.


Revision 1.23 - (view) (annotate) - [select for diffs]
Sun Nov 18 13:08:50 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.22: +1 -0 lines
Diff to previous 1.22
Missing getopt.h header.


Revision 1.22 - (view) (annotate) - [select for diffs]
Sat Nov 10 15:30:08 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.21: +2 -2 lines
Diff to previous 1.21
Overwrite passwords correction.


Revision 1.21 - (view) (annotate) - [select for diffs]
Fri Nov 9 23:43:33 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Indent to K&R style.


Revision 1.20 - (view) (annotate) - [select for diffs]
Fri Nov 9 18:01:29 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
Added signal handling.


Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Nov 9 17:32:43 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.18: +4 -5 lines
Diff to previous 1.18
If a server fails continue to another.


Revision 1.18 - (view) (annotate) - [select for diffs]
Thu Nov 8 17:50:28 2001 UTC (22 years, 4 months ago) by lefcha
Branch: MAIN
Changes since 1.17: +5 -3 lines
Diff to previous 1.17
Checking for PREAUTH server response.


Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Nov 1 16:35:06 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
Overwrite user passwords.


Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Oct 17 14:06:20 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15
Added SSL/TLS support.


Revision 1.15 - (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.14: +9 -9 lines
Diff to previous 1.14
Fixes and improvements on IMAP4rev1 compliance.


Revision 1.14 - (view) (annotate) - [select for diffs]
Fri Oct 5 14:40:37 2001 UTC (22 years, 5 months ago) by lefcha
Branch: MAIN
Changes since 1.13: +7 -7 lines
Diff to previous 1.13
Fixed a bug about closing a non opened mailbox.


Revision 1.13 - (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.12: +6 -9 lines
Diff to previous 1.12
Use imap_examine() if no filters  to apply.


Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Sep 30 20:19:12 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.11: +12 -12 lines
Diff to previous 1.11
Error codes.


Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Sep 10 23:43:29 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
Changes since 1.10: +34 -50 lines
Diff to previous 1.10
New imapfilter.


Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Aug 26 19:58:54 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.9: +6 -7 lines
Diff to previous 1.9
Removed a command line option.


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Aug 26 12:26:59 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
Exist, recent, unseen messages found in mailbox.


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Aug 26 10:02:46 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Some checks while allocating mem


Revision 1.7 - (view) (annotate) - [select for diffs]
Sun Aug 26 01:18:24 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.6: +27 -22 lines
Diff to previous 1.6
Structural changes


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Aug 24 17:42:49 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Printing of an info message and other small changes


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Aug 23 19:13:15 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.4: +18 -16 lines
Diff to previous 1.4
Added support for more than one accounts


Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Aug 20 21:40:57 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.3: +3 -4 lines
Diff to previous 1.3
Added message size limits support


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Aug 12 16:06:45 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.2: +9 -9 lines
Diff to previous 1.2
Merged small changes from v0.1.1


Revision 1.2 - (view) (annotate) - [select for diffs]
Sat Aug 11 15:54:57 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.1: +21 -6 lines
Diff to previous 1.1
Added ALLOW type filters


Revision 1.1 - (view) (annotate) - [select for diffs]
Sat Aug 11 15:52:52 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Branch point for: lefcha
Initial revision


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