Age | Commit message (Collapse) | Author | Files | Lines |
|
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).
|
|
|
|
|
|
|
|
|
|
Columba is an Email Client written in Java, featuring a user-friendly
graphical interface with wizards and internationalization support.
|
|
|
|
GMime is a set of utilities for parsing and creating messages using
the Multipurpose Internet Mail Extension (MIME) as defined by the
following RFCs:
* 0822: Standard for the Format of Arpa Internet Text Messages
* 1521: MIME (Multipurpose Internet Mail Extensions) Part One:
Mechanisms for Specifying and Describing the Format of
Internet Message Bodies
* 1847: Security Multiparts for MIME: Multipart/Signed and
Multipart/Encrypted
* 1864: The Content-MD5 Header Field (Obsoletes rfc1544)
* 2015: MIME Security with Pretty Good Privacy (PGP)
* 2045: Multipurpose Internet Mail Extensions (MIME) Part One:
Format of Internet Message Bodies
* 2046: Multipurpose Internet Mail Extensions (MIME) Part Two:
Media Types
* 2047: Multipurpose Internet Mail Extensions (MIME) Part Three:
Message Header Extensions for Non-ASCII Text
* 2048: Multipurpose Internet Mail Extensions (MIME) Part Four:
Registration Procedures
* 2049: Multipurpose Internet Mail Extensions (MIME) Part Five:
Conformance Criteria and Examples
* 2183: Communicating Presentation Information in Internet Messages:
The Content-Disposition Header Field
* 2184: MIME Parameter Value and Encoded Word Extensions: Character
Sets, Languages, and Continuations
* 2231: MIME Parameter Value and Encoded Word Extensions: Character
Sets, Languages, and Continuations (Obsoletes rfc2184)
* 3156: MIME Security with OpenPGP (Updates rfc2015)
|
|
|
|
Changes since 10.6 (see the ChangeLog supplied with the source
for more details):
o Inclusion of POSIX documentation.
o Bug fixes and changes including:
- exit with the correct status when sendwait is set
- fix Base64 decoding
- fix handling of addresses with / in them
- fix handling of autocc and autobcc variables
- Obey POSIX standards for ~w
- Handling escape sequences in quoted arguments in commands
for compatibility with System V mailx and POSIX.
|
|
changed in a CVS merge somewhere.
|
|
PKGREVISION of its dependencies.
|
|
While here, fix previous entry (hi martin!).
|
|
|
|
|
|
|
|
Evolution Data Server is responsible for managing calendar and addressbook
information within the GNOME desktop.
|
|
changes:
- build on GNOME-2.6
- fix some GPGME interaction problems.
- yet another set of minor fixes.
|
|
as an indirect dependency.
|
|
|
|
cyrus-imapd22/Makefile.
|
|
|
|
|
|
|
|
|
|
by Piotr Stolc in PR pkg/24644.
|
|
|
|
|
|
The Sender Rewriting Scheme preserves .forward functionality in an
SPF-compliant world.
SPF requires the SMTP client IP to match the envelope sender
(return-path). When a message is forwarded through an intermediate
server, that intermediate server may need to rewrite the return-path to
remain SPF compliant. If the message bounces, that intermediate server
needs to validate the bounce and forward the bounce to the original
sender.
SRS provides a convention for return-path rewriting which allows
multiple forwarding servers to compact the return-path. SRS also
provides an authentication mechanism to ensure that purported bounces
are not arbitrarily forwarded.
|
|
|
|
using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface
directly to the SMTP transaction.
|
|
|
|
milter protocol in pure Perl. This allows Sendmail servers (and perhaps
other MTAs implementing milter) to filter and modify mail in transit
during the SMTP connection, all in Perl.
This also includes a drop-in replacement for the Sendmail::Milter API,
making it possible for legacy perl milters to function as-is with the
PMilter engine.
|
|
Fix the mising units in ps output for -a and -w
Accept any e-mail address as specified in RFC 2821 from config and dump
Fix typos
|
|
From the changelog:
* Add an error handler for the case where a POP3 server returns a message
that isn't even close to valid 822 format, particularly one where the
first line in the message header is a continuation line (starts with
whitespace).
|
|
|
|
Fixes PR pkg/21591.
|
|
assume that we want /usr/sbin/sendmail, but we don't currently have a
good solution to that problem, and this is consistent with an existing
change that was made to this package.
Closes PR pkg/24678.
|