summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2009-08-15update master sites. remove dead mirror.zafer1-3/+2
2009-08-15Add checksum for patch-ab.taca1-1/+2
2009-08-14patch-aa: set auto_update_check to default FALSE.tnn3-2/+17
(I don't appreciate software that phones home.)
2009-08-14Add UTF-8 hack for Emacs 23. Patch from Mew CVS.minskim2-1/+16
2009-08-13No longer needed now that p5-Mail-IMAPClient (v3.x) has fixed the regressionsabs4-99/+1
which broke mail/imapsync
2009-08-13Updated mail/imapsync to 1.286abs2-10/+8
pkgsrc change: Add missing p5-Date-Manip depends - noted by Martti Kuparinen upstream changes: revision 1.286 date: 2009/07/24 15:53:04; author: gilles; state: Exp; lines: +10 -7 Bug fix: allow3x is on by default (was badly done after check_lib_version()) revision 1.285 date: 2009/07/03 00:59:20; author: gilles; state: Exp; lines: +38 -17 Applied "patch -p0 < patches/imapsync.1.284.patch" Attached is a patch against 1.284 with the following changes: - [Bug] to_folder_name() failed to escape $f_prefix so --prefix1 <string> was treated like --prefix1 <regex> instead - [Enhancement] updated parse_header_msg1() to return 0 on duplicate or undef on "no header" so now the "+ Skipping msg" will show either "no header" or "duplicate" as appropriate - [Bug] flag handling: make sure we don't try to set \Recent as RFC 2060 doesn't allow for that - [Enhancement] flag handling: only add missing flags instead of always calling $to->store() to set flags even when the flags already matched what we wanted... my first patch just used string comparison, this patch actually uses a hash for comparison so we're smarter about flags even when the order on $from and $to are different now - definitely helps speed up imapsync when lots of messages have flags and running sync in multiple passes Phil revision 1.284 date: 2009/06/30 03:14:24; author: gilles; state: Exp; lines: +15 -19 allow Mail::IMAPClient 3.0.xx by default Removed Mail::IMAPClient::Ssl since 3.0.19 has it now. revision 1.283 date: 2009/06/30 02:54:57; author: gilles; state: Exp; lines: +123 -94 Applied Phil Lobbes patch as is : ./patches/imapsync.1.282.patch revision 1.282 date: 2009/05/11 00:05:39; author: gilles; state: Exp; lines: +15 -10 Added option --justlogin revision 1.281 date: 2009/04/24 13:58:15; author: gilles; state: Exp; lines: +29 -6 Added tests_flags_regex() regression tests. revision 1.280 date: 2009/04/02 11:32:10; author: gilles; state: Exp; lines: +103 -47 Applied Phil patch with many IsUnconnected() calls. revision 1.279 date: 2009/03/22 00:12:15; author: gilles; state: Exp; lines: +9 -7 isUnconnected BAD IsUnconnected GOOD! revision 1.278 date: 2009/02/23 00:40:25; author: gilles; state: Exp; lines: +14 -12 Less imap output with +FLAGS.SILENT Changed unsubscribe subscribe order in documentation. Typos. revision 1.277 date: 2009/02/21 12:10:50; author: gilles; state: Exp; lines: +8 -6 Better example explanation. revision 1.276 date: 2009/02/21 04:04:08; author: gilles; state: Exp; lines: +15 -22 Removed mailto: in MAILING-LIST section. revision 1.275 date: 2009/02/21 02:04:26; author: gilles; state: Exp; lines: +25 -14 Change real password to "MASKED" in command line output. revision 1.274 date: 2009/02/21 01:10:02; author: gilles; state: Exp; lines: +14 -8 --delete 2 is now a fatal error. revision 1.273 date: 2009/02/21 00:48:40; author: gilles; state: Exp; lines: +36 -37 Print a warning and return error code each time a disconnection occurs. revision 1.272 date: 2009/02/20 23:41:09; author: gilles; state: Exp; lines: +78 -78 Fixed many English errors (thanks to Reuben Thomas) revision 1.271 date: 2009/02/19 23:38:32; author: gilles; state: Exp; lines: +28 -35 Bug fix about $t_prefix and INBOX '.' was hardcoded. Small change on documentation. revision 1.270 date: 2009/02/14 22:21:35; author: gilles; state: Exp; lines: +16 -11 Another Phil Lobbes patch. Exit with error code and warning when a server disconnect during the folder loop. revision 1.269 date: 2009/02/14 22:08:18; author: gilles; state: Exp; lines: +65 -38 Applied Phil Lobbes patches. - catch (what should be) fatal eval errors for regextrans2, $regexflag, $regexmess, instead of silently ignoring them and letting the user think they are working/OK - fix login_imap() Died at .../imapsync line 780 when IsUnconnected() and log some more useful into to stderr than just 'Died at...' - check_lib_version() contains a bad use of unset match/capture variables - added and now use new function myconnect() and myconnect_v2() does not require hack/override of Mail::IMAPClient::connect and is backwards compatible with Mail::IMAPClient v2.x - redo $Mail::IMAPClient::Authuser hack since only Mail::IMAPClient v2 does not have Authuser() Many thanks to Phil. revision 1.268 date: 2009/02/14 03:27:51; author: gilles; state: Exp; lines: +22 -21 Fixed bad VERSION_IMAPClient output revision 1.267 date: 2008/10/07 11:36:02; author: gilles; state: Exp; lines: +14 -10 Better test to check non existing folders on destination server. revision 1.266 date: 2008/10/07 05:56:52; author: gilles; state: Exp; lines: +27 -10 *** empty log message *** revision 1.265 date: 2008/08/30 14:20:38; author: gilles; state: Exp; lines: +7 -7 carp to warn
2009-08-13Updated mail/p5-Mail-IMAPClient to 3.19abs2-7/+8
version 3.19: Fri Jun 19 14:59:15 EDT 2009 - *search() backwards compat: caller must quote single arg properly rt.cpan.org#47044: $imap->search does not return [ekuemmer] - cleanup regexp in _send_line() - reduce extra newlines injected by _debug() version 3.19_02: Tue Jun 9 00:47:52 EDT 2009 - _list_or_lsub() now calls _list_response_preprocess so consumers of this method no longer need to deal with how LITERAL data is represented in the returned data - update _list_or_lsub_response_parse handling of folder names that came back as literal data - update comments related to _list_response_preprocess version 3.19_01: Fri Jun 5 15:45:05 EDT 2009 - make parse_headers more robust to errors/non-header data version 3.18: Wed Jun 3 23:07:12 EDT 2009 - enhance fetch_hash to enable caller to specify list of messages suggestion by [Eugene Mamaev] - better handling of untagged BYE response version 3.18_02: Wed May 27 10:02:24 EDT 2009 - *new attribute Ssl, when true causes IO::Socket::SSL to be used instead of IO::Socket::INET. This change allows Reconnectretry logic to work on SSL connections too. - have LastError cluck() if setting error to NO not connected - handle errors from imap4rev1() in multiple places - Reconnectretry/_imap_command enhancements/fixes + only run command if IsConnected + keep a temporary history of LastError(s) + sets LastError to NO not connected if ! IsConnected + retry =~ timeout|socket closed|* BYE| NO not connected - _imap_command_do reduce data logged when using APPEND - fetch() now handles messages() errors - thread(), has_capability(), capability() better error checking - authenticate() now uses _imap_command for retry mechanism - size() now sets LastError when no RFC822.SIZE is found version 3.18_01: Fri May 22 17:08:00 EDT 2009 - *update several methods to use common _get_response() method - refactor most code handling imap responses - new internal method _get_response() to reduce code duplication - more regex cleanup $CR/$LF (not \r\n) per perlport/IMAP spec - major cleanup/fix of append_file for rt.cpan.org#42434
2009-08-13Changes from 2.7.0ahoka2-7/+8
* The feature to import and export .eml files was added. * Progress is displayed during import and export now. * The warning about non-exist plug-in directory was removed. * The comments within Content-Type header are handled now. * The order of signals emitted at moving messages was modified. * The sylpheed.spec file was fixed.
2009-08-12ALso needs p5-Template-Toolkit. Bump PKGREVISION.bouyer1-1/+3
2009-08-12recursive bump for icu shlib version change except already done.obache1-1/+2
2009-08-11Update to Dovecot 1.1.18.ghen2-6/+6
+ dovecot -n/-a now outputs also lda settings. - Maildir++ quota: Quota was sometimes updated wrong when it was being recalculated. - Searching quoted-printable message body internally converted "_" characters to spaces and didn't match search keys with "_". - Messages in year's first/last day may have had broken timezones with OSes not having struct tm->tm_gmtoff (e.g. Solaris).
2009-08-11Set license to "mit", "gnu-lgpl-v2.1" and "modified-bsd".tron1-1/+2
2009-08-10Add two patches:apb4-2/+44
* On some systems, curses.h defines TRUE and FALSE, so conditionalise them in lib.h to avoid compiler complaints about duplicate definitions. * mutt_curses.h refers to event_t from mutt.h, and SHORT_STRING from lib.h, so include those headers fom mutt_curses.h. These patches allow mutt-devel to build on NetBSD-5.99.15. Bump PKGREVISION to 1.
2009-08-10Update "fetchmail" package to version 6.3.11. Changes since version 6.3.8:tron6-64/+24
- Security fixes for CVE-2009-2666, CVE-2007-4565 and CVE-2008-2711. - Fetchmail no longer drops permanently undelivered messages by default, to match historic documentation. It does this by adding a new "softbounce" option. - A lot bug fixes and improvements.
2009-08-09Enabled installation to DESTDIR. (OK by martti@).heinz2-24/+34
2009-08-09Use mutts builtin mutt_curses.h to discover the correct curses header.tonnerre2-13/+6
Fixes PR 41790.
2009-08-09Update mew to 6.2. This fixes PR 40808 and PR 41853.minskim5-87/+78
Major changes: * Configuration in ".mew.el", especially of mew-config-alist is simplified. See the config2 node in info. * Virtual mode is categorized to Selection and Thread. You can create Selection by keyword, dialog, sorting, and so on. You can make Thread even of Selection as well as of Summary. * "S" is now virtual sort creating Selection. Physical sort is assigned to "M-s". * Punycode is supported. Mew now can display internationalized domain names. * "Z" collects a folder list according to the current world. No numeric argument is necessary any more. * "_" toggles a long line: normal, long, wrapped. * You can use gmail with IMAP.
2009-08-08Update to 4.11.0. From the changelog:schmonz2-6/+6
- fix --dump not generating any output for rcfiles containing "verbose = 0" option. Thanks: Morty Abzug. - fix copy-and-paste error in documentation of MultiSorter destination. Thanks: Roland Hill.
2009-08-07Update to 4.10.0. From the changelog:schmonz2-6/+6
- add "message_log_verbose" option, defaulting to false. If true, the message_log file (and syslog, if used) will contain a little more information than the default of just messages retrieved. Thanks: Matthias Andree, Gregory Morozov.
2009-08-06OpenSSL has provided a "typedef char *STRING" in recent versions,plunky2-1/+25
this conflicts with the "typedef struct { } STRING" used througout Alpine. Since Alpine does not actually use the OpenSSL STRING def, obscure it with #define and pretend it does not exist.
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim5-10/+10
in emacs23.
2009-08-06mail/mailcrypt can be built with emacs23.minskim1-2/+2
2009-08-05Add wl-snapshot.minskim1-1/+2
2009-08-05Import wl-2.15.6.20090322 as mail/wl-snapshot.minskim8-0/+375
This is the development version of mail/wl.
2009-08-05Fix breakages introduced with previous commit.hasso4-15/+24
2009-08-04Update akonadi to 1.2.0markd2-6/+6
- Fix attribute joining in collection list results. - Buildsystem fixes for Mac OS. - Do not show a console window for akonadi_control on Windows.
2009-07-27Changes from 2.6.0ahoka3-8/+50
* The plug-in system was implemented (still experimental. See PLUGIN.txt for detail). * LibSylph (internal version) is built as shared library now. * The update check feature was implemented (requires curl command, included in Windows installer). * fsync() will be called after writing configuration files. * 'Send queued messages' is shown instead of 'Mark all read' in the context menu of the Queue folder. * The default command line options of spam filters were modified. * Win32: Hard link will be used to improve file I/O performance if available. * Win32: bsfilter is included in the installer now. If you have installed bsfilter at another location, please note that the location of database files might change. * Win32: Install/uninstall will be aborted if Sylpheed is running. * Win32: The registration of Start menu will be applied to all users. * Win32: The installer cannot launch Sylpheed anymore when install finishes (for Vista). * A crash bug on CSV import of the address book was fixed. * Several other bugfixes were made.
2009-07-25Ensure that we always have a mvchgat at hand. Fixes sidebar patch fortonnerre4-12/+94
NetBSD < 5.99 and curses != ncurses.
2009-07-25Update akonadi to 1.1.95markd3-7/+11
1.1.95 23-June-2009 --------------------------------------------- - Fix item size handling. - Add support for retrieving collection statistics as part of the AKLIST/AKLSUB commands. - Add support for collection size statistics. - Build fixes for Windows. - Support RID-based operations for CREATE, MODIFY and DELETE. - Avoid emitting unecessary change notifications when modifying items or collections. - Add COLMOVE command. - Reduce number of database writes when modifying a collection. - Fix parsing of attributes containing CR or LF characters. 1.1.90 03-June-2009 --------------------------------------------- - Return the storage location for items in FETCH responses - Fix remode identifier encoding problems - Fix infinite loop when parsing RID lists - Fix parsing errors on stray newlines - Support RID-based operations for STORE and MOVE - Fix race on resource creation - Provide modified item parts in change notifications - Build system fixes 1.1.85 05-May-2009 --------------------------------------------- - Improved CMake scripts so it is possible to detect the Akonadi version in projects that depend on it. - Simplified the check for existance of tables. - Add a dedicated item deletion command, to get rid of the old STORE/EXPUNGE which was extremely inefficient. - Some fixes to support sqlite in the future. - Soprano is required now. - Qt 4.5.0 is required now. - Support for collection retrieval by remote identifier. - Support for item retrieval based on the remote identifier. - Less useless debug output. - Fixed leak on socket error. - Various smaller bug fixes, see ChangeLog for a list. - Support for writing large payloads to a file. - New Item retrieval code. - Added a streaming IMAP parser, and ported code the use it. - Add support for manually restarting an agent instance.
2009-07-25Update to 0.2.2. From the changelog:schmonz3-8/+12
- Fix quicksearchbox look in Chrome and Konqueror (#1484841) - Fix UTF-8 byte-order mark removing (#1485514) - Fix folders subscribtions on Konqueror (#1484841) - Fix debug console on Konqueror and Safari - Fix messagelist focus issue when modifying status of selected messages (#1485807) - Support STARTTLS in IMAP connection (#1485284) - Fix DEL key problem in search boxes (#1485528) - Support several e-mail addresses per user from virtuser_file (#1485678) - Fix drag&drop with scrolling on IE (#1485786) - Fix adding signature separator in html mode (#1485350) - Fix opening attachment marks message as read (#1485803) - Fix 'temp_dir' does not support relative path under Windows (#1484529) - Fix "Initialize Database" button missing from installer (#1485802) - Fix compose window doesn't fit 1024x768 window (#1485396) - Fix service not available error when pressing back from compose dialog (#1485552) - Fix using mail() on Windows (#1485779) - Fix word wrapping in message-part's <PRE>s for printing (#1485787) - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714) - Fix double footer in HTML message with embedded images - Fix TNEF implementation bug (#1485773) - Fix incorrect row id parsing for LDAP contacts list (#1485784) - Fix 'mode' parameter in sqlite DSN (#1485772) From Fredrik Pettai in PR pkg/41778 (and private mail that once again got lost in the shuffle, sorry).
2009-07-22Remove USE_DIRS from pkgsrc.wiz8-16/+8
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-19Remove DragonFly portability patch that isn't necessary any longer.wiz4-36/+2
Ok hasso@
2009-07-18Update to 2.4.7:wiz2-6/+6
2009-04-27 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.4.7 * build/vs2008/gmime.vcproj: Bumped version. 2009-04-25 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-object.c (g_mime_object_set_disposition): Unref the disposition after setting it on the GMimeObject, don't ref it again. Oops. * gmime/gmime-message.c (unblock_changed_event): Oops, this needs to /unblock/ the event handler. * gmime/gmime-header.c (g_mime_header_list_set_raw): Added back just in case someone was foolish enough to use this API. (g_mime_header_list_has_raw): Same. 2009-04-24 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-parser.c (struct _GMimeParserPrivate): Added message_headers_begin/end and changed the meaning of headers_begin/end to be for the current MIME part rather than for the current message itself. (g_mime_parser_init): Init the boolean state variables before calling parser_init() so that parser_init() can use them. (parser_init): Only create a rawbuf if our stream isn't seekable or isn't persistent. Initialize our new message_headers_begin/end. (g_mime_parser_set_persist_stream): If our persist mode has changed, malloc or free our rawbuf. (raw_header_append): Don't append any data if rawbuf is NULL (this means we're keeping track of offsets instead). (parser_step_headers): Always update headers_begin/end since we now always want to keep track of all header begin/end offsets. (parser_step): Update our message_headers_begin/end state. (parser_scan_message_part): Set the mime-part's raw header stream on the message too. (parser_construct_message): Same. (parser_construct_leaf_part): Substream the input stream to get our raw header stream to set on the mime-part's header-list. (parser_construct_multipart): Same. * gmime/gmime-header.c (struct _GMimeHeaderList): Instead of having a string buffer holding the raw header block content, instead keep a stream. This not only makes it easy for us to keep track of what the header offsets on disk are should the developer want to know, but it also means we don't necessarily have to use duplicate the header block to memory. (g_mime_header_list_set_stream): New function that replaces the old g_mime_header_list_set_raw() and looks much cleaner. (g_mime_header_list_get_stream): New function to access said stream. * gmime/gmime-message.c: Fixed uses of g_mime_header_list_set/has_raw(). (g_mime_message_set_mime_part): Set the message's raw header stream to NULL. * gmime/gmime-multipart.c: Same. * tests/test-parser.c (test_parser): Updated. 2009-04-09 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.4.6 2009-04-05 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-encodings.c (g_mime_encoding_uudecode_step): Fixed a bug wrt updating uulen when the data isn't an exact multiple of 3. * src/uuencode.c (uuencode): Don't bother dup()ing the stdout fd, just use set_owner(FALSE) so that it doesn't close when we destroy the stream instead. * gmime/gmime-stream-file.c (stream_read, stream_write): Don't depend on simple arithmetic to update our stream->position on Windows since it may do line-ending translation behind our backs. Call ftell() to get our real position after reading or writing. * gmime/gmime-stream-fs.c (stream_read, stream_write): Same idea. * gmime/gmime-utils.c (mktime_utc): Fixed the Windows code-path. (charset_convert): In the Windows case, fake the E2BIG error condition if outleft <= inleft on any error as errno doesn't seem to get properly set in this case. * tests/test-headers.c: Removed unused headers to fix the build on Windows. 2009-04-04 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-stream-fs.c: Ported to Windows by #including io.h * examples/basic-example.c: Reverted to the old GMimeStreamFs logic and #included io.h for G_OS_WIN32 systems. * examples/imap-example.c: Ported to Windows by #including io.h and using g_ascii_strcasecmp(). 2009-04-03 Jeffrey Stedfast <fejj@novell.com> * build/vs2008: New directory for Visual Studio 2008 Solution & Project files. * gmime.vcproj: Moved to build/vs2008 * config.h.win32: Same. * gmime.sln: Same. * examples/basic-example.c: Fixed to build under Visual Studio by using GMimeStreamFile instead of GMimeStreamFs and by #ifdef'ing out the GnuPG code. * tests/testsuit.[c,h]: Fixed to compile under Visual Studio which basically means we can't use _try() as a function. Renamed to g_try(). Also renamed throw() to g_throw() for consistency. 2009-04-02 Jeffrey Stedfast <fejj@novell.com> * tests/testsuite.c: Modified to compile without the need for pthread.h * gmime.vcproj: Added logic to the PreBuild step to copy config.h.win32 to config.h * config.h.win32: Added. 2009-04-01 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-utils.c: #include <process.h> for getpid() and ws2tcpip.h for getaddrinfo() on Windows platforms. (mktime_utc): Use _get_timezone() when building on Windows. (g_mime_utils_header_format_date): Windows has gmtime_s() instead of gmtime_r(), so use that on Windows. * gmime/gmime-parser.c: If glib is >= 2.14, use GRegex instead of glibc regex. 2009-04-01 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-utils.c: Need to #include <unistd.h> for getpid(). * gmime/gmime-stream-fs.c: Need to #include <unistd.h> here. * gmime/gmime-multipart-signed.c: Got rid of an unused variable. * gmime/gmime-message.c: Removed unused variables. * gmime/gmime-content-type.c: Don't need to #include "gmime-table-private.h" here as we don't actually use it. * util/gtrie.c: Disable g_warning()'s when compiled w/o --enable-warnings and also fixed some compile warnings. 2009-03-31 Jeffrey Stedfast <fejj@novell.com> * gmime.sln: New Microsoft Visual Studio 2008 Solution file for GMime. * gmime.vcproj: New Microsoft Visual C++ Project file for GMime. 2009-03-31 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-utils.c: Removed unneeded #include <unistd.h> * configure.in: Check for unistd.h * gmime/gmime-multipart.c (read_random_pool): Implement using rand() in the case that unistd.h is not available. * gmime/gmime-parser.c (parser_scan_content): Fixed 'crlf' argument to be a guint to make it easier to avoid compile warnings about comparison between signed/unsigned ints in the callers. * gmime/internet-address.c (internet_address_group_add_member): Fixed g_return macros to return a value. (internet_address_mailbox_get_addr): Same. 2009-03-30 Jeffrey Stedfast <fejj@novell.com> * configure.in: Check for regex.h * gmime/gmime-parser.c: #ifdef out the regex functionality if the system does not have regex.h * gmime/gmime-stream-fs.h: Don't #include <unistd.h> here. * gmime/gmime-stream.h: Removed #include <unistd.h> as it isn't needed there. * gmime/gmime-part.c: Removed unused includes. * gmime/gmime-utils.c: Only #include <sys/utsname.h> if we have utsname.domainname. Helps build process on Windows. 2009-03-29 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.4.5 2009-03-27 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-stream-buffer.c: Fixed to be more diligent in setting errno on error. * gmime/gmime-stream-mmap.c: Fixed to be more diligent in setting errno on error. * gmime/gmime-stream-mem.c: Fixed to be more diligent in setting errno on error. (stream_seek): If the user seeks beyond the end of the buffer and bound_end is unbound, then grow the buffer (e.g. a sparse file). * gmime/gmime-stream-file.c: Fixed to be more diligent in setting errno on error. * gmime/gmime-stream-fs.c: Fixed to be more diligent in setting errno on error. 2009-03-20 Jeffrey Stedfast <fejj@novell.com> * configure.in: Default --enable-largefile to yes. Looks like I forgot to do this before rolling the version to 2.4.0 like I intended. * tools/Makefile.am: Fixed to include the porting script in EXTRA_DIST (instead of extra_DIST) so that the tarball includes it, doh!
2009-07-18Changet getline() to get_line()smb6-3/+59
2009-07-17Give up MAINTAINERadrianp13-26/+26
2009-07-16Update mail/mutt-devel to 1.5.20tonio6-52/+19
The keys used are: !: modified feature, -: deleted feature, +: new feature 1.5.20 (2009-06-14): ! $fcc_attach is a quadoption now + $honor_disposition to honor Content-Disposition headers + $search_context specifies number of context lines for search results in pager/page-based menus + ssl_use_sslv2 defaults to no + uncolor works for header + body objects, too + the "flagged" and "replied" flags are enabled/supported for POP when built with header caching ! browser correctly displays maildir's mtime + <set-flag> and <clear-flag> work in the pager, too + ~x pattern also matches against In-Reply-To + lower case patterns for string searches perform case-insensitive search as regex patterns do (except IMAP) + $ssl_verify_dates controls whether mutt checks the validity period of SSL certificates + $ssl_verify_hostname controls whether mutt will accept certificates whose host names do not match the host name in the folder URL. Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not available for this version yet.
2009-07-16Update to 4.9.2. From the changelog:schmonz2-6/+6
-use tempfile module function instead of os.tmpfile() so getmail obeys TMPDIR and similar environment variables. Thanks: Stefan Baehring.
2009-07-16Not MAKE_JOBS_SAFE.joerg1-1/+2
2009-07-13Update to Dovecot 1.1.17. manu's patch-ai has been included upstream.ghen3-21/+6
- IMAP: Don't crash if IDLE command is pipelined after a long-running UID FETCH or UID SEARCH. - IMAP: Some FETCH command parameters were broken with in some OSes. - mbox: New mailboxes were created with UIDVALIDITY 1. - mbox: Don't write garbage to mbox if message doesn't have a body. - Maildir: Fixed using in-memory indexes when some required directory was missing. - auth: Don't assert-crash if trying to log in as master user but with empty login username. - Transaction log dotlocking ignored mail_nfs_index and dotlock_use_excl settings. - convert plugin / convert-tool: Fixed changing hierarchy separators in mailbox names when alt_hierarchy_char isn't set. - Several fixes to expire plugin / expire-tool - zlib: Give better error messages on failures.
2009-07-12Update mail/isync to 1.0.4tonio3-10/+39
Changelog contains mostly bugfixes. Add path-af to handle 64bits time_t
2009-07-09update to 2.26.3drochner2-6/+6
changes: -bugfixes -translation updates
2009-07-09update to 2.26.3drochner2-6/+6
changes: -bugfixes -translation updates
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg2-7/+4
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-07-07adding destdir support and license of perl itself (POD)sno1-1/+4
2009-07-02use libgnutls-config.mktnn1-1/+2
2009-07-02There is no sasl option, unlist it.ghen1-2/+2
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg8-8/+23
MAKE_JOBS=2 and worked without.
2009-06-29Fix bulk build, while here convert to user-destdir.joerg4-43/+22
2009-06-25Enlarge the buffer for communication between auth worker client and server.manu3-2/+17
This allows exotic authentications that use a large data payload to work. This patch has been committed upstream.
2009-06-25Updated mail/squirrelmail-locales to 1.4.18martti3-29/+483
* Lots of language updates