Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
program does not give "Permission denied" arguments while running (and
things like the local mail folders work properly). Lets go with the
revision bump done recently.
|
|
|
|
the fix is really in glib2, not libglade2 (which hasn't changed at all).
libglade2's revision was bumped to pick up glib2 too, but this has nothing
to do with fixing evolution, so bumping the required glib2 version is more
realistic.
|
|
This fixes the Settings dialog, where many widgets failed to appear before.
Bump PKGREVISION to 9.
|
|
|
|
compile on platforms afflicted by this (and Solaris, where it compiled fine,
already used the code path to which it was changed).
|
|
gets linked against the "intl" library.
|
|
|
|
|
|
dependence on fixed version of the "libspf_alt" package.
|
|
used as resolver library. Bump package revision to enforce that and a
dependence on the fixed "bind9" package.
|
|
PYDISTUTILSPKG
|
|
- incorrect path to the package source directory
- library missing from the file list
- no protection against multiple inclusion
|
|
against their respective 2.4 versions.
|
|
which one is required in an automatic way by checking USE_X11BASE. This
simplifies things and avoids possible problems in the future due to confusion.
|
|
|
|
|
|
|
|
|
|
|
|
0.68-1
------
Fixed RAR support.
0.68
----
This version fixes a crash with some RAR archives generated by the Bagle worm,
also a few important fixes have been backported from CVS.
We strongly encourage users to install the 0.70-rc version (released today).
0.67
----
This release fixes a memory management problem (platform dependent; can lead
to a DoS attack) with messages that only have attachments (reported by Oliver
Brandmueller). It also contains patches for a few problems found in 0.66 and
has better Cygwin support.
|
|
*-dirs packages.
|
|
- SMTP AUTH support
- subnet matching and SPF support to better work with mail farms
- All command line options now have equivalent in the config file
- IPv6 aware
- regex can be used in the configuration file
|
|
|
|
|
|
|
|
|
|
correct option.
This fixes PR pkg/25176.
|
|
is only valid with buildlink2, but not with buildlink3.
This fixes PR pkg/25175.
|
|
|
|
support with tls+ipv6-1.22-pf-2.0.19-20040312.patch.gz, too.
20040302
Bugfix: SMTPD proxy didn't send QUIT as the result of code
duplication. Evidence reported by Mark Martinec. File:
smtpd/smtpd.c.
20040311
Bugfix: bad address syntax caused map lookup with zero-length
keys. Problem reported by Andrei Koulik. Files:
util/match_ops.c, src/trivial-rewrite/transport.c.
|
|
|
|
1.) Install "README" into "share/doc/milter-greylist".
2.) Install example configuration into "share/examples/milter-greylist".
3.) Provide a "rc.d" script.
Bump package revision because of these changes.
|
|
|
|
|
|
* Now uses Addresses framework.
* Updated the OS X version of the Filtering bundle.
* Added Matt, Ken and Bjorn in the About panel.
* Simplified and optimized the Filtering bundle
initialization code under GNUstep.
* Removed some NSLog() calls in the Import bundle
* We don't save an "empty MailWindow" in the prefs
* We now disable the "Use secure connection" buttons
in the AccountEditorWindow if the SSL bundle is not
installed under GNUstep (it's always installed with
our dmg on the OS X version).
* Updated the German translation. Work done by
Hermann Gundel <Hermann.Gundel@nussberg.de>
* Modified AdvancedViewController to no longer
statically allocate everything.
* Modified MailWindowController: -deleteMessage
to use the new Folder's method (-setFlags: messages:)
in order to accelerate IMAP messages deletion.
* We no longer check all IMAP accounts
but only opened ones.
* We no longer remove the DELTED message flag when
deleting from the keyboard.
* Removed the "Open on startup" feature in the Mailboxes
window / drawer. GNUMail.app will now automatically
reopen the mailboxes that were opened when the app
was closed.
* Added an extra check in MailboxManagerController: -outlineView:
acceptDrop: .. since the GNUstep's NSOutlineView code is
broken wrt DnD. Savannah is still down so I can't fix the
real bug :(
* We now STATUS all IMAP folders for an opened IMAP connection
in a separate thread when clicking on the "Get" button. We no
longer only NOOP the IMAP store.
* Added AddressBook framework to the Filtering target based on the
previous change.
* Fixed crash on quitting on OS X.
* Modified MailboxManagerController: -_reloadFoldersForIMAPStoreWithName: ...
to also use -reloadItem: under GNUstep since that method has been
fixed lately.
* Reverted the change. -reloadItem is still plain broken.
* Added a patch from Bjorn Giesler to enhance the filtering code
to support address book groups. The OS X nib NEEDs to be modified.
* Added Bjorn in the AboutPanel's list of contributors.
* Fixed a warning in MailWindowController: -windowWillClose.
* Added Constants.m to the OS X project file.
* Added Constants.m and cleaned the header. That
new file _must_ be added to the OS X project file.
* Added Matt Ackeret and Ken Ferry to the About panel.
* We now properly call -controlTextDidChange: in the
-takeTo* methods (in EditWindowController) in order
to correctly enable the Send button.
* Updated ViewingView.nib
* Updated AboutPanel.nib
* Updated InfoPlist.strings
* Fixed a compiler warning in GNUMail.m
* Added patches from Bjorn Giesler to:
- improve address completion
- implement the "preferred label" in AddressBookPanel
- convert the Mailboxes window and Console window to
panels. This is a quick hack since the classes NEED
to be renamed eventually.
* We no longer force the ADScreenNameFirstNameFirst since
we'll use the user's default in AddressManager.
* Removed the "Mailbox" string the in Mailboxes's drawer
for the contextual menu.
* Renamed Id -> Number in the Viewing pref panel under GNUstep.
The OS X nib needs to be modified.
* We now save correctly the order of MailWindow's dataView columns.
* Added a simple patch from David Ayers for key comparisons
in AccountViewController.m.
* Improved AddressBookPanel.nib.
* We now correctly synchronize our popups in the FilterEditorWindow.
* We now correctly reload the table columns when changing the
dataview type in MailWindowController.
* Added modal sheet to "Save message as text" action in GNUMail.
* An address (to|cc|bcc) must be defined for the send button to
be active in EditWindowController.
* Fixed color space in ColorsViewController (Colors bundle).
* Improved behavior of modal sheet in EditWindowController when
closing an unsaved message.
* Removed two more observers in GNUMail: -applicationShouldTerminate:
and reorganized all the calls in MailWindowController: -dealloc.
* Defined ReloadMessageList in Constants.h so it's cleaner.
* We no longer require the user to specify a To: recipient.
* Also fixed a bug in the filtering code wrt trailing ">"
when the criteria operation is "has suffix". Issues reported
by Alistair Windsor <awindsor@onetel.com>.
* Simplified the code a little bit in AddressBookController.
* Simplified it some more and reactivated AddressBookController:
-addressesWithSubstring: so it's now possible to filter incoming
mails based on the recipients / Apple's Address Book (or
GNUstep's implementation). This fixes TODO #33.
* Renamed a local variable to not conflict with an ivar on OS X.
* Added AddressBook_32.tiff and modified the AddressBookPanel.nib
to use it.
* Enhanced MailboxImport.nib.
* Lots of very minor improvements wrt the Vera font.
* Modified MailboxImportController: -dealloc to set the datasource
of our table view to nil.
* Did the same thing for the outline view shown in MailWindow's drawer
under OS X.
|
|
* Added an improvement in the IMAP parsing code (_parseFetch:)
so it works better with lame servers like Exchange.
* Added Folder: -setFlags: messages: and implemented a
version in IMAPFolder to optimize deletion of messages.
Modified IMAPMessage: -setFlags: to use that new method.
* We now correctly decode/encode the Organization header
using quoted-printable.
* Removed Testing/*. The tests were old and broken and
the small test framework should be replaced by a real
framework, like OCUnit.
* Added some notes (in the README) to properly compile and
install Pantomime on RedHat 9 / Fedora.
* Permuted the RETAIN/RELEASE calls in Message: -setFlags:.
Bug reported by Alexandre Carlhian <alex@mosx.net>.
* Fixed a bug in Parser: +_parameterValueUsingLine: range:.
* Finally commited a fix for the reply bork when a attachment
is put between to text/plain parts in a multipart/mixed
message (only the first part was used in the reply).
* Modified MimeUtility to add support on OS X for
Hebrew, Arabic, BalticRim and Vietnamese encodings
using the CoreFoundation.
* Fixed a small issue in POP3Folder: -lengthOfMessageAtIndex:
Bug reported by Alexandre Carlhian <alex@mosx.net>.
* Modified NSData+Extensions: -dataFromQuotedData to be sure
that our initial data length has length of at least 2 (since
if we had only '"' we would get an range exception).
* Modified MimeUtility: -stringEncodingForPart: so that
if we get _at best_ NSASCIIStringEncoding from the
part, we use NSISOLatin1StringEncoding instead in order
to give us more success when decoding things.
* Added POP3Folder: -prefetchMessageAtIndex: numberOfLines: and
added a small cache for the message sizes.
* Renamed -authenticateWithUsername: ... to
-authenticate: password: mechanism: and implemented in
the SMTP, POP3Store and IMAPStore classes.
* Added -supportedMechanisms to the Service protocol and
implemented in all the classes above.
* Removed POP3Store: -setUseAPOP: / -useAPOP and -setTimestamp:
* Added LOGIN and CRAM-MD5 SASL authentication mechanisms support
in the IMAP code.
* Added -DBIG_ENDIAN to the list of compiler flags on OS X so that
the CRAM-MD5 code works.
* Updated the OS X project to set the version number to 1.1.2.
* Moved -isConnected from Connection to Store. Implemented
in IMAPStore and provided a dumb implementations for LocalStore
and POP3Store. Refactored all the code to use the Store's method
instead of the TCPConnection's implementation. Much of the code
in GNUMail will have to be retested wrt the handling of being
disconnected from the IMAP server.
* Added a hack so things work well with header prefetching when we
are using a Novell IMAP server (which is utterly broken).
* Added and implemented IMAPStore: -capabilities to return an array
of the server's capabilities (result of the CAPABILITY command).
* Added a "contents" parameter to Store: -createFolderWithName: type:
so we are now able to create a folder with an initial content.
Implemented in all Store subclasses but the only implementation
that works right now is the LocalStore one using the standard
mailbox format (maildir won't work).
|
|
|
|
|
|
|
|
Brauer have prepared a distribution of qmail, called "netqmail":
"We have done this because in our opinion, too many new users
are confused by the out-of-date INSTALL file, and too much time
is spent arguing on the mailing list over bugs. We have tried
to stick to the barest minimum number of changes. We have
fixed only those things which are out-and-out wrong, or which
have been approved by djb (specifically QMAILQUEUE)."
This package already includes the QMAILQUEUE patch. Add netqmail
1.05's other patches, with the exception that patches to documentation
files which are not installed have been lovingly omitted.
This package also already includes a patch to handle oversized DNS
packets. It's still here, too.
pkgsrc changes:
* Add qmail-smtpd rc.d script (and ensuing dependency on net/ucspi-tcp).
* Update qmail rc.d script: respect $qmail_flags, treating it as the
default delivery instruction.
* Remove non-working MASTER_SITES.
From the netqmail changelog:
20040121 code: qmail-smtpd is protected from exceedingly long (eg 2GB)
header lines
20040121 code: qmail_lspawn, qmail-newmrh, qmail-newu, and qmail-rspawn
are protected from misbehaving on hosts where the size of an
integer is not the same as the size of a character pointer
(eg 64 bit hosts with 32 bit ints)
20031027 doc: qmail.7 identifies installation as netqmail and points to
http://qmail.org/
20031027 doc: qmail-queue.8 adds explanation of $QMAILQUEUE
20031027 doc: qmail-log.5 adds reference to errors from $QMAILQUEUE script
20031027 code: qmail-smtpd identifies itself as netqmail
20031027 code: if $QMAILQUEUE is set, it's invoked instead of qmail-queue
20031024 code: changed errno from int to #include.
20031024 code: fixed .qmail parsing bug.
20031024 code: recognize 0.0.0.0 as a local address.
20031024 code: sendmail's -f flag now overrides environment variables.
And for all this, bump PKGREVISION.
Pre-flight checks by snj@.
|
|
once.
|
|
POP3 and QMQP more concisely. Pipe paragraphs through fmt(1).
|