processing IMAP folder on a regular basis
April 13th, 2008When you need to check a mailbox on a regular basis and process messages that has arrived since your last check you may find that some messages were somehow skipped.
When you need to check a mailbox on a regular basis and process messages that has arrived since your last check you may find that some messages were somehow skipped.
Say that in an older version of PostgreSQL you had an index like this:
and now after upgrading to 8.1+ you’re getting:
ERROR: functions in index expression must be marked IMMUTABLE
If you use the so called, German date format (day of month. month. year) you may have wondered how to achieve it with Smarty - without the leading zeroes for month.
Read the rest of this entry »